简体   繁体   English

Fastlane:没有匹配“…”的团队“ ...”的证书。 -如何指定合适的团队?

[英]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 . 在我的Fastfile中,我可以指定应用程序的codesigning_identityprovisioningProfiles 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. 代码签名错误:找不到与“ iPhone开发人员:我的证书”匹配的团队“ ABCDEFG8”的证书:为CODE_SIGN_IDENTITY选择了另一个签名证书,该团队与您选择的证书匹配,或者切换到自动配置。

The problem is, that the team (here: ABCDEFG8) is the WRONG team, and not the one that contains the certificate I wanna use. 问题是,该团队(这里为ABCDEFG8)是错误的团队,而不是包含我要使用的证书的团队。 How can I specify the project team for a specific certificate? 如何指定特定证书的项目团队?

Try setting the team ID inside the Appfile located in ./fastlane . 尝试在Appfile中的./fastlane设置团队ID。

team_id "Q2CBPJ58CA"

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM