I read numerous threads on stackoverflow and on the apple site, and I still can't get the basics to work. I am doing a debug build of my application, I install it on my phone, this collection intentionally fails. I run this application without connecting it to the Xcode debugger. The application crashes, how do I now see the names of the functions and line numbers of the return stroke?
I tried to open device windows in Xcode, and there I looked at the log, I see my crashlog application, I see that there were several function calls in my code before it crashed, but they are all shown as hexadecimal addresses, and not actually symbolicated. What do I need to do to make it work?
Pavel source share