AppCode 2023.1 Help

Analyze external stack traces

In AppCode, you can view the application crush reports created by the Apple report service and navigate to corresponding source code in your project.

  1. From the main menu, select Code | Analyze Crash Reports.

  2. In the dialog that opens, paste the crash report into the Put a crash report here text area.

  3. If you want to explicitly specify the directory with the corresponding dSYM files, select the Use additional directory to search for missing dSYMs checkbox and enter the desired directory in the field or choose it from the file system.

  4. Click OK. The crash report is displayed in the Run tool window.

    To jump to the code that caused the problem, scroll to the crash report line you need and click the link to the source file. The file opens in the editor.

Last modified: 17 January 2023