where can we find SenTestingKit framework for iphone sdk
I am using the OAuth into my application for google services and I am getting nearly 30 errors regarding to the SenTestingKit framework.Can anyone te开发者_StackOverflow中文版ll me where can I find this framework.
Thanks to all, Madan.
It will be in: /Developer/Library/Frameworks
I think you also have to install it from. OCUnit
Check here on your system -
/Developer/Library/Frameworks
Since Xcode 4, this has changed. It is now located in:
/Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework
精彩评论