Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Device logs not appearing in Xcode

Tags:

xcode

ios

ipad

I have some crash logs which I am able to see in the iPad when I go to Settings->About->Diagnostics & Usage ->Diagnostics & Usage Data. But when I connect my iPad to the my computer and click Xcode->Window->Organizer->My Device Name, I am not able to see the logs at all. What might have been the issue? Any idea.

like image 444
lakshmen Avatar asked Jan 25 '13 06:01

lakshmen


People also ask

How do I see logs in Xcode?

In the Xcode menu hit Run - Console. This is where NSLog / print / printf etc statements output. The key command is Command + Shift + R.


1 Answers

Better Method to take device logs:

~/Library/Logs/CrashReporter/MobileDevice/<your iPhone’s name>/
like image 50
lakshmen Avatar answered Sep 20 '22 23:09

lakshmen