简体   繁体   中英

The selected team doesn't have an iOS Developer Program membership

I'm attempting to add myself as a developer on a team for iOS. (It's a university program)

I go into Xcode, select the team name, and click "fix issue" (earlier it was having code signing problems, which I fixed). It returns this error: "The selected team doesn't have an iOS Developer Program membership"

This is false, I know for sure that the team is an iOS development team. And on developer.apple.com it shows me as logged in on the iOS team. Xcode just won't recognize this fact. Please help.

(Video of problem: http://screencast.com/t/mu5mV8WmD )

I got this error when the developer account from Xcode was using an old Apple id email address. Deleting that account from Xcode and adding it back again solved the issue for me.

I had this problem after i changed password to my apple id account, it is seem to be that somehow it unable to request your data about your account and certificate. So it's "Select a team with an iOS Developer Program membership and try again.".

Confirm that deleting account from Xcode and adding it resolves the problem.

如果您更改了密码,请转到 Xcode - 首选项并在相关帐户中更改密码

What worked for me was removing it and adding it again as suggested above (not sure if its necessary) and then selecting another team, and then selecting the original one again. If you are only the member of one team you may just have to remove and add again.

here is how I have solved the same problem. I had a valid membership account. But it wasnt recognizing it. So;

  • I have made the Team to none in (General/Identity)

  • Then clean The project

  • Changed the Provisioning profile to Automatic in (BuildSettings/CodeSigning)

  • the most important part (I had add the device using its id in (membercenter/Devices)

  • I have added a new account using (General/Identity) ( try this if selecting the previous account from here doesnt work)

  • Then I have started the app, and it works in the real device

Hope it helps

I actually got this fixed. I just talked to my account admin, and he added me as a new project under the university account, which solved my problem.

This happened to me when iTunes Connect went down. I had a feeling it was down because I traced the error back to bad account credentials, and twitter confirmed my suspicions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM