Reporting crash bugs on iOS
Manual     Reference     Scripting   
Unity Manual > Getting Started with iOS Development > Reporting crash bugs on iOS

Reporting crash bugs on iOS

Before submitting a bug with just "it crashes" in the message body, please look through the iOS Troubleshooting page. You'll learn how to debug your game and how to find precious yet hidden info about your app.

If your application crashes in Xcode debugger, then follow these steps:

  1. Press Continue (Run->Continue) twice
  2. Open the debugger console (Run->Console) and enter (in the console): thread apply all bt
  3. Copy all console output and send it together with your bugreport.

If your application crashes on your iDevice, but not when run from Xcode debugger, then follow these steps:

  1. Retrieve crashreport as described on Apple's website: http://developer.apple.com/iphone/library/technotes/tn2008/tn2151.html#ACQUIRING_CRASH_REPORTS
  2. Attach the crashreport, your built application and console log to the bugreport

Page last updated: 2010-09-24