MacOS – OS X Yosemite Xcode update stuck on ‘Waiting’

launchpadmac-appstoremacbook promacosxcode

I recently downloaded Yosemite, and I'm trying to update my Xcode. I hit 'Update' in the App Store, and but it's been stuck at 'Waiting' for the past 30 minutes.

As seen in Launchpad

As seen in the App Store

What can I do to fix this?

Best Answer

Yeah, a lot of people have been facing this issue. First, cancel your update. (In the AppStore update window hold Option to show the Cancel button.)

Now, you can do two things:

  1. Download and install the Xcode DMG from here (if you have an Apple Developer Account)

  2. Or try clearing your cache, and restart the download from the app store. You can use third-party apps or enter this command in your terminal:

    rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/com.apple.appstore"