当前位置: 代码迷 >> 综合 >> Xcode7 编译出错---does not contain bitcode
  详细解决方案

Xcode7 编译出错---does not contain bitcode

热度:24   发布时间:2024-01-13 04:40:53.0
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。 即可!