Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot update xcode on AppStore

Tags:

People also ask

How do I update Xcode on mac without App Store?

How To Update Xcode Without App Store. You can use a free Apple ID if you don't have a developer account with Apple yet. Simply delete the old Xcode from your Applications folder and replace it with the new one you downloaded. Don't worry, all your settings and projects won't be deleted.

How do I update my Apple Xcode?

Downloading and updating XcodeThe current release of Xcode is available as a free download from the Mac App Store. The Mac App Store will notify you when an update is available or you can have macOS update automatically as it becomes available.

Should I update Xcode?

As a result, you can keep track of your image assets and code files with ease. For this reason, you should install and update Xcode regularly to take best benefits of it.


I just upgraded from Sierra to High Sierra And I met this problem which is i cannot Update xcode. When i click on update it shows loading symbol on top starts animating and nothing happen.

enter image description here

I tried this:

sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist RecommendedUpdates
sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist DidRegisterLocalUpdates
sudo rm /Library/Updates
rm -rf ~/Library/Caches/com.apple.SoftwareUpdate/

Any help?