I have a problem while updating my version of xcode. I use unit tests, and now when I try to import SenTestingKit ( #import <SenTestingKit/SenTestingKit.h> ), I get this error: SenTestingKit/SenTestingKit.h: No such file or directory .
I looked at my build settings and I have the following configuration options:
== Linking == Other Linker Flags: -framework Foundation -framework SenTestingKit -framework UIKit Prebinding: No == Search Paths == Debug Configutation: "/iphonesimulator4.0/Developer/Library/Frameworks" "/Xcode4/Library/Frameworks"
I checked /Xcode4/Library/Frameworks , and the SenTestingKit.framework/ directory is there.
So what am I missing?
objective-c iphone xcode4
Sam Valens Jul 28 '10 at 16:07 2010-07-28 16:07
source share