*** 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

未来Watch应用须包含Bitcode,iOS不强制,但Xcode7默认会开启Bitcode。

 

方法一:更新library使包含Bitcode,否则会出现以下中的警告;

 
(null): URGENT: all bitcode will be dropped because ‘/Users/myname/Library/Mobile Documents/com~apple~CloudDocs/foldername/appname/GoogleMobileAds.framework/GoogleMobileAds(GADSlot+AdEvents.o)‘ was built without bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library the future.

方法二:关闭Bitcode

工程设置中 buildingsetting 中搜索bitcode 选择no
Xcode7 *** does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE)

 

相关文章:

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