지원하는 아키텍처 확인하는법
Check supported architectures of framework
터미널을 엽니다
Check below command in Terminal
해당 위치로 이동하여 아래 명령어로 확인합니다.
lipo -info yourlib.a
Output :
Architectures in the fat file: yourlib.a are: i386 x86_64 armv7 arm64
.framework인 경우
In case Framework.framework
해당 위치로 이동하여
프레임워크 폴어 안으로까지 이동합니다.
Go to inside framework like below
cd /Your_Path_/라이브러리이름.framework
그리고 아래 명령어를 사용합니다.
then run command
lipo -info CocoaLumberjack
Output : 라이브러리이름 are: armv7 arm64
'IT > iOs' 카테고리의 다른 글
로컬 노티피케이션 보내기 UNMutableNotificationContent (0) | 2019.11.21 |
---|---|
Realm 에러 모음 (0) | 2019.11.20 |
App Store Connect Operation Warning (0) | 2019.11.16 |
duplicate symbol for architecture arm64 error (0) | 2019.11.09 |
section header height must not be negative error (0) | 2019.11.08 |