How to change the App ID associated with my (Xcode managed) Team Provisioning Profile

Steve picture Steve · Jan 25, 2011 · Viewed 42.4k times · Source

I constantly struggle to get my codesigning to work. I'm trying to get a good generic provisioning profile that will work for all my apps during development. They're always failing codesign, but they also always install on my phone. Go figure.

I've created an App ID called ##########.mydomainname.* and associated it with my development certificate, but when the Team Provisioning Profile: * is generated, it uses an App ID that I made when I first signed up over a year ago. I don't know if this is a problem, but I want to try associating the Team Provisioning Profile: * with my ##########.mydomainname.* App ID. I'm so sick of constantly fiddling with provisioning - eventually I get it to work, but it's never the same recipe.

Can I somehow edit the App ID used in a profile?

UPDATE: Marking question as answered, but it looks like the answer is that you can't do what I'm asking.

Answer

Dmitry Shashlov picture Dmitry Shashlov · Jan 25, 2011

You can't edit exisiting AppID's, but you can associate existing provisioning profile with new AppID or create new one.