too few items in teams [duplicate]

隐身守侯 提交于 2019-11-27 22:51:31

This stuff is just sooooo frustrating. Not sure if it will help but I snapshoted what I have in the KeyChain. When you see a disclosure triangle it means there is a Key under the certificate.

Was able to solve this just now by following some advice from another developer forum.

This worked for me:

  1. Log out of all services requiring an Apple ID (iTunes, App Store, etc)
  2. Delete any existing developer identity certificates from your keychain.
  3. Open keychain and delete all keys containing "daw2.apple.com" and "daw.apple.com" from all keychains.
  4. Close and reopen XCode.
  5. Open organizer and click refresh. You will be prompted to enter your account information. Make sure to enter the Apple ID associated with your developer account. Check the box "store in keychain".
  6. It should fetch the certificates and provisioning profiles from your developer account and the error should be gone!

Credit to Ronald Lee for this answer.

There is a simpler way:

  1. Open your keychain
  2. Press "All the elements" in the "Category"
  3. Now select "login" in the keychain Tab
  4. type in the search bar "daw.apple.com"
  5. delete all the results of this search.
  6. Restart Xcode
  7. Open the organizer
  8. refresh the "provisioning profiles" page
  9. Insert your username and password.

I still encountered the same issue after following the other answers on this page. Here is what I needed to do to get things working.

Make sure that you have fully accepted the invitation email to join the Apple Developer program. Your account admin can verify your status through the management panel.

  1. Click the link inside the "Please verify your email address" email
  2. Click the "submit" button to finish registration
lmnbeyond

@mutexmark is right:)

BTW, here is the Apple doc:

https://developer.apple.com/legacy/library/technotes/tn2250/_index.html

Provisioning Profile Refresh Troubleshooting:

If you are receiving the error message:

Too few items in Teams

Perform the steps below:

  1. Open Keychain Access > Passwords category.

  2. Delete the entries for daw.apple.com and daw2.apple.com

  3. Retry the Provisioning Profile Refresh process.

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