のしメモ アプリ開発ブログ

Unityアプリとかロボットとか作ってるときに困ったこととかメモ

【Xcode】BitCodeのエラーメモ

Xcode7更新して、Unityプロジェクトのビルド時に下記のエラーがでたので対処法メモ。

エラー

ld: '/Users/noshipu/Documents/UnityProject/OneWare/Xcode/Libraries/libiPhone-lib.a(LibEntryPoint.o)' 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
clang: error: linker command failed with exit code 1 (use -v to see invocation)

対処法

[Build Settings]->[Build Options]->[Enable Bitcode]を「No」にセット