Xcode7 编译项目时出错 xx does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决方案:
选中项目->双击->target->buildSeting->搜索BITCODE,默认是YES,改成NO。 即可!
本文介绍了解决 Xcode7 编译时出现的 bitcode 错误的方法。通过调整项目的 bitcode 设置,可以有效避免因 bitcode 导致的链接失败问题。

5247

被折叠的 条评论
为什么被折叠?



