美文网首页
iOS-bitcode报错已解决

iOS-bitcode报错已解决

作者: malgee | 来源:发表于2017-04-11 14:44 被阅读109次

    对于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报错如下

    示例.png

    解决方法如下:

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

    示例1.png

    相关文章

      网友评论

          本文标题:iOS-bitcode报错已解决

          本文链接:https://www.haomeiwen.com/subject/svayattx.html