atineoSE
atineoSE

Reputation: 4107

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).

Upvotes: 17

Views: 12542

Answers (1)

Michael
Michael

Reputation: 409

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.

Upvotes: 24

Related Questions