简体   繁体   中英

Xcode: Signing the app fails as a team member

My manager has created an account for me with Admin access. He created an App with an specific bundle ID on the portal, say com.name.app1 . I have created a project with the same bundle ID and chose the new account under Team. But it fails to sign and says:

Failed to register bundle identifier.

No profiles for 'com.name.app1' were found

在此处输入图像描述

There is a registered identifier with that ID on the portal. What are we doing wrong here? How can I develop that app as a team member?

you need download or update your provisioning profile. if you already have profile, remove from keychain your profile after download and update him.

You are a member of more than one team. This identifier was registered to one team and you are trying to sign it with a different team. Every developer with a paid account is a member of at least two teams, a personal team and the paid account team. From there you can be invited to many more teams. (I'm a member of about two dozen teams.)

Try switching to the other team in the signing section for this target.

Upon confirming the correct team is selected and this continues to occur, maybe something is corrupted in your account. Try deleting the teams from Xcode and reloading them. In Xcode's preferences remove all accounts. Then delete any provisioning profiles (stored in ~/Library/MobileDevice/Provisioning Profiles ). Then log back into the account and download the provisioning profiles.

It's weird but I had to remove my own account from the Xcode then I could sign the app with the team's provisioning profile, a new profile showed up after removing my personal account.

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