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
Comments
Article is closed for comments.