Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS Team Provisioning Profile - Pending (Managed by Xcode)

Tags:

In my project in Xcode I have Issue: "No non-expired provisioning profiles are installed". I clicked "Fix Issue" and after 2-3 minutes:

"Generation of the team provisioning profile Apple ID "XxXxXxXxXx" is still pending. Please wait a moment and then click the Refresh button in the Details section of the Accounts tab fot this team."

I refreshed it and nothing. I have still "Pending (Managed by Xcode)" in all "IOS Team Provisioning Profile" on https://developer.apple.com/account/ios/profile/profileList.action.

any idea to fix it?

like image 672
Filip Szczepanski Avatar asked Feb 06 '14 20:02

Filip Szczepanski


3 Answers

You can manually create your own provisioning profile (NOT managed by Xcode) and use that instead until the Xcode-managed profile is approved.

I have spent 24 hours with an Xcode profile in the "Pending" state, but if I manually create one it seems to get approved instantly.

You can manually add profiles through the Apple Developer Portal at https://developer.apple.com. You can use a wildcard app ID (*) to match any app, the same as your Xcode profile uses.

like image 125
chris838 Avatar answered Sep 24 '22 01:09

chris838


Generating a provisioning profile can take some time and there isn't much you can do about it once it's "Pending" on the iOS developer center. In some instances, you may have to wait up to a few hours for the profile to be ready.

like image 26
Kamchatka Avatar answered Sep 24 '22 01:09

Kamchatka


For those who dont want to wait but need a provisioning profile for app with any bundle id. Create new wildcard App ID in the portal. Then create new provision profile and select your new wildcard App ID, then download and install. It's work for me.

like image 38
m8labs Avatar answered Sep 21 '22 01:09

m8labs