I’ve looked around and never found a comprehensive list of exit codes for Xcode especially working with iOS. This question: Debuging to simulator crashes with "exited with status 5" unless I have breakpoint simply says I need to restart xcode to solve a common problem labeled ‘exit code 5’. There are many other similar questions out there. The solutions often work, however I don’t understand how they work. Next time I come across once of these exit code’s I’d like to know what they mean so I can have a better idea of how to prevent it from happening again.
What are the common Xcode signals and exit codes?
signal 0 an 1 are pretty standard, others are defined in context and by users, on osx 10.6:
man signal gives: