Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to install Xcode 4.3 and Xcode 4.5 side-by-side on Mac OS X 10.7.4?

Tags:

xcode

Is it possible to install Xcode 4.3 and Xcode 4.5 side-by-side on Mac OS X 10.7.4?

I'd like to install the preview but would rather have some confirmation before going ahead.

The Release Notes make no mention of Xcode 4.3.

like image 842
qux Avatar asked Jun 12 '12 16:06

qux


People also ask

How do I install Xcode on OS X 10?

Open the App Store on your mac. Sign in. Search for Xcode. Click install or update.

Which version of Xcode works on High Sierra?

You should be on macOS High Sierra (10.13. 4+) and have Xcode 9.4+.

How do I know what version of Xcode I have on my Mac?

Start Xcode on the Mac. Choose Preferences from the Xcode menu. In the General window, click the Locations tab. On the Location window, check that the Command Line Tools option shows the Xcode version (with which the Command Line Tools were installed).

Can Xcode 13.3 install on Big Sur?

Xcode 13 is compatible with macOS Big Sur 11.3 or later.


2 Answers

Yes, if you download your Xcode versions from the developer site, you can just put them in two different folders. They can even be installed in the same folder if you give the .app bundles two different names.

You can also keep both icons in the Dock.

like image 164
Monolo Avatar answered Sep 17 '22 17:09

Monolo


Additionally for command line tools use command xcode-select to switch current xcode.

like image 43
Wojciech Avatar answered Sep 21 '22 17:09

Wojciech