JBel
JBel

Reputation: 349

How to install Xcode in MAX OSX running in VMware - Xcode can’t be installed on because OS X version 10.12 or later is required

I want to get started with iOS app development and I could not afford a MAC computer at this time, so I installed MAC OS X Sierra in a Virtual Machine in VMware by following this video tutorial.

The next step is getting XCode. So I opened App Store and searched for it, and i am finding an error which says that MAC OS X 10.12.6 is required. I have searched this error on the web, and I found solutions like updating the OS etc. but nothing is found in the Updates tab of App Store yet.

So I was thinking if something like downloading and installing a previous version of XCode is possible and probably it will solve my problem.

In that case:

  1. Which version of Xcode will be compatible with my OS?

  2. How to download and install? Today was the first time I got my hands on a (kind of a) MAC OS.

Please guide.

enter image description here

Upvotes: 3

Views: 16697

Answers (1)

Jayachandra A
Jayachandra A

Reputation: 1342

I guess you are trying to install the latest version of Xcode which is incompatible with the macOS which you had install currently. So to resolved this issue you are required to update the latest macOS or installing the previous versioned Xcode. You can find the previous version Xcode(i.e, 9.0 or lesser) tools from here.

Note: you must have created or owned a personal apple developers account in order to download it

Upvotes: 3

Related Questions