Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add account stuck in Xcode

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?

like image 555
narek.gevorgyan Avatar asked Dec 08 '22 00:12

narek.gevorgyan


1 Answers

  1. Force quit Xcode
  2. Open a terminal
  3. Type

    sudo pkill -9 -f Account 
    
    sudo rm $HOME/Library/Accounts/*
    

Then try again

like image 156
David Grigoryan Avatar answered Dec 11 '22 10:12

David Grigoryan