1

I am developing an iOS application and thanks to Xcode's "output log" I've been able to fix lots of bugs and such.

When I run my iOS application without Xcode, sometimes it crashes. However, it is hard to tell why did it crash since my device was not connected to Xcode. So I was wondering, when I run my iOS application, is there an output log like Xcode's stored somewhere within the iOS device I can retrieve? Or do I definitely need Xcode? Or perhaps there are other ways?

Saturn
  • 17,888
  • 49
  • 145
  • 271

3 Answers3

5

When you connect your device to your computer, open up the Organizer in XCode. There will be a device log tab that you can select to view device & crash logs.

pdesantis
  • 879
  • 6
  • 7
1

Go in the organizer then on devices. You'll get logs in there.

moxy
  • 1,634
  • 1
  • 11
  • 19
0

If you are jailbroken you can use the syslog in /var/log/. I find it useful.

edit: You need to download syslogd to /var/log/syslog package on cydia also.

Fire30
  • 166
  • 7