I added a new target as the Cocoa Touch Unit Testing Bundle, named the directory "MyAppTests", and the actual structure is not active - it is highlighted in red

When I add the framework using 'link binary with libraries' in the 'build phase' tab method, the new Framework is added, instead of updating the one that was created with the goal added.

When I go to run the code, I then encounter all the troubles, from bug fixing to other frameworks that are not recognized.
How can I activate the XCTest.framework that was generated when I added the target? Please help, thanks!
ios unit-testing xcode
aug2uag Oct 07 '13 at 4:31
source share