Logging data on device and retrieving the log

In Xcode 6.1.1, you can view the NSLog output by doing the following. However, I’m not sure if it lets you see logs from too far back in time. I’ve only seen it go back up to a couple hours.

In any case, here are the steps:

  1. In Xcode, go to Window -> Devices.
  2. Select your device in the left panel.
  3. Click the little arrow as shown in the screenshot below.

enter image description here

Leave a Comment