4

When I try to download the Xcode 4.4 update I'm presented with this error:

Xcode can’t be installed on “Mac HD” because the version of OS X is too new.

But the change log says that the update is for Lion and Mountain Lion.

Steve Moser
  • 8,734

1 Answers1

7

You can manually clear the store where the App Store saves the downloads before completion:

  1. Quit the App Store app
  2. Open Terminal.app (search with Spotlight)
  3. rm -r /private/var/folders/*/*/*/com.apple.appstore

    This step is the removal part...

  4. Restart the App store.app
bmike
  • 235,889
aCuria
  • 186
  • 2