使用 Instruments Automation 和模拟器时如何查看我的 print/NSLog 输出?

how to see my print/NSLog outputs when using Instruments Automation, with simulator?

我是 Instruments 的新手,我正在尝试使用 Instruments Automation 将位置事件发送到我的 Xcode Swift 项目,该项目使用 MapKit,但使用 SIMULATOR (c.f.真实设备)。

我通过以下方式完成了这项工作:

但是在 Xcode 或 Instruments 中,我都看不到我用来监视应用程序的正常日志输出(打印或 NSLog)吗?执行此操作时如何查看打印行输出?或者我应该采取不同的方法?

Xcode 8

如果说模拟器,你需要先运行你的应用,然后通过你的工具记录运行ning应用,例如Zombies .

录制需要选择的内容: select running application