I work with the iPhone simulator for quiet a while now and it’s all great. But now I want to do the next step and transfer my software directly to my iPhone/iPad. So I am about to buy the developer license to do so. But one question still remains: When using the sim my console output is shown in Xcode by using NSLog for example.
So for example: I want to receive the current GPS data I get, when using the MapKit. In the sim it’s quite easy to log to the console some “fake data”. But how do I receive a constantly updating GPS position when using my real device? How do I get the console output when it is not run in the sim? Is this possible?
Just run the iphone in debug mode and keep it connected. Then u should see the feedback in the console!