简体   繁体   English

Apple开发人员帐户-从代理删除团队ID

[英]Apple developer account - remove team ID from agent

I was the team agent of an enterprise account but after joining a new team in Fastlane match I get the option to choose between the team I was an agent of and new invited team. 我曾经是企业帐户的团队代理,但是在Fastlane比赛中加入新团队之后,我可以选择在我作为代理的团队还是新邀请的团队之间进行选择。

[14:03:47]: Fetching certificates and profiles...
Multiple teams found on the Developer Portal, please enter the number of the team you want to use: 
1) xxxxx "some.org" (Company/Organization)
2) yyyyy "some.org" (In-House)

How do I remove the previous agent account yyyyy so this option isn't showing up. 我如何yyyyy删除以前的代理商帐户,所以不会显示此选项。

when trying to exit in membership option in developer.apple.com I can't exit as an Agent but have the option to "Transfer Team Agent Role" 尝试退出developer.apple.com中的“成员身份”选项时,我无法以代理身份退出,但可以选择“转移团队代理角色” 在此处输入图片说明 . I don't want to transfer just delete it. 我不想转移只是删除它。

You would need somebody to remove you from one of those accounts or your could specify an environment variable or command line arguments so that you aren't prompted. 您可能需要有人将您从这些帐户之一中删除,或者您可以指定环境变量或命令行参数,以便不提示您。 It looks like you are using match here so... 看来您在这里使用match ,所以...

Using CLI: match --team_id xxx or match --team_name "some.org" 使用CLI: match --team_id xxxmatch --team_name "some.org"

Using environment variable: FASTLANE_TEAM_ID=xxx match or you can set this environment variable in your system 使用环境变量: FASTLANE_TEAM_ID=xxx match或您可以在系统中设置此环境变量

If you are using a Fastfile and calling the match action, you could do match(team_id: "xxx") or match(team_name: "some.org") 如果您使用Fastfile并调用match操作,则可以进行match(team_id: "xxx")match(team_name: "some.org")

You can view docs by either executing fastlane match --help , executing fastlane action match , or by viewing the docs here - https://docs.fastlane.tools/actions/match/#match 你可以通过执行或者查看文档fastlane match --help ,执行fastlane action match ,或者通过这里查看文档- https://docs.fastlane.tools/actions/match/#match

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

相关问题 如何找到我的 Apple Developer Team ID 和 Team Agent Apple ID? - How can I find my Apple Developer Team id and Team Agent Apple ID? 使用免费的Apple Developer帐户删除App ID - Remove App ID with free Apple Developer Account 如何从Apple开发者帐户中删除密钥? - How to remove Key from apple developer account? 是否记录了Apple开发者帐户证书创建/删除操作以供Team Agent查看? - Are Apple developer account certificate creation/deletion operations logged for Team Agent to view? 如何从Apple开发者会员帐户的邀请列表中删除电子邮件ID - How to remove Email ID from invited list in apple developer member account Apple开发者帐户: - 如何更改“代理商名称”? - Apple developer account :- how to change the “agent name”? 为 Apple 开发者帐户创建 Apple ID - Apple ID creation for Apple Developer Account Apple 开发者证书:团队 ID 不正确 - Apple Developer Certificate: Incorrect Team ID 是否可以在不支付Apple开发人员帐户的情况下将其添加为Enterprise Apple开发人员团队的成员? - Can I be added as a team member to Enterprise Apple developer team without having paid Apple developer account? 具有相同产品ID的两个Apple开发人员帐户 - Same product id two apple developer account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM