When I run the app (without) compile It works but when I delete the app from the multitasking bar and click on it .. I get
shouldn't those be the same thing???
any hints on how to get rid of the error???
I'm figuring it's some sort of leak somewhere.. but lost at how to find it.
my first crack at an app so the code is UGLY ugly ugly.. !!!

thanks
Ian
Code:
int retVal = UIApplicationMain(argc, argv, nil, nil); //<--- Thread 1: program received signal: "SIGKILL"
shouldn't those be the same thing???
any hints on how to get rid of the error???
I'm figuring it's some sort of leak somewhere.. but lost at how to find it.
my first crack at an app so the code is UGLY ugly ugly.. !!!
thanks
Ian