Is it possible to have more than one version of XCode installed at the same time?

If so, please post any tip, tricks, or potential issues to watch out for.

EDIT:

The reason I want to install multiple versions is to try out the new sdk beta, but if the new XCode is buggy I want to be able to use the older version for my existing projects.

link|improve this question

1  
After having installed both XCodes, you have a custom icon for XCode4 to easily differentiate them. Here is a custom icon - qdevarena.blogspot.com/2011/04/xcode-4-custom-icon.html – Quakeboy Apr 12 '11 at 10:57
feedback

5 Answers

up vote 26 down vote accepted

Yes, you can install multiple versions of Xcode. They will install into separate directories. I've found that the best practice is to install the version that came with your Mac first, and then install downloaded versions, but it probably doesn't make a big difference. See this Apple Developer Connection page for lots of details.

link|improve this answer
5  
To clarify, they will install into separate directories only if you explicitly specify it at install time. Also, you will generally want to unselect all features besides the xcode core tools, because the others don't let you change the install directory. – Paul Du Bois Jul 3 '11 at 3:30
feedback

It's easy to have multiple XCode installs.

In the installer there's a pulldown for the location... you just need to pick a new location when you're installing the beta version.

These instructions from an Apple dev tools evangelist have the full details (Apple dev username/password required): https://devforums.apple.com/message/40847#40847

Then grab yourself a custom icon for the Beta version of XCode you're using, so you can tell them apart in the dock: http://iphonedevelopment.blogspot.com/2009/03/multiple-developer-tool-installs.html

link|improve this answer
feedback

you might want to use the "xcode-select" command to switch between the different XCode installed folders

link|improve this answer
feedback

Here's an Icon I made quick for Xcode Beta 4.2...

.png file---http://dl.dropbox.com/u/7124872/XcodeBeta.png?dl=1

.icns file---http://dl.dropbox.com/u/7124872/Xcode.icns?dl=1

Enjoy.

link|improve this answer
feedback

Note that if you use the xcodebuild command line tool, then the last version of xcode installed will become the default version. (A copy in installed in /usr/bin.) To use the xcodebuild for the other versions of Xcode you'll need to use the version in the (xcode_install_directory)/usr/bin directory.

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.