Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run Xcode11 in macOS Big Sur?

I get following error:

The version of Xcode installed on this Mac is not compatible with macOS Big Sur. Download the latest version for free from the App Store.

This is on a M1 Mac (ARM, Apple Silicon).

like image 897
atineoSE Avatar asked Nov 24 '20 09:11

atineoSE


People also ask

Can I run Xcode 11 in macOS Big Sur?

The version of Xcode installed on this Mac is not compatible with macOS Big Sur. Download the latest version for free from the App Store. This is on a M1 Mac (ARM, Apple Silicon). Is this issue related to M1 chip or the latest macOS BigSur?

Which version of Xcode is compatible with macOS Big Sur?

Xcode 9.2 is it supports macOS Big Sur.

Can I still use Xcode 11?

Xcode 11 supports on-device debugging for iOS 8 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 11 requires a Mac running macOS Mojave 10.14.


1 Answers

I was able to bypass the macOS denial-prompt, to run Xcode 11.7 on Big Sur (11.0.1) on my M1 MacBook Air, by running the executable directly from Terminal– for example:

/Applications/Xcode.app/Contents/MacOS/Xcode

I just needed to compile, archive, and export a specific app, and it at least worked for that.

like image 96
Michael Avatar answered Sep 19 '22 08:09

Michael