-3

On my mac I have macOS version 10.12.6 and Xcode 9.1 installed on it.

I want to download Xcode 9.2 from here.

My question is should I first uninstall Xcode that I have installed before downloading Xcode 9.2 or not ? Is this the full version of Xcode or just the upgrade ?

NSNoob
  • 5,548
  • 6
  • 41
  • 54
  • 2
    If you do a manual download and installation, you will retain both your Xcodes (9.1 and 9.2). So delete the previous copy before installation if you don't want both. If you download it via AppStore (Given that your previous version was also downloaded from from AppStore), it will update your existing 9.1 to 9.2. – NSNoob May 07 '18 at 13:35
  • Okay then I will download Xcode 9.2 from this link and I should be fine. I just bought iPhone 8 Plus and it is not compatible with Xcode 9.1 but it needs Xcode 9.2 – Blockchain Developer May 07 '18 at 13:39
  • @IOSdeveloper I strongly suggest you to download Xcode 9.3, as it fixes some bugs of 9.2 version – AnthoPak May 07 '18 at 13:41

1 Answers1

1

The Xcode version from your link (Apple Developer Portal) is the full version of Xcode. If you download Xcode 9.2 from here, you will still have 9.1 version installed, and would be able to use both.

It can be useful to keep several versions of Xcode, as some comes with bugs, but every Xcode instance takes about 10GB.

The only way to "update" Xcode is with App Store, by clicking Update button, but it only works if the previously installed version was downloaded with the App Store.

As a side note, I strongly advise you to download 9.3 version, as it fixes some of 9.2 bugs.

AnthoPak
  • 4,191
  • 3
  • 23
  • 41