I saw this Q&A.
I have the exact problem:
"Every time my app crashes Xcode highlights the UIApicationMain() call in the main() function as the line that caused the crash"
I tried the selected solution: adding breakpoint - on catch - for all exceptions.
But still, Xcode highlights the UIApplicationMain() function.
I am using XCode 4.6
What could cause it?