4

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?

Peppo
  • 1,107
  • 1
  • 12
  • 19
narek.gevorgyan
  • 4,165
  • 5
  • 32
  • 52

1 Answers1

14
  1. Force quit Xcode
  2. Open a terminal
  3. 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
    +100000 if I could. You saved me man. You are my hero. Awesome – hmak.me Jul 20 '16 at 22:34
  • 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
    life saver, wasted 2 hours till I found this – Marcus Thornton Aug 08 '17 at 11:53