The selected team does not have membership in the iOS Developer Program

I am trying to add myself as a developer to the iOS team. (This is a university program)

I go to Xcode, select the name of the command and click "Fix the problem" (before it had problems with fake code, which I fixed). He returns this error: "The selected team does not have membership in the iOS developer program"

This is not true, I know for sure that the team is the iOS development team. And on developer.apple.com, it shows me that you are logged in to iOS. Xcode simply does not recognize this fact. Please, help.

(Problem video: http://screencast.com/t/mu5mV8WmD )

+7
ios xcode
source share
7 answers

I really understood that. I just talked to the account administrator, and he added me as a new project under the university account, which solved my problem. This has been fixed by my problem, so I mark this as an answer. However, I am sure that the other answers and comments here will probably help you if you run into similar problems.

0
source share

I got this error when the developer account from Xcode used the old Apple id email address. Removing this account from Xcode and adding it back again solved the problem for me.

+16
source share

I had this problem after I changed the password for my account with an Apple ID, it looks like it cannot request your details about your account and certificate. So, "Choose a team with membership in the iOS developer program and try again."

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

+3
source share

If you changed your password, go to Xcode - settings and change the password in the corresponding account

+2
source share

What worked for me is to delete it and add it again as suggested above (not sure if this is necessary), then select another command, and then select the original again. If you are only a member of one team, you will just need to remove and add again.

+1
source share

this is how i solved the same problem. I had a valid membership account. But he did not know about it. Thus,

  • I did not command anyone (General / Identity)

  • Then clean up the project

  • Changed Provisioning profile for Automatic in (BuildSettings / CodeSigning)

  • the most important part (I added the device using my identifier in (membercenter / Devices)

  • I added a new account using (General / Identity) (try if you selected a previous account here, it doesn’t work)

  • Then I launched the application and it works in a real device

Hope this helps

+1
source share

This happened to me when iTunes Connect dropped. I had a feeling that this was not so, because I traced the error to the wrong credentials, and Twitter confirmed my suspicions.

0
source share

All Articles