我得到這個錯誤以下任何一個可以告訴我如何糾正這個錯誤。 這裏是我的錯誤鏈接器命令失敗並退出代碼1(使用-v查看調用)錯誤?
warning: ignoring file /Users/xyz/Downloads/CC3x/CC3x/libFTC_RELEASE.a, missing required architecture i386 in file /Users/xyz/Downloads/CC3x/CC3x/libFTC_RELEASE.a (2 slices)ignoring file /Users/xyz/Downloads/CC3x/CC3x/libFTC_DEBUG.a, missing required architecture i386 in file /Users/xyz/Downloads/CC3x/CC3x/libFTC_DEBUG.a (2 slices)
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_FirstTimeConfig", referenced from:
objc-class-ref in CC3xUtility.o
objc-class-ref in CC3xMainViewController.o
objc-class-ref in CC3xMainViewController_iPad.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
您正在建立您的模擬器的應用程序? – Rajesh
是的,我在模擬器中運行它。 – user2230971
編譯您的libFTC_RELEASE模擬器並構建它。 – Rajesh