Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

IDMah

macrumors 6502
Original poster
May 13, 2011
317
11
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

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
 
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

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

There is an entitlement file you add to release apps that prevents the system from running them in debug mode. I forget what it's called off the top of my head, but if you have that file in your bundle, the app will refuse to launch from Xcode. It sounds like that's what is going on with you.

----------

my first crack at an app so the code is UGLY ugly ugly.. !!!
:(

This reminds me of a taunt from my high school days:

"U - G - L - Y,
You ain't got no alibi,
You ugly, ugly, ugly-ugly-ugly!"

(No insult intended)
 
Thanks Gang.. Otherwise I would waste another few Days trying to fix it..
Hahaaa... !!!! :)

now I just need to plug the memory leaks..
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.