xcode 登录时发生意外失败(底层错误代码 1100)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/46041113/
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
An unexpected failure occurred while logging in (Underlying error code 1100)
提问by Suhaib
I got this error when trying to run an app on the device.
尝试在设备上运行应用程序时出现此错误。
The operation couldn't be completed. Unable to log in with account '[email protected]'. An unexpected failure occurred while logging in (Underlying error code 1100).
操作无法完成。无法使用帐户“[email protected]”登录。登录时发生意外故障(基本错误代码 1100)。
回答by Suhaib
It turned out that Xcode has signed me out from my apple ID account.
结果是 Xcode 从我的 Apple ID 帐户中注销了我。
So I went to
所以我去了
Xcode -> Preference -> Accounts
and re-logged into my account again.
并再次重新登录我的帐户。
and now the error is gone
现在错误消失了
回答by Nikola Lajic
You can check if Apple's systems are currently under maintenance by visiting: https://developer.apple.com/system-status/
您可以访问:https: //developer.apple.com/system-status/查看 Apple 的系统当前是否在维护中
回答by Daniel Danielecki
If everything is fine with https://developer.apple.com/system-status/the problem might be when you have low space on disk where is macOS and Xcode. Had the same problem, did remove some unused apps to free some space and after restarting Mac everything started working again.
如果https://developer.apple.com/system-status/一切正常,问题可能出在 macOS 和 Xcode 所在的磁盘空间不足时。遇到了同样的问题,确实删除了一些未使用的应用程序以释放一些空间,并且在重新启动 Mac 后一切又开始工作了。