Question

I am trying to set up a new machine with XCode and my developer account and keep running into the following error while trying to refresh provisioning profiles from the Organizer:

Too few items in Property/teams/Entity/Developer

I have followed all of the suggestions in this thread, to no avail.

It seems like it's a problem with multiple/incorrect identities in the keychain, but I have not been able to fix it thus far, and there seems to be very little info on this issue in the wild.

I have tried all of the following:

  1. Deleting all of development-related certificates in my keychain
  2. Revoking/reissuing the development certificate via iOS dev center.
  3. Logging out of all other Apple-related services (iTunes, App Store, etc).
  4. Reinstalling XCode via App Store.

Has anyone else had this problem?

Was it helpful?

Solution 2

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.

OTHER TIPS

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.

enter image description here Second Shot

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.

@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.

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top