woshixiaohuhu

Results 8 comments of woshixiaohuhu

``` # Uncomment this line to define a global platform for your project # platform :ios, '9.0' source 'https://github.com/CocoaPods/Specs.git' # CocoaPods analytics sends network stats synchronously affecting flutter build latency....

XCODE Version 13.3 (13E113) pod --version 1.11.2 flutter --version Flutter 3.0.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision cd41fdd495 (3 weeks ago) • 2022-06-08 09:52:13 -0700 Engine • revision...

grep -r recordPermission Binary file ./Payload/xxx.app/Frameworks/audio_session.framework/audio_session matches 建议: ``` else if ([@"getRecordPermission" isEqualToString:call.method]) { [self getRecordPermission:args result:result]; ``` 把这些也全都加上条件编译。 苹果的扫描可能是直接字符串匹配,即使我们用的是苹果系统的API方法已经加了条件编译,但是可能我们自定义方法,但是苹果可能不那么认为。 ``` - (void)getRecordPermission:(NSArray *)args result:(FlutterResult)result { #if AUDIO_SESSION_MICROPHONE result([self recordPermissionToFlutter:[[AVAudioSession...

> I had to google translate that but are you saying that maybe Apple is doing simple string matching and incorrectly picking up the name of one of the plugin's...

> PERMISSION_MICROPHONE Unlike my case, There is no error of cocoapods. I didn't use PERMISSION_MICROPHONE . What I encountered was that after uploading apple, the IPA package failed to pass...

创建fair_config.json 添加内容: 配置输出路径 { "exportDir":"./assets/bundle" } 编译产物将会自动拷贝到这个目录下。

同求iOS 17.2真机调试包

遇到同样问题,首次打开,swiper那里来回跳 card_swiper: dependency: "direct main" description: name: card_swiper sha256: "0c94c538f47be1dab52d018d4900a7046b4cb0700dc7f95b8628da89d1212b35" url: "https://pub.dev" source: hosted version: "2.0.4"