Xcode 4.6 and Xcode 5 installed together

Can we install Xcode 4.6 and xcode 5 on the same computer without upgrading from xcode 4.6 to xcode 5?

+4
source share
4 answers

Yes, you can install multiple versions of Xcode. They will be installed in separate directories. I found that it is best to install the version that comes with your Mac, and then install the downloaded versions, but that probably doesn't matter much. For more information, see Apple Developer Connectivity Page.

It is easy to have multiple Xcode installations.

The installer has a drop-down box for the location ... you just need to choose a new location when installing the beta version.

Apple dev ( / Apple dev): https://devforums.apple.com/message/40847#40847

- XCode, , : http://iphonedevelopment.blogspot.com/2009/03/multiple-developer-tool-installs.html

+4

Xcode, , , , Xcode.

:

/Applications/Xcode.app
/Applications/Xcode4.6/Xcode.app
/Applications/Xcode5.0/Xcode.app

Xcode . Xcode http://developer.apple.com/downloads/ .

script (, bash) XCode xcode-select, :

$sudo xcode-select --switch /Applications/Xcode4.6/Xcode.app

, .

+4

, , !

+1

, , .

XCode 4, , XCode 5 .

But with Xcode 5, you can use the Xcode 4 property with iOS 6 sdk. Take a look here .

0
source

All Articles