- Home /
Unity-iphone has exited with status 10
When I am trying to launch my game on device, I get this error "unity-iphone has exited with status 10" and my game terminated. What is wrong?
Comment
Answer by BoredKoi · Jun 23, 2010 at 11:43 AM
When you get those status messages, remember you can always go to the Xcode debugger console as well (Shift+Command+R in XCode). I watched an app of mine step through the following just a few moments ago. Looks like signal 10 == Out Of Memory crash.
WARNING -> applicationDidReceiveMemoryWarning() Program received signal: 0.
The Debugger has exited due to signal 10 (SIGBUS).The Debugger has exited due to signal 10 (SIGBUS).
Your answer
