Won't Install App

Hey,

I made a new app inside of iPhone Basic Unity. Setup the provisioning files etc. Added some art (no code) Ran it, and it wouldn’t install the App on my device, told me to reset the device and try again. I reset the device, didn’t work, I restarted xCode, didn’t work, and I restored my device and it didn’t work. Any suggestions. Should I submit the project?

Thanks.

do the XCode sample projects that you can download install themself?
Sure that you have the current XCode (3.1.x) + iPhone OS 2.1?

Have you looked at the iPhone Console to see what it is saying? In Xcode, click Window > Organizer, then in the Organizer window chose the Console tab… scroll to the bottom and see if there are any legible errors being reported.

Wed Nov 19 00:31:44 unknown afcd[377] : user mobile has uid 501
Wed Nov 19 00:31:44 unknown afcd[377] : mode is 0x41e8

  • The above is the only two errors that spit out when the install fails.

Had that too. That helped.

Well, the problem is that it was using some Defualt Provisioning profile, when I switched it to my game’s provisioning profile it installed properly and played! Hope this helps anyone in the future.