Search code examples
xcodeios-simulatorios6

App receives SIGABRT on every second run


I'm experiencing that applications do crash on the Simulator every second time I run them. They receive an abort signal for some reason (See attached screenshot). It has been started recently, but I'm not sure if it's related to upgrading 10.8.4.

enter image description here

I've just created a new project based on the 'Single View Application' template to make sure it's not something related to my code and it's still crashing.

Any ideas what's going on?


Solution

  • This is a known bug in 10.8.4 (http://www.tuaw.com/2013/06/05/devjuice-10-8-4-and-the-ios-simulator/).

    Update your scheme by selecting Product > Scheme > Edit Scheme, and choose the GDB debugger for your debug scheme.