Install Xcode 4 and save Xcode 3?

I read many times that we can install Xcode 4 and save Xcode 3.

BUT, I also read that this is not possible with Xcode 4 GM.

Has anyone done this with success?

Update:

Ok, I installed it. (another folder)

But it always works at startup. (xcode encounters an internal logical error)

Does anyone have an idea?

+4
source share
3 answers

This is pretty easy to do. When starting the installer, just change the "Set Location" to something other than /Developer

+9
source

You can install them as excellent, just select individual directories. I have Xcode 3 installed in its vanilla location (/ Developer), while Xcode 4 is in '/ Developer / XCode4'.

To change the installation location: on the "Installation Type" screen in the installation program, you will notice that the "Developer" folder, indicated next to the top installation item, is actually a drop-down list - click on this icon, then select "Other". to select a custom location.

+3
source

Xcode 4 is still under NDA, but you can always install Xcode 4 in a different directory.

+1
source

Source: https://habr.com/ru/post/1339889/


All Articles