Unity

Unity_ Framework not found FBLPromises unity xcode 에러

JunsC 2024. 3. 12. 21:38
728x90

Unity 에서 구글 admobs 라이브러리를 다운받고 xcode 실행 도중 생긴 오류이다.

여기에 해결법이 잘 나와있다.
https://wonjuri.tistory.com/entry/unity-ios-admob-%EC%B6%94%EA%B0%80%EC%8B%9C-framework-not-found-FBLPromises-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95

 

[unity] ios admob 추가시 framework not found FBLPromises 오류 해결 방법

unity에서 IOS 빌드 시 framework not found FBLPromises 오류 해결 방법을 알아보자. 테스트 버전 Unity 2018.4.36 Admob v7.2.0 unity admob 라이브러리 확인 admob 라이브러리 추가 후 유니티 프로젝트 내 Plugins/iOS/에

wonjuri.tistory.com

 

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. 
이러한 관련된 에러는 여기를 참조

 

https://stackoverflow.com/questions/32010283/xcode-setting-enable-bitcode-obtain-an-updated-library-from-the-vendor-or-disa

 

Xcode setting ENABLE_BITCODE: obtain an updated library from the vendor, or disable bitcode for this target

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 How to solve this ?

stackoverflow.com

 

 

728x90
"이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."