shishir has exited with status 10?
My application is terminating automatically and xcode showing this
shishir has exited with status 10
What does this mean? I am simply parsing few images, nothing more开发者_C百科 than that.
regards shishir
This means that you application is somehow exiting abnormally.
Try running the application in the debugger and try to pinpoint the line of code causing this exit.
精彩评论