vote up 0 vote down star

I recently upgraded to the iPhone 3.0 sdk. Once i did this, i needed to reinstall the correct provisioning profile on my iPhone. However, i can no longer deploy to my device when i need to debug things. In the organizer window i get the following error:

The iPhone “(my iphone)” doesn’t have the provisioning profile with which the application was signed.

Please add the provisioning profile via the Organizer, or check the “Code Signing Identity” build setting.

I've verified that the profile is in fact installed on the device. I think my certificate is correct, since i needed to also redo the whole cert request process for another reason. Has anyone else encountered this error, and is there a way to fix it?

flag

Are you sure it was the upgrade to 3.0 that caused the problem, and not redoing the cert process? I just upgraded and had no problems with my certs working (at least as well as they had been working previously). – pix0r Jun 19 at 18:01
Pretty sure; a co-worker of mine is having the same problem and he hasn't recreated his certs/provisions. – Kevlar Jun 19 at 18:04
Try rebooting your iPhone -- that's worked for me a couple of times in the past. Also, in Xcode's Organizer, drag the provisioning profile onto your iPhone icon to make sure the same version is in Xcode and the phone. – Daniel Dickison Jun 19 at 18:21

2 Answers

vote up 0 vote down

No provisioning problems here - but sometimes I have changed things and forget to update the details on the target and on the main build to the new profile / provisioning certificate.

Have you checked both are now using the new profile / certificate combination.

link|flag
vote up 0 vote down check

I'm not sure exactly what i did to make it work, but it worked after tweaking the product name and identifier in my app's target info, which i'd changed before because of how spaces/underscores don't work as a bundle identifier.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.