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?

link|improve this question
feedback

4 Answers

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.

link|improve this answer
1  
This did the trick for me. Run /Applications/Install Xcode/Install Xcode.app. There's also /Applications/Install Xcode.app, but that did not work for me, growling at me saying I need the appropriate program for Lion. – Prashant Jul 26 '11 at 21:45
Note that this answer also worked for updating from 4.1 to 4.2 via the app store - it just downloaded an installer, which I had to find and run. – Kendall Helmstetter Gelner Oct 22 '11 at 20:19
feedback

Do you have the application "Install Xcode" in your /Applications folder. That worked for me.

link|improve this answer
feedback

To make a clean installation of Xcode first completely uninstall the previous Xcode version:

From a Terminal window type:

$ sudo /Developer/Library/uninstall-devtools --mode=all

That process may take a while!

Then try your installation again.

link|improve this answer
1  
After running that script the App Store claimed it was still installed. – Kendall Helmstetter Gelner Dec 7 '11 at 19:46
Same with me. I do not know how to refresh the App Store. I even removed it from Purchases. – Brian Dec 8 '11 at 1:06
1  
Delete /Applications/Install Xcode.app, and then the App Store recognizes Xcode is gone. stackoverflow.com/questions/7760114/… – Brian Dec 8 '11 at 1:09
I don't have an "Install Xcode.app" on my machine but I have the same problem as the others. Laaaaaame – BoomShaka Feb 29 at 14:31
feedback

Deleting the Install Xcode app works for me - after that I have the opportunity to download that monster all over again

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.