配置单元测试环境,找不到SenTestingKit

报错:ignoring file /Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit, missing required architecture armv7 in file

解决方式:在Framework Search Paths增加:"${DEVELOPER_LIBRARY_DIR}/Frameworks"(包括引号)

 

参考:http://stackoverflow.com/questions/3354891/xcode-sentestingkit-not-found

I had this issue because there's a space in my Xcode installation: /Xcode 4.0.2

I fixed it by adding "${DEVELOPER_LIBRARY_DIR}/Frameworks" (with the quotes) to my Framework Search Paths.

 

posted @ 2013-10-31 20:17  一个人去流浪  阅读(406)  评论(0编辑  收藏  举报