개발도구/iOS - 아이폰 개발
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386)
Hay's App
2014. 12. 11. 10:03
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386)
CocoaPods 의 프레임웍을 설치 후
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386) 의 에러를 발견하였다면 아래와 같은 작업을 하면 처리가 됩니다.
1. Xcdoe에 물려 있는 Pods 플젝을 삭제하고 xcode을 종료합니다.
2. 필요한 pod install 을 하여 다시 리크래이트합니다 .
3. 다시 xcode을 오픈하여
a. build Activie Architecture Only 을 No 로 설정합니다. 여기서 메인 프로젝트와 Pod에 관련한 target 프로젝트에도 모두 No 로 설정해줘야 합니다.
4. 클린 그리고 빌드힙니다.
http://stackoverflow.com/questions/22328882/xcode-5-1-no-architectures-to-compile-for-only-active-arch-yes-active-arch-x