After update to Xcode 7.1 all my apple ids got deleted. When I'm trying to add account in preferences, I face an infinite loading indicator. I tried a few accounts and none of them work. Any clue what can cause this?
Asked
Active
Viewed 2,816 times
4
-
did you closed Xcode/restarted mac and then tried adding account ? – Shubhank Nov 25 '15 at 08:04
-
yeah. Also its not something specific to developer account as I tried a few which work on other macs – narek.gevorgyan Nov 25 '15 at 08:05
-
i faced the same but it worked after closing xcode and restarting it. If possible just do a fresh xcode install. – Shubhank Nov 25 '15 at 08:07
-
restarted xcode, and i worked for me. – Cong Tran Nov 25 '15 at 08:14
1 Answers
14
- Force quit Xcode
- Open a terminal
Type
sudo pkill -9 -f Account sudo rm $HOME/Library/Accounts/*
Then try again

Arnaud
- 7,259
- 10
- 50
- 71

David Grigoryan
- 166
- 1
- 5
-
1
-
Hello @David, I meet a similar case after an update of XCode (v 8.2.1) : there is an infinite Loading indicator, but nothing happens. I've tried your solution but it didn't change anything. Is there something else? (screenshot: http://img4.hostingpics.net/pics/963946bugXCode.png) – Gold.strike Mar 15 '17 at 20:11
-
1