简体   繁体   中英

Fastlane: No certificate for team '…' matching “…”. - How to specify the right team?

In my Fastfile, I can specify my app's codesigning_identity and provisioningProfiles . However, I always get the following error:

Code Signing Error: No certificate for team 'ABCDEFG8' matching 'iPhone Developer: My Certificate' found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.

The problem is, that the team (here: ABCDEFG8) is the WRONG team, and not the one that contains the certificate I wanna use. How can I specify the project team for a specific certificate?

Try setting the team ID inside the Appfile located in ./fastlane .

team_id "Q2CBPJ58CA"

See https://docs.fastlane.tools/advanced/#appfile .

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