Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Xcode 4 and keep Xcode 3?

I've read many time that we can install Xcode 4 and keep Xcode 3.

BUT, i've also read that it was not possible with Xcode 4 GM.

Anyone have done this with success?

Update:

Ok, I have installed-it. (different folder)

But it always crash at start. (xcode encounter an internal logic error)

Someone have an idea?

like image 594
Franck Avatar asked Dec 12 '22 15:12

Franck


2 Answers

It's fairly easy to do. When running the installer, just change "Install location" to something other than /Developer

like image 161
cobbal Avatar answered Jan 09 '23 16:01

cobbal


You can install them both fine, simply choose separate directories. I have Xcode 3 installed into its vanilla location (/Developer) whereas Xcode 4 is in '/Developer/XCode4'.

To change the install location: On the 'Installation Type' screen within the installer you'll notice that the 'Developer' folder listed next to the top install item is actually a dropdown - click this then choose 'Other..' to select a custom location.

like image 38
KomodoDave Avatar answered Jan 09 '23 16:01

KomodoDave