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 than that.
regards shishir
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 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.