Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 695
Attila H Avatar asked Jun 08 '13 09:06

Attila H


1 Answers

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.

like image 158
Alyssa Ross Avatar answered Sep 30 '22 15:09

Alyssa Ross