1. 程式人生 > >呼叫百度地圖第三方庫造成bitcode錯誤(bitcode bundle could not be generated)

呼叫百度地圖第三方庫造成bitcode錯誤(bitcode bundle could not be generated)

編譯遇到bitcode bundle could not be generated because 呼叫第三方庫造

解決辦法:

右鍵這個錯誤提示,選擇reaval in log (在日誌中顯示)

1、在Build Settings中搜索Enable Bitcode-> 設定No

2、Project-> Targets-> Build Settings-> Custom Compiler Flags-> Other C Flags-> 

“-fembed-bitcode”

如果靜態庫的工程有 -Werror的選項,需要去掉。應為在編譯的時候有一個警告。 clang: warning: argument unused during compilation: '-fembed-bitcode-marker’, 如果不去掉就會報錯