I am using Xcode 5 and have just started unit testing in my existing project because I added the CocoaTouch Unit Testing Bundle as the target (Target Name is: MyAppTests) in my project. The AFNetworking library was previously added using CocoaPods while I run the test case. I got an error. File AFNetworking.h not found. I added AFNetworking.h to Tests.m, but the question remains. Are there any additional s settings for incorporating Pods into my target audience?
ios iphone cocoa-touch xcode xctest
Lml
source share