it's very strange, when i set the "test after build" to "yes" in "build settings", the project can't build successfully. but set to "no" , I press the "CMD+U" in keyboard, the test can executes successfully.
i want to run the UT cases in jenkins, so i must set the "test after build" to "yes". or input TEST_AFTER_BUILD=YES
in command line, but both of them all failed, when i building the project.
I had excuted 20 cases, the 10 of them were failed when i had set the "test after build" to yes. if i set the "test after build" to "no" first, execute the cases from xcode and press the "CMD+U" in keyboard, all of 20 cases were passed.
Any ideas?
thank you,
Siro