在Xcode4中找不到SenTestingKit

时间:2012-01-20 10:16:15

标签: iphone unit-testing xcode4 sentestingkit

当我尝试导入<SenTestingKit/SenTestingKit.h>时,我收到此错误:SenTestingKit / SenTestingKit.h:没有此类文件或目录。

我正在使用第一个单元测试。我正在使用带有ios 5 sdk的xcode 4.2。但在我的系统中,我安装了两个xcode版本,4.2和3.2.5。虽然我使用的是xcode 4.2,但xcode3.2.5是我系统中的默认xcode。任何人都可以帮我进行单元测试吗?

2 个答案:

答案 0 :(得分:0)

我不知道,但两个xcodes的框架路径都不同。它可能在3.2.5框架路径中,当使用4.2时,它可能找不到它。如果我错了,请纠正我。

答案 1 :(得分:0)

SenTestingKit.framework位于:

/Developer/Library/Frameworks/SenTestingKit.framework(OS X)

/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOSX.X.sdk/Developer/Library/Frameworks/SenTestingKit.framework(iOS)

/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulatorX.X.sdk/Developer/Library/Frameworks/SenTestingKit.framework(simulator)

对于Xcode版本4.3及更高版本,将/Applications/Xcode.app/Contents/添加到上面的路径