1

I had my xcode working fine,

I updated my phone to iOS 7 and downloaded the latest xcode.

Now if I create an empty app, then run it on simulator,

the app will crash intermittently, nothing else added... so it will run some times, then will crash on start up,

No error log, only

lldb

and on main.m I see:

Thread 1: signal SIGABRT

What is the problem?

thanks!

rmaddy
  • 314,917
  • 42
  • 532
  • 579
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216
  • try running simulator separately and "reset content and settings" (in "iOS Simulator" menu of simulator) – Kreiri Jun 18 '13 at 06:54
  • 1
    Have you enabled "All exception" breakpoint? – 0xDE4E15B Jun 18 '13 at 07:12
  • May be problem in your Xcode is not updated. See more http://stackoverflow.com/questions/16113036/xcode-4-6-2-app-crashes-on-every-second-run/17126880?noredirect=1 – Ilya Ilin Jun 18 '13 at 08:10
  • possible duplicate of [iOS app crashing every other launch, can't find error](http://stackoverflow.com/questions/16113848/ios-app-crashing-every-other-launch-cant-find-error) – Beau Nouvelle Apr 02 '14 at 11:11

1 Answers1

-1

Delete the app from the simulator, clean project, restart Xcode and rerun it.

If that doesn't work try to reinstall it again.

Idan
  • 9,880
  • 10
  • 47
  • 76