I have an App with a Navigation Controller, several sub Controllers.
- With XCode Debug I can't find any errors.
- With iPhone running unplugged, I can't find any errors.
- With Instruments running the App on Simulator it doesn't crash.
- With Instruments running the App on iPhone it crashes when I click forth and back between certain ViewControllers. It's not happening everytime, but very often.
My boss also reported that on his iPod it crashes sometimes, so I'm quite confused now. How should I proceed ? (still quite new to instruments). How can I find out what makes the app crash ? Is there a way to launch instruments next to debugger ? Crash Logs don't tell me much, or maybe I don't know how to read them correctly.