我在构建我的iPhone应用程序时遇到问题。所以,我终于完成了它,但现在当我尝试测试或配置我的应用程序时,出现错误..
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)
答案 0 :(得分:0)
你在模拟器中运行吗?基于这里的答案:
XCode 4.3 - Build error "missing required architecture armv7"
您的测试框架无法在iphone上正常运行。