Unable to Login to Apple ID through Xcode Preferences

大憨熊 提交于 2019-12-11 07:31:36

问题


in Xcode Preferences. I am getting following Error. I have other Apple ID where I can login. I have attached screen shot along with it. Please let me know why I am getting such error.Following is error I am getting


回答1:


Execute the following commands in Terminal:

sudo mkdir -p /Users/Shared
sudo chown root:wheel /Users/Shared
sudo chmod -R 1777 /Users/Shared



来源:https://stackoverflow.com/questions/42826239/unable-to-login-to-apple-id-through-xcode-preferences

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!