I am creating a set of logic tests using Xcode 3.1.4. So far, I can build a test target and see the results inside the * .m test files as compiler errors (if they fail). The problem is that I do not see any information in the debugger console, and I can not debug it, since the debugger does not work either.
1. How can I do to see the output of TestCases on the debugger console?
2. Are there any configuration problems associated with test cases for unit testing and debugging?
I would be very grateful if anyone could help me.
Thanks!!
source
share