Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force-install Xcode 4.3?

Tags:

xcode4.3

I've read through a number of existing StackOverflow questions about Xcode 4 installation woes, but none of them quite match my configuration.

I started off with a MacBook Air with apps sucked over from an older MacBook Pro. During the migration process, it would seem that Xcode.app was pulled over, but /usr/include and friends were left behind.

So, I tried to install Xcode from the app store earlier, and got no feedback except for minutes of 'INSTALLING', with no status and no noticeable network load. I shut down (was running out of battery) and tried again later -- same behavior.

Then, I ran sudo /Developer/Library/uninstall-devtools --mode=all to clean things up, rebooted, and tried again. Now, when I click the 'install' button in the app store, I'm prompted for my credentials, I see a little spinner for a second in the top-left of the window, and the UI reverts to its original state ("Install" as an option, etc.). Subsequent clicks on "Install" trigger the spinner for a second, but have no other noticeable side effects.

Are there any other rituals I should perform to clean my computer of whatever invalid state it's in so that I can get Xcode re-installed so that I can get /usr/include etc. back so that I can start compiling again?

like image 887
Patrick Linskey Avatar asked Feb 22 '12 03:02

Patrick Linskey


1 Answers

You might try installing the Xcode 4.3 dmg available from https://developer.apple.com/downloads/index.action. At least Installer.app has a log window that might show some useful errors if it fails.

Or if you want to keep trying the App Store version, open Console.app and watch the "All Messages" log while trying the install.

like image 99
Brendan Shanks Avatar answered Oct 15 '22 15:10

Brendan Shanks