Skip to content

Instantly share code, notes, and snippets.

@rodrmoya
Created April 16, 2015 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrmoya/32c6726e6b25053927ab to your computer and use it in GitHub Desktop.
Save rodrmoya/32c6726e6b25053927ab to your computer and use it in GitHub Desktop.

There are several files that contain valuable information for debugging iOS application problems:

  • The Mac's system log, which can be accessed in the Console app (Applications -> Utilities -> Console), view “All messages” at the upper left.
  • The simulator log, which can be accessed from the simulator’s Debug -> Open System Log.
  • If there is a crash in the simulator, a crash report is written in ~/Library/Logs/DiagnosticReports.
  • For devices, logs can be accessed from Xamarin Studio (via View -> Pads -> iOS Device Log. For crash reports, the Devices tool in XCode (Window -> Devices).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment