〜不包含位码。您必须在启用位码的情况下重建它 (Xcode设置为ENABLE_BITCODE),请从 供应商,或为此目标禁用位码。
我正在尝试编译项目并在手机(iPhone 6)上启动它,但是它对我所有的cocoapods都抛出了以上错误。它可以在模拟器(iphone 8)中正常启动。我也需要关闭所有位代码。
> post_install do |installer| installer.pods_project.targets.each do
> |target|
> target.build_configurations.each do |config|
> config.build_settings['ENABLE_BITCODE'] = 'NO'
> end end end