Development team not showing in Xcode

2019-03-08 23:20发布

I am an self-employed iOS developer and so have my own iOS distribution membership.

For a few days, I am working as a developer in a team. My apple account has been added in their iTunes Connect / Users and Roles. It works since I can access to the app details of the current app we develop.

However, I can't get it right on Xcode. And so Xcode says the bundle ID is not right because I don't have the provisioning profiles.

In 'Project>General>Identity>Team', I can only select my own account and I don't see the new team I am part of. I don't see it neither in the Accounts page of Xcode preferences.

A provisioning profile has been created by the team leader for me. It didn't solve the problem.

Question: How to add new team we belong to in Xcode?


Note - at long last Apple will resolve this insanity,

They are finally fixing it in 2018:

enter image description here

4条回答
【Aperson】
2楼-- · 2019-03-09 00:11

Overwhelming issue here:

Apple have two totally different fundamental systems,

- the "developer.apple" system

and the

- iTunes connect system

They are completely different. As a rule you need to be in both.

It's the single most confusing (and ridiculous) thing in the whole software industry. It is a source of endless confusion.

When you suffer the problem on this page, 99% of the time the solution is "they added me on iTunes Connect, but they forgot to add me on Developer..." or "they forgot to make me an admin on one or the other."


If you are added to a existing team, Ask for an invitation as Admin

Go in apple developer center: https://developer.apple.com/account

Again, that's developer.apple,

NOT

itunesconnect.apple !!!

Once you are in at developer.apple.com/account, be sure you are in the correct team on the top right corner:

enter image description here

Go in section people

enter image description here enter image description here

Be sure your are admin :

enter image description here

If everything it's ok here. So stop completelly XCode and restart it.

Be sure your account is added to Xcode in Preference->Account

enter image description here

If not, click on the + on the bottom left corner and add your account.

Now, in your project, go on your target :

enter image description here

And in team, your new team must appear :

enter image description here

To repeat,

on Apple, there IS A DIFFERENCE BETWEEN 'DEVELOPER' AND 'ITUNES CONNECT' THINGS.

Your company has to invite you on the "developer thing" as shown in the images here. If you're "only" invited on the "itunes thing", nothing works. Really silly and bizarre, but that's how it is.

查看更多
地球回转人心会变
3楼-- · 2019-03-09 00:12

As of February 12th 2019, Apple now unified both AppStore Connect and developer.apple.com systems.

In order to add profile & certificates capabilities, you now need to go to AppStoreConnect (https://appstoreconnect.apple.com/access/users) and then click on the person. Scroll to the section "Developer Resources" and check the box

developer resources section

查看更多
爱情/是我丢掉的垃圾
4楼-- · 2019-03-09 00:12

SOLUTION : My account was not added in the certificates page of the member center of the development team leader. He just added me and I received an invitation to join. It solved the problem since I can now select my team in xCode.

查看更多
啃猪蹄的小仙女
5楼-- · 2019-03-09 00:16

For this you have to do following things:

  1. Check whether your apple ID is added into the team on Apple Developer portal with specific role. If not then it should be added.
  2. After that you have to add your apple account in the settings of the Xcode at following path. If added then remove and add again

Xcode -> Preferences -> Accounts -> Add the account by clicking on 'Plus' (+) button on the left botttom section

If this is done and still have a issue then regenerate the provisioning profile, install and use it.

查看更多
登录 后发表回答