Xcode 8.2.1 - Error: Invalid bitcode version (Producer: '802.0.41.0_0' Reader: '800.0.42.1_0')

血红的双手。 提交于 2019-12-05 04:43:50

Upgrading XCode to 8.3+ will resolve this issue. Seems like framework was built with higher version XCode i.e. above 8.2.1.

Disabling bitcode will also fix this issue. But, While uploading your app to AppStore, you may get into problem as the build is not optimized due to Bitcode Disable in your project

(Refer Bitcode section in App Thining https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AppThinning/AppThinning.html)

So, better to upgrade your XCode, rather than getting into such issues.

We had/have the same issue with Xcode 8.2.1 and it turned out that for us it was caused by version 5.12.3 of the NewRelic pod. So we pinned it to version 5.12.2 instead, which doesn't seem to need Xcode 8.3+, but happily builds with 8.2.1 (as we can not upgrade Xcode yet).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!