Xcode Organizer - cannot refresh Provisioning Profiles list [closed]

依然范特西╮ 提交于 2019-12-03 09:55:10

Try Xcode 5.1. It looks like Apple finally fixed this issue.

I was also getting this error "You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support". My developer provisioning was not working so I could not even test my apps on device.

Here's what worked for me:

  • Go on the iOS Provisioning Portal > Certificates > Development. There is probably a Certificate there which you no longer have the key pair for in Keychain. Revoke it.
  • Delete the relevant profiles from the Xcode organizer. Quit Xcode.
  • Go to ~Library/Developer/Xcode and delete connect1.apple.com **.db (maybe not necessary, but won't hurt).
  • Go to ~Library/Caches/com.apple.dt.Xcode and delete the Cache* files.

Now, Xcode is supposed to automatically create a new developer cert, but that seems to be broken right now. So, don't try to use it. Instead:

  • Go back to the iOS Provisioning Portal.
  • Make sure that your development certificate is revoked (so you don't have one).
  • Now Create a new one, and use the manual process which involves using keychain (we're back in 2009 here). Download the cert.
  • Go back to Xcode > Organizer. Plug in your device. Click on "Provisioning Profiles" under your device name. Delete all certificates currently on the device.
  • Click on the device name. Click "Add to Portal" at the bottom. Go through that process.
  • Go back to Library > Provisioning Profiles (at the top left). If you have an extra Team Provisioning Profile that is invalid, delete it.

Now you should have a working system.

Had the same issue. I just deleted all the profiles from the Xcode and then restarted it. Afterwards it prompted for Apple Id credentials and all things were in place (with modified profiles).

Actually solution pretty strange.

Looks like you must be member of Mac Developer Program. It helped me.

By adding my account to Mac Developer program issue was fixed!

Apple Discussion

delete

~/Macintosh HD/User/home/Library/MobileDevice/Provisioning Profiles

I am trying to shoot in the dark. I have never come across this issue, even though I have been juggling around a bunch of dev accounts.

Once your keychain and organizer are clean,

Try to get your mac spotlight to reindex (search something in the spotlight, select the last row), in the privacy tab, include the MacintoshHD (and any other drives indexed) in the list of locations preventing spotlight to index

repeat the steps above and remove the Macitosh HD from the same list, so that a fresh index is created.

Let me know if this makes any difference. (I had a similar issue, and this solution worked)

I had same problem. I've found the solution finaly.
1.Access DevCenter on "Safari".
2.Sign in by your AppleID/PW. I think you cant sign in.
3.Delete saved password in Safari, and Preference / Privacy / enable cookies.
4.If you became to able to Sign in, you can sign in on "Organizer".

I hope my poor English helps Slav and someone has the same Problem.

You have to use xcode 5.1.1 or later to upload your build.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!