I\'m trying to add tests to a mac app. I\'m using XCTest framework. When i run tests (cmd + U) i receive \"Test failed\" and in console I see :
2013-10-15 13
I was facing a different issue but was seeing the same log. For the problem was that the deployment target of the tests target was higher than the iOS version of the simulator that I was trying to use.
I hope this helps someone.