views:

16

answers:

1

Hi all,

I am unit testing my app in xcode, but for some reason I can't see any printouts in the debugger console from the NSLog() statements in my implementation files.

Why would this be? And how do I get my darned printouts??

Thanks

A: 

Barney,

Click on the error in your Build Results window (it will be the one with the red text), and you will see an icon to the right with three horizontal lines.

If you click on those three lines, then the results will show right underneath the error and it will give you all the information about the object/comparison/test case that failed.

Neal L