If you look at the output console, you should notice that Xcode launches a test suite:
Test Suite 'SomeClassTests' started at 2013-11-30 23:19:34 +0000
but suddenly exits without running test cases:
Program ended with exit code: 0
and shows a notification that the test has failed.
Restarting Xcode helps temporarily as the problem returns quickly.
I stopped the tests in Xcode and ran all the tests on the command line using xctool .
Michal K. Nov 30 '13 at 23:35 2013-11-30 23:35
source share