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 finally managed to solve the problem. It was related to the compiler selected by default for the XCTest target. It had selected "Unsupported Compiler" and I changed to "Default compiler (Apple LLVM 6.1)" and it started working again.