Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install Xcode 6 along side Xcode 5?

I was wondering if there is a way that I could install Xcode 6 along side Xcode 5. I've seen people say you could but they haven't really explained why. Can someone help to explain why? Also, how would you uninstall it if I wished to in the future?

like image 584
surfmaster96 Avatar asked Jun 04 '14 16:06

surfmaster96


People also ask

Can I have two versions of Xcode installed?

You can have multiple versions of Xcode installed at the same time (including beta versions). Simply rename the application in Finder to avoid conflicts. Note: Installing Xcode from the App Store will tend to overwrite an existing version on your machine.

What version of Xcode do I need for SwiftUI?

To develop with SwiftUI we will need a minimum version of Xcode 11. Also, the devices where we want to run an application with SwiftUI will have to have versions equal to or higher than: iPhone/iPad iOS 13. MacBook macOS Catalina 10.15.

Which version of Xcode works on High Sierra?

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


1 Answers

It's simple. The Xcode 6 beta is named Xcode6-beta.app and you drag install it into /Applications. The GM version of Xcode is called Xcode.app. If you need to switch the command line tools you use xcode-select. Nothing has changed here. It's the same as it's been. When you want to "uninstall" it, drag it to the trash. It's that simple.

like image 67
ipmcc Avatar answered Sep 23 '22 00:09

ipmcc