I'm new to Instruments, and I'm trying to use Instruments Automation to send location events to my Xcode Swift project, which uses MapKit, but using a SIMULATOR (c.f. real device).
I've got this working by:
But neither in Xcode or Instruments do I see my normal log output (print or NSLog) I use to monitor the app? How would I see print line outputs when doing this? Or is the different approach I should be taking?
If talk about simulator, you need to run your application first and then, record running application through you instrument, Zombies, for example.
What you need to choose for recording: select running application