GoogleAppMeasurement.framework/GoogleAppMeasurement(APMEventAggregates.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
bitcode 가 활성화 되어 발생된 오류로 bitcode 를 비활성화 하여 빌드하면 정상적으로 빌드 된다.
'개발 > Unity' 카테고리의 다른 글
[Unity] Google Play Games 로그인 하기 (0) | 2023.10.13 |
---|---|
[Unity] IOS 빌드 오류 : UnityFramework.framework' contains disallowed file 'Frameworks'. (ID: (0) | 2023.09.28 |
[Unity]Mesh 기초 이해하기 (0) | 2023.09.06 |