tags:

views:

316

answers:

1

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

+1  A: 

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.

Claus Broch