firstly, Ive been through most of the code signing threads and I can't find anything similar to this exact problem. Apologies if this issue has already been posted and covered somewhere else....
My certificate expired 2 days ago and I was unable to "renew" it from with the Apple iPhone Developer Portal. I revoked the expired certificate and then set about creating a new code signing cert. by following all of the steps provided on the site.
I've been able to successfully add the new profile to the organizer, and I've removed the old identities.
I've removed build directories, cleaned targets, adjusted and selected the new profile from the configurations menus for a particular application I've built. I've run through this a few times, I've check that the new provisioning profile exists in where it should. everything stacks up.
Now, when I try to build for a device, I get code sign error: Provisioning Profile 'XXXX-XXX - etc identifier' can't be found
This number doesn't match the number found with the new provisioning profile. Why is it looking for an old provisioning profile the new one has been selected?
how on earth do I fix this, because I've tried everything I can think of....
FOUND ANSWER HERE
http://www.iphonedevsdk.com/forum/ip...dentifier.html
Had open bundle contents and update previous profile id to new profile id.