티스토리 뷰
iOS/에라고만...
[iOS]file not found, Showing All Messages for architecture arm64
썩소천사 2021. 12. 7. 17:38반응형
1. file not found 에러
푸시 관련 라이브러리를 사용하면서 이슈발생
notificationExtention에서 해당 라이브러리 참좀해야 하는데 file not found...
푸시의 경우 해당 라이브러리 파일 선택 후 Target Membership 체크해주어야 함.
2. Showing All Messages'/Users/aaa/ios_Project/...pushLibrary'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/aaa/ios_Project/...pushLibrary' for architecture arm64
라이브러리 추가 삭제, 라이브러리 path 재설정등 해도 안됨.. ENABLE_BITCODE 확인 후 프로젝트 Build Settings에서 "Enable Bitcode" NO로 설정 후 해결
반응형
'iOS > 에라고만...' 카테고리의 다른 글
댓글
반응형