My app works okay on the device, but not the simulator. When I run it on the simulator I get no errors or anything. The app just dies a second after being launched. Does this really matter? Should I be concerned?
In fact, the only reason I wanted to run the simulator is to get an idea of how my app runs on the iPad (of which I don’t physically own). What do we think?
If there are no obvious logs, one thing you can do is to add some NSLog statements to each method.
I use these:
Then, when I’m done debugging, I comment them out. That way I can see what was the last method the app entered before it stopped.