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!