iOS/Error
[iOS Error] The linked library '파일명' is missing one more architectures required by this target: arm64.
Peppo
2021. 11. 18. 10:16
728x90
iOS 버전이 낮은 시뮬레이터로 Run을 했을때
아래의 오류가 생기면서 컴파일 되지 않았습니다.
The linked library '파일명' is missing one more architectures required by this target: arm64.
해결
두가지 방법이 있습니다.
1. (없어도 될 라이브러리, 프레임 워크일경우)
General - Framworks, Libraries, and Embedded Content 에러가 나는 라이브러리 삭제
2. (라이브러리, 프레임워크가 필수로 있어야 하는경우)
Build Settings - Architectures - Excluded Architectures - arm64 추가
728x90