How to see NSLog() from console app when using instruments

后端 未结 4 1088
遇见更好的自我
遇见更好的自我 2020-12-30 19:36

I\'m using instruments for allocations, but want to see my NSLog messages. In another post they mentioned to look inside /Applications/Utilities/Console for the messages.

4条回答
  •  离开以前
    2020-12-30 20:27

    You can view the console of the device using Xcode Organizer. Screenshot of Organizer

    In Xcode 6, the "Devices" tab was removed from the Organizer into it's own window. To view the console log, you now have to click the tiny little triangle in the lower left-hand area of the device information.

    Xcode 6 iOS Device Console Log Example

提交回复
热议问题