Debug with Objective-C
Preprocessor macros for filename, line number and function
Aditional information
Call stack
In Xcode console write
How to add debug information to a Release version
In buil settings search for “Generate Debug Symbols” and set the checkbox. Also search for “Level of Debug Symbols” set “All symbols”
If Relase build crashes but Debug one not, check the following
Disable “Optimizations” in build setting for release build. Set “None”. Check this link: How to Fix an App that Crashes in Release but not Debug
20110718.34