今天升级了XCode到7.0   重新编译项目出现了下面这些错误提示,

ShardSDK/ShareSDK.framework/ShareSDK' 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 arm64

 

does not contain bitcode  ShardSDK等三方库

 

在Build Settings里输入Enable   ,将Enable Bitcode设置成No就可以了,XCode默认是开启的,开发iOS时设置成No,如果是Watch OS程序,必须设置成Yes,Bitcode是苹果新推出的一项技术,它可以帮开发者在App Store后台优化代码,如果你改成No仍然编译出错,那么可能是你的三方库不支持Bitcode,只能等三方库的提供者发布支持的版本喽~~      

   希望能帮助你~~

相关文章:

  • 2021-11-06
  • 2021-05-18
  • 2021-12-16
  • 2022-12-23
  • 2021-09-04
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-12
  • 2021-09-21
  • 2021-06-02
  • 2022-12-23
  • 2021-04-13
  • 2022-12-23
相关资源
相似解决方案