xcode 错误 无法找到您所属的具有给定团队 ID 的团队。
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/27992418/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
xcode error Unable to find a team with the given Team ID to which you belong.
提问by izzy
I am getting the following error in Xcode,
我在 Xcode 中收到以下错误,
Unable to find a team with the given Team ID 'E4K95C67LT' to which you belong. Please contact Apple Developer Program Support.
https://developer.apple.com/support
Unable to find a team with the given Team ID 'E4K95C67LT' to which you belong. Please contact Apple Developer Program Support.
https://developer.apple.com/support
This is after I was kicked off a team and started my own dev account. Do I need to reinstall Xcode or something?
这是在我被踢出团队并开始我自己的开发帐户之后。我需要重新安装Xcode吗?
In Xcode it shows my new Team, and when I click on the team it took me to a place where I created signing identities, but when I go to build app it says no signing identity found and asks me if I want Xcode to try and fix issue, I click fix Issue and this error pops up.
在 Xcode 中,它显示了我的新团队,当我单击团队时,它会将我带到我创建签名身份的地方,但是当我去构建应用程序时,它说找不到签名身份并询问我是否希望 Xcode 尝试和修复问题,我单击修复问题并弹出此错误。
Any ideas? I really don't see much help on the apple dev support website, everything seems to be set up correctly on their side. Is there anyway to renew the Team ID?
有任何想法吗?我真的没有在 Apple 开发支持网站上看到太多帮助,他们似乎对所有内容都进行了正确设置。有没有办法更新团队ID?
回答by izzy
I just needed to restart Xcode after changing the teams.
我只需要在更改团队后重新启动 Xcode。
回答by Brandon
Just go to your Project-Targets-General-Identity-Team.
只需转到您的项目-目标-通用-身份-团队即可。
Change your team and ready!
改变你的团队并准备好!