I have written a few unit tests in the new XCTest framework of Xcode 5.
The tests seem to pass successfully most of the time, but I\'ve come across a strange behavi
If you look at the output console, you should notice that Xcode starts running 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 test failed.
Restarting Xcode only helps temporarily as the problem quickly comes back.
I stopped executing tests in Xcode and run all tests by command line using xctool.