First time I launch the app, everything seems to run fine. I\'ll hit the stop button, do some work and when I go to launch it again, it seems to crash before it can even loa
I was having this issue as well. Take a look at this post. Xcode 4.6.2 app crashes on every second run
Basically change your debugger from LLDB to GDB. I can't believe this was due to LLDB being buggy.