在升级Xcode16 beta3之后,构建iOS18工程,一直编译失败
target BoringSSL unsupported option ‘-G’ for target ‘x86_64-apple-ios4.3-simulator’
清除过Xcode缓存;
设置过CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES标识为yes;
设置过podfile文件 podfile中添加过 if target.name == ‘BoringSSL-GRPC’;
但是都还是出现相同的错误;
New contributor
ruixiong yang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.