Testing Xcode Modules: Error Reading a Set of Test Areas

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?

+3
source share
3 answers

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.

+6
source

I decided to solve it by setting "Only create an active architecture" in the test target to No

0
source

Remove the embedded application from the simulator. Its node may fail, and Xcode for some reason cannot fix it.

0
source

All Articles