I\'m using XCode 6.2 and I have a project with several targets and with no tests.
I\'m trying to include now XCTest for one of the targets. To do so, I add a new \"Cocoa
I got this error today because I forgot to add sources to the "Compile Sources" build phase in my test target.