XCode “Too few items in teams” error when refreshing provisioning profiles

后端 未结 8 530
一向
一向 2020-12-15 03:15

I\'m trying to build my apps. I\'ve installed the provisioning profiles that my team has set up. I\'ve installed my developer certificate and the WWDR certificate. But when

相关标签:
8条回答
  • 2020-12-15 03:43

    I got the message too: "Too few items in Property/teams/Entity/Developer"

    It works now, after adding my account (which is connected with the macbook in itunes and which I used in Xcode) to an "Developer" under "Peoples" at https://developer.apple.com/membercenter/index.action#iPhoneDev

    Give it a try.

    0 讨论(0)
  • 2020-12-15 03:56

    Go to developer.apple.com. In the upper right menu area, select "Member Center." Once in the Member Center, select "Certificates, Identifiers & Profiles."

    Verify your accounts have not expired; or if new to the program (or renewal) that the order has been processed.

    0 讨论(0)
  • 2020-12-15 04:00

    Please reference: 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.

    0 讨论(0)
  • 2020-12-15 04:03

    It seems like I had two accounts for apple like most people: 1) email address account and 2) just apple user ID login.

    When you sign up for an iOS developer account, only one account gets approved as an iOS developer. It doesn't matter if those two accounts are merged and linked inside apple profile, only one gets approved. You can check this by logging into both accounts separately to their developer website. One account will say you are a member and another will say pay up the fee to become iOS developer.

    The problem is that your keychain already stored one of apple id credentials from the past... and you probably signed up for apple iOS developer program using the other apple login. Xcode automatically gets keychain's previously stored credential for 'Teams' section and since that account from keychain was not activated for the iOS developer account, it's complaining that no one is a valid developer in 'Teams'.

    To solve this,

    1. delete any, all apple related stuff from your keychain login.

    2. revoke all the problematic profiles, certs, etc from apple website.

    3. just redo provisioning process only using iOS developer approved apple login.

    4. From XCode Organizer's Teams section, click 'refresh' icon at the bottom and follow direction.

    0 讨论(0)
  • 2020-12-15 04:04

    My solution was a simple logout from iTunes and Mac App Store. I was loged with an different Apple ID. This Apple ID is different from my Apple ID that I'm using for iOS Program.

    0 讨论(0)
  • 2020-12-15 04:06

    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
    0 讨论(0)
提交回复
热议问题