
【Xcode】does not contain bitcode 解決法
Xcodeでビルド時、以下のエラーが発生しました。

'/Users/[ユーザ名]/Library/Developer/Xcode/DerivedData/Unity-iPhone-fophejbayltzptdzbxkbfuhbzfut/Build/Products/ReleaseForRunning-iphoneos/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport/GoogleAppMeasurement.framework/GoogleAppMeasurement(APMAdExposureReporter.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. file '/Users/[ユーザ名]/Library/Developer/Xcode/DerivedData/Unity-iPhone-fophejbayltzptdzbxkbfuhbzfut/Build/Products/ReleaseForRunning-iphoneos/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport/GoogleAppMeasurement.framework/GoogleAppMeasurement' for architecture arm64
解決法
Build Settings内に、Enable Bitcodeという項目があるため、Noに変更します。(赤枠部分)















![[SourceTree] 新規(未追跡)ファイルをスタッシュする方法](https://took.jp/tech-blog/wp-content/uploads/2022/05/E-7-150x150.jpg)





