iOS Simulator Crash Reports

If your iOS app crashes in the Simulator during a test run, the crash report can be used for diagnosing the exact cause of the crash.

By default, the crash reports for the app will be written to the ~/Library/Logs/DiagnosticReports directory.

The crash reports can be uploaded as artifacts to assist with debugging the app crash on your local machine:

- store_artifacts:
path: ~/Library/Logs/DiagnosticReports
Was this article helpful?
24 out of 35 found this helpful

Comments

0 comments

Article is closed for comments.