退出 Xcode Organizer?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9757921/
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
Signing out of Xcode Organizer?
提问by Anh Do
I've got multiple developer accounts setup on my Mac, and now needs to sign out of my account to access another's resources. I couldn't find such option anywhere.
我在 Mac 上设置了多个开发者帐户,现在需要注销我的帐户才能访问其他人的资源。我在任何地方都找不到这样的选项。
Any idea how to sign out of Xcode Organizer?
知道如何退出 Xcode Organizer 吗?
回答by sch
Open Keychain Access, go to the Passwordscategory and remove the passwords associated with Xcode. Their name contains apple.com(example: daw2.apple.com).
打开Keychain Access,转到Passwords类别并删除与Xcode关联的密码。它们的名称包含apple.com(例如:daw2.apple.com)。
If you have a doubt about whether a password is associated with Xcode, right click on it, select Get Infoand see if Xcodeis listed in the Access Controltab.
如果您对密码是否与Xcode相关联有疑问,请右键单击它,选择“获取信息”并查看Xcode是否列在“访问控制”选项卡中。
Finally, note that Xcodeasks you if you want to save the passwords in Keychainwhen you enter them. You can skip saving them so that you can choose the correct account every time.
最后,请注意,当您输入密码时,Xcode 会询问您是否要将密码保存在钥匙串中。您可以跳过保存它们,以便每次都可以选择正确的帐户。
回答by trevdev
In the latest xcode (v9.2) I had to goto xcode (in the menu bar), then preferences, then click on the 'accounts' tab. Here I could remove the old account.
在最新的 xcode (v9.2) 中,我必须转到 xcode(在菜单栏中),然后是首选项,然后单击“帐户”选项卡。在这里我可以删除旧帐户。