简体   繁体   中英

Development team not showing in Xcode

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:

在此处输入图像描述

Apple has now unified both AppStore Connect and developer.apple.com systems.

To add profile & certificates capabilities:

  • Navigate to App Store Connect > Users and Access
  • Select your user account. (You may need to be a team admin to do this.)
  • In section "Developer Resources", check the box "Access to Certificates, Identifiers & Profiles".

Update: This answer posted in February 2019 is still valid as of September 2021

开发者资源部分

在此处输入图像描述

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:

在此处输入图像描述

Go in section people

在此处输入图像描述 在此处输入图像描述

Be sure your are admin :

在此处输入图像描述

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

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

在此处输入图像描述

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

Now, in your project, go on your target :

在此处输入图像描述

And in team, your new team must appear :

在此处输入图像描述

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.

即使您的角色是开发人员,在管理员AppStoreConnect中的下一个设置之前,Xcode 都不会看到您的开发团队(它不是个人团队)

Access to Certificates, Identifiers & Profiles

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.

For those who live in 2021 but are simply lost, here is where the "Team" button moved !

You'll simply find it under the section “Signing and Capabilities” instead of “Main”. See the image below:

团队按钮移入“签名和能力”

In addition of what @opyh said, your user must have checked the option "Access to certificates, identifiers and profiles." in https://itunesconnect.apple.com/access/users to see your own team.

After that, you have to add your account in xcode > target > team, and you will show your user is assigned to a team.

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.

It seems when Apple merged App Store Connect and Developer accounts, some accounts have been missed, like mine – In my case (I am part of a team, but not the account holder), I had to use a different solution:

If the team is missing in one of the menus, let the account owner remove your membership in App Store Connect and re-invite you. After accepting your new invitation, the missing team should be displayed on both App Store Connect and the Developer portal. Now you can also use it in Xcode.

You may also need the appropriate certificate. without the need to have full access to certifications or to be full admin

you can email the creator of the signing certificate. Ask the creator to export the signing certificate on their Mac so you can install it on your Mac. 在此处输入图像描述

Please see the link below for more information:

I faced into the same issue, after 1 hour trying many ways, they showed your developer program was expired :D. Why don't it show at the first time to save my time.

对我来说,我必须在 Signing -> Code signing identity 下构建设置,然后将其更改为 iOS Developer 并在 Development team -> select others 然后添加团队密钥。

If you recently signed into the account, ensured you have the correct permissions in Apple Developer + App Store Connect, and still can't get a new team to show up, I've had to restart my computer or log out / log in order to get it to appear. Sounds crazy but this has been the only resolution for me on multiple occasions.

I had this same issue. I needed my admin to additionally grant me 'Access to Certificates, Identifiers & Profiles'. The solution was given here by user bruno887 https://developer.apple.com/forums/thread/117098

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