user635064
user635064

Reputation: 6247

iPhone console for nslog?

How can i see nslog messages when I am testing on device? My only way right now is to have a UITextView and put message in there, there must be a better way..Thanks.

I went to seetings and turned on console but still don't know how to see them. Thanks.

Upvotes: 1

Views: 609

Answers (2)

Piotr Byzia
Piotr Byzia

Reputation: 3423

There are also a few apps you can install from App Store on your device (search for free ones, with Console in their title, and ability to send emails with logs).

This is useful especially if you want to debug some errors on your beta testers devices, or don't want to connect your device every time you want to see what's in the console log.

Upvotes: 1

George Johnston
George Johnston

Reputation: 32258

These calls will output to your devices system log. You'll be able to get these from the XCode Organizer when you plug your phone back in.

Upvotes: 2

Related Questions