问题描述
ld: bitcode bundle could not be generated because ’xxxxxxx’ was built without full bitcode.All frameworks and dylibs for bitcode must be generated from Xcode Archive or Installbuild for architecture armv7clang: error: linker command failed with exit code 1 (use -v to see invocation)
问题解答
回答1:你的项目打开了 bitcode 功能, 而引用的第三方库有不支持 bitcode 的。要么去找一个那个第三方库, 看看有没有支持 bitcode 的新版本, 要么就在编译选项里把 bitcode 关掉。