Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GAI", referenced from:
objc-class-ref in HackersAppDelegate.o
"_OBJC_CLASS_$_GAITrackedViewController", referenced from:
_OBJC_CLASS_$_CmUIViewController in CmUIViewController.o
"_OBJC_CLASS_$_KalViewController", referenced from:
objc-class-ref in LearnPlan.o
"_OBJC_METACLASS_$_GAITrackedViewController", referenced from:
_OBJC_METACLASS_$_CmUIViewController in CmUIViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
위의 경고 또는 메세지는 libGoogleAnalytics.a, missing required architecture x86_64
You're not doing anything wrong. I'm pretty sure google has not yet provided a arm64 version of their libGoogleAnalyticsServices.a, which is really annoying ...it has been weeks since the public the release of Xcode 5GM.
xcode - architecture base
$(ARCHS_STANDARD)
ㄴ Standard architectures (armv7, arm64)
를 아래와 같이 설정해주면 되네요.
armv7, armv7s
'개발도구 > iOS - 아이폰 개발' 카테고리의 다른 글
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386) (1) | 2014.12.11 |
---|---|
[iOS] CocoaPods 설치과정 및 시행착오 (0) | 2014.12.04 |
아이폰6 16기가 골드 skt 구매 (0) | 2014.11.14 |
[아이폰] 테스트 계정으로 구매시 Environment: Sandbox (0) | 2014.11.13 |
[iOS] cocos2d-x 설치 방법 아이폰 안드로이드 (0) | 2013.04.23 |