XCode 7.3.1 Update Not Installing

对着背影说爱祢 提交于 2019-12-05 18:38:01

There is only one way! For this you need:
1. Delete the XCode 7.3 from Applications folder
2. Download the Xcode 7.3.1 from here

3. install it manually
That's it))

A possible method of resolving this issue which has worked for people including myself, is as follows:

Close App Store.
Using terminal type the following:

    open $TMPDIR/../C

Locate and then delete the folder named com.apple.appstore
Empty Trash folder, if you get an error message saying that files are in use try the following:

    sudo rm -rf ~/.Trash/*

Restart Mac.

Once you have restarted your Mac try to install the update.

If this does not work delete Xcode from /Applications and repeat the above method.

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