tags:

views:

53

answers:

2

Hi,

I am trying to run a new Iphone app, and altough it works fine on simulator, on actual device, it immediately exits.

Also when I run from SSh I get killed error.

I try to run an empty, blank, new project, again it exits immediately. The device is OS 3.0, and compiled in same version, also I have tried to compile for SDK 2.0 but no difference.

Any suggestions?

+1  A: 

Check your mobileprovision files, and make sure they're up to date. Does the console print anything when it crashes in the debugger? Also, make sure your XIB files are correctly named, and, on the device, case IS important.

Ben Gottlieb
I am running on a jailbroken device, so no provisioning
paul simmons
A: 

Ahh, sorry, I've missed 'signing with ldid' step

paul simmons