Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 11 can't be installed on macOS Mojave 10.14.6

Tags:

xcode

macos

ios

This is my first ever post. I am new to programming with zero experience and have signed up for iOS app development course with one of the online education services.

Coming to the question, I have Mojave 10.14.6 on my mac(pro 13 inch 2015) and I'm trying to install Xcode 11 from the App store. The error/popup that I get when clicking on install is below.

" We Could not complete your purchase.

Xcode can't be installed on "Flash" because macOS version 10.15.2. or later is required.

"

I can't update my macOS to latest(Cataline) version since it is not yet compatible with my company's remote working requirements.

Is there a way that I could install Xcode without updating the OS ?

like image 863
RMR Avatar asked Apr 17 '20 00:04

RMR


People also ask

Which version of Xcode is compatible with Mojave 10.14 6?

The macOS 10.14. 6 SDK provides support for developing apps for Macs running macOS Mojave 10.14. 6. The SDK comes bundled with Xcode 10.3 available from the Mac App Store.

Does Xcode work on macOS Mojave?

The macOS 10.14 SDK provides support for developing apps for Macs running macOS Mojave. The SDK comes bundled with Xcode 10 available from the Mac App Store.

Is macOS 10.14 6 still supported?

Support Ending November 30, 2021 In keeping with Apple's release cycle, we anticipate, macOS 10.14 Mojave will no longer receive security updates starting in November 2021. As a result, we are phasing out software support for all computers running macOS 10.14 Mojave and will end support on November 30, 2021.


1 Answers

xcode 11.4.x requires macOS 10.15.2 or later https://developer.apple.com/documentation/xcode_release_notes/xcode_11_4_release_notes

you can install xcode 11.3.x if you have macOS 10.14.6 https://developer.apple.com/documentation/xcode_release_notes/xcode_11_3_release_notes

like image 182
Marv Avatar answered Oct 02 '22 14:10

Marv