How to force install XCode 4.1 from the app store

app-storexcode4

the app store botched its installation of Xcode 4.1 (it turned claimed it was 4.0 but the app store claimed 4.1 was installed). So I deleted the /Developer folder thinking this would let me reinstall a clean Xcode 4.1.

The app store still thinks Xcode 4.1 is installed and will not download or reinstall any version of Xcode. How do I force install Xcode 4.1?

Best Answer

Just to explain further...

The App Store download had actually worked

What you saw when you looked at Xcode was your old install, because you had not yet run the installer at that point.

Just find the "XCode installer" in your applications folder and run that to complete the install.

It caught me out too.

Related Topic