what does “exited abnormally with signal 9: Killed: 9” mean
问题 How to read error codes which appear in the console? <Warning>: ....... -exited abnormally with signal 9: Killed: 9 <Warning>: ....... -1 err = Bad file descriptor (0x00000009) Here what does signal 9 mean, are there any more signals apart from it. Any documentation available for it. I get this kind of error, when a App. launched from Xcode is terminated by "Stop" button in Xcode toolbar. (Another way to get this error is , to press home button, then double tap home button and close the app.)