Home > Mobile >  Change team in Xcode Cloud configure screen
Change team in Xcode Cloud configure screen

Time:08-31

I have an 2 team connected to my Apple Developer account. In one we are planning to launch Xcode Cloud, but then I select Product -> Xcode Cloud -> Create workflow, second team appear and I can't change it.

Have someone found a way to fix this?

Xcode Cloud Beta

CodePudding user response:

Make sure you choose the team while creating workflow in the window like the image link: https://docs-assets.developer.apple.com/published/6a4a25c0fa999a0ec9eebb623aff6cb2/[email protected]

If you fail

First:: Go to your project target -> Signing and capabilities -> Enable automatic manage signing-> Select Team -> Put appropriate bundle identifier -> Press Enter.

Then:: Product -> Xcode Cloud -> Create workflow -> You should be able to choose the team.

If it still does not work, there may issues with the role of apple ID you are using to connect XCode cloud. It is better to have admin role associated with the account.

Useful References: i) https://developer.apple.com/documentation/xcode/requirements-for-using-xcode-cloud

ii) https://developer.apple.com/documentation/xcode/configuring-xcode-cloud-for-your-team

  • Related