I\'m trying to debug a problem running under iOS 5.1 and when I stop in the debugger inside the code that gets the error and try to print something with the debugger I get t
It was happening the same to me with Xcode 5 and iOS 6.1 development.
I was compiling in Release mode, if someone has this problem again check that you compile on Debug mode.