1

I use print to log network responses on my app.

I installed via Testflight, connect to Xcode and run the app.

I'm not seeing these logs.

How do I see these logs?

iOS 10.3.2

quantumpotato
  • 9,637
  • 14
  • 70
  • 146
  • 4
    You won't see `print` statement in the device console. Use `NSLog` or, better, `os_log`. And if using macOS 10.12 or later, I'd suggest watching via macOS `Console` app, not Xcode, as it gives you greater control. https://stackoverflow.com/a/25951564/1271826 – Rob Jun 19 '17 at 18:31
  • Thank you for this. – quantumpotato Jun 19 '17 at 20:05

0 Answers0