Advertisement
mukherjee

Fix Apple Sign in error

Apr 3rd, 2020
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. sudo -v ; killall -9 accountsd com.apple.iCloudHelper ; defaults delete MobileMeAccounts ;
  2. mkdir ~/Library/Accounts/Backup; mv ~/Library/Accounts/*.sqlite* ~/Library/Accounts/Backup/ ;
  3. killall -9 accountsd com.apple.iCloudHelper ; sudo reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement