iOS: 集成JSPatch SDK后,打包报错

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 Install
build for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)


阅读 3.2k
1 个回答

你的项目打开了 bitcode 功能, 而引用的第三方库有不支持 bitcode 的。要么去找一个那个第三方库, 看看有没有支持 bitcode 的新版本, 要么就在编译选项里把 bitcode 关掉。

clipboard.png

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进