일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MNIST
- 고등학생
- 딥러닝
- 바른생수
- LineRenderer
- 수학가형
- 모의고사
- 코틀린
- 생명과학
- kotlin
- customdialog
- PoLAB
- 내신
- JavaScript
- 1등급사과
- 유니티
- 개발
- 고등학교
- Unity
- Firebase
- 생명과학1
- 플레이스토어
- Android
- 수학가형21번
- 과탐
- 개발일지
- ios
- xcode
- 수능
- 포랩
Archives
- Today
- Total
수학적 접근
[Unity/iOS] 오류 해결: AppAuth.framework does not contain bitcode. 본문
반응형
Full Message는 아래와 같습니다.
error build: '/Users/***/Library/Developer/Xcode/DerivedData/Unity-iPhone-***/Build/Products/ReleaseForRunning-iphoneos/AppAuth/AppAuth.framework/AppAuth(OIDAuthorizationService.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-***/Build/Products/ReleaseForRunning-iphoneos/AppAuth/AppAuth.framework/AppAuth' for architecture arm64 |
Unity Firsebase SDK를 사용하는 프로젝트에서, XCode 14 버전으로 업데이트를 한 경우 새롭게 발생하는 문제로 보입니다.
이 경우, XCode 프로젝트에서 Enable Bitcode 를 No로 바꾸어주면 문제가 해결됩니다.
그리고 TARGETS 에서도 위 작업을 동일하게 수행해주세요.
위와 같이 설정을 끝낸 후 다시 빌드를 시도해보시기 바랍니다.
만약 이렇게 바꾸어서 해결이 되지 않는다면, Unity에서 Clean Build 후 위 과정을 다시 시도해보세요!
아래는 해당 문제에 대한 github issue 링크입니다.
[Bug] Xcode 14 build fails with "AppAuth' does not contain bitcode" · Issue #461 · firebase/firebase-unity-sdk
[REQUIRED] Please fill in the following fields: Unity editor version: 2019.4.40 Firebase Unity SDK version: 9.5.0 Source you installed the SDK: .unitypackage Problematic Firebase Component: Auth (A...
github.com
반응형
'개발 > Unity' 카테고리의 다른 글
[Unity/iOS] 알림(Notification) 권한을 묻는 창이 뜨지 않을 때 (0) | 2022.09.14 |
---|---|
[Unity] Text Mesh Pro - 한글 Font Asset 제작을 위한 최소 한글+영문자+숫자+특수문자 모음 (0) | 2022.09.05 |
[Unity] Unity IAP (인앱 결제) 업데이트 (Google Billing v4 지원) (0) | 2022.09.04 |
[Unity 3D] Zoom Out시 오브젝트가 회색으로 보이는 현상 해결 (0) | 2022.04.28 |
Comments