Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Team Provisioning Profile - Invalid

Tags:

On the iPhone Provisioning Portal, it shows my iPhone Team Provisioning Profile is Invalid. There is a "Managed by Xcode" text. The "renew" button is disabled.

How can I fix that? Thanks

like image 442
ohho Avatar asked Aug 05 '10 04:08

ohho


People also ask

How do I fix failed to create a provisioning profile?

3. How To Fix Xcode Failed To Create Provisioning Profile Error. To fix this error is very easy, just connect your real iOS device such as iPhone to the Mac computer with a USB line, follow the popup screen on the iPhone, then you can select your iOS device in the Set the active scheme drop down list.

How do I install a provision profile on my iPhone?

New provisioning profileGo to the Profiles section in the developer portal and click the + button. Under Development, select iOS App Development and click Continue. Select the App ID to use from the dropdown menu then click Continue. Select the Certificate(s) to include in the provisioning profile then click Continue.

What happens when iOS provisioning expires?

If a provisioning profile expires, the provisioning profile's status displays Expired in your developer account. You renew an expired provisioning profile by editing and re-generating it, as described in Editing Provisioning Profiles in Your Developer Account.

What is iOS Team provisioning Profile?

The team provisioning profile allows all your apps to be signed and run by all team members on all your team's devices. For an individual, the team provisioning profile allows all your apps to run on all your devices.


2 Answers

Using Xcode 3.2.4, open the organiser window and navigate to the Team Provisioning profile in the profiles section to the left. At the top of the window you should see a refresh button next to the "Automatic provisioning" checkbox. Clicking that should prompt you for your developer credentials and recreate the profile for you

EDIT: You can also right click the device in organiser once it's connected to your machine and manually request that it be added via the context menu

like image 51
nduplessis Avatar answered Sep 21 '22 20:09

nduplessis


If you have invalid Distribution Provisioning Profiles in your App developer account, the easiest way to renew the profiles is “modify” → then just change something and press submit.

You dont have to re-create neither the appstore or adhoc profile and can just renew them this way.

like image 32
Oliver Ruehl Avatar answered Sep 21 '22 20:09

Oliver Ruehl