Report crash bugs for iOS
Report crash bugs for iOS with Unity Bug Reporting.
Read time 1 minuteLast updated 12 days ago
You can report crash bugs for iOS with Unity Bug Reporting. If your application crashes in the Xcode debugger, it’s recommended to add the Xcode console output to your bug report. Use the following steps to access the console output if your application crashes:
- From the Debug menu , select Continue twice.
- Open the debugger console from View > Debug Area > Activate Console.
- In the console, type and press Enter.
thread backtrace all - Copy the console output and attach it to your bug report.
When reporting any application freezes, you can click Pause and repeat the previous steps.
If your application crashes on the iOS device, it's recommended to retrieve the crash report. To achieve this, refer to Acquiring Crash and Low Memory Reports (Apple Developer). Attach the crash report, your built application, and the console log to your bug report.