我遇到了構建我的iPhone應用程序的問題..所以,我終於完成了它,但現在當我嘗試測試或剖析我的應用程序時,出現錯誤..iPhone應用程序測試錯誤 - STComposeString和SenTestCase錯誤
Undefined symbols for architecture armv7:
"_STComposeString", referenced from:
-[TaxiApp_Tests testExample] in TaxiApp_Tests.o
"_OBJC_CLASS_$_SenTestCase", referenced from:
_OBJC_CLASS_$_TaxiApp_Tests in TaxiApp_Tests.o
"_OBJC_METACLASS_$_SenTestCase", referenced from:
_OBJC_METACLASS_$_TaxiApp_Tests in TaxiApp_Tests.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
此問題的重複 - > http://stackoverflow.com/questions/9614313/xcode-4-3-build-error-missing-required-architecture-armv7/9614639#9614639 – 2012-03-22 21:32:55