does not contain bitcode.

升级了Xcode7,以前加入的第三方库,在iPhone4上编译报错,错误以下:ui

 does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), this

obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: unable to execute command: Segmentation fault: 11
clang: error: linker command failed due to signal (use -v to see invocation)
spa

上述错误的意思大概是:code

这是由于一个第三方的库不兼容,个人工程中开启了 ENABLE_BITCODE (应该是升级以后自动转换的),而这个第三方的库在编译的时候没有 enable bitcode,因此致使上诉问题。orm


相关文章
相关标签/搜索