I get an error while reading a test area kit! when starting Unit Test in Xcode 5. No test runs.
Any idea how to solve this?
Solved a problem. It appears that I have to run all tests after creating a new test. It is not possible to run a new test separately from gui until all tests have been completed.
I decided to solve it by setting "Only create an active architecture" in the test target to No
Remove the embedded application from the simulator. Its node may fail, and Xcode for some reason cannot fix it.