iOS-bitcode报错已解决

对于bit code苹果官网给的定义:

Bitcode is an intermediate representation of a compiled program. Apps you upload to iTunes Connect that contain bitcode will be compiled and linked on the App Store. Including bitcode will allow Apple to re-optimize your app binary in the future without the need to submit a new version of your app to the store.

说的是bitcode是被编译程序的一种中间形式的代码。包含bitcode配置的程序将会在App store上被编译和链接。bitcode允许苹果在后期重新优化我们程序的二进制文件,而不需要我们重新提交一个新的版本到App store上。

程序中bitcode报错如下

iOS-bitcode报错已解决_第1张图片
示例.png

解决方法如下:

Build Settings -> All -> Enable Bitcode -> NO

iOS-bitcode报错已解决_第2张图片
示例1.png

你可能感兴趣的:(iOS-bitcode报错已解决)