Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An unexpected failure occurred while logging in (Underlying error code 1100)

Tags:

xcode

ios

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).

like image 529
Suhaib Avatar asked Sep 04 '17 16:09

Suhaib


3 Answers

You can check if Apple's systems are currently under maintenance by visiting: https://developer.apple.com/system-status/

like image 113
Nikola Lajic Avatar answered Nov 17 '22 03:11

Nikola Lajic


It turned out that Xcode has signed me out from my apple ID account.

So I went to

Xcode -> Preference -> Accounts 

and re-logged into my account again.

and now the error is gone

like image 20
Suhaib Avatar answered Nov 17 '22 03:11

Suhaib


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.

like image 1
Daniel Danielecki Avatar answered Nov 17 '22 03:11

Daniel Danielecki