Install XCode on MacOS 10.15 Catalina

I'm getting an error where I can't install XCode because my MacOS version is 10.15 when the requirement is version 11 or higher.

I don't want to upgrade my mac version because this is a company laptop so my other development tools might get affected.

How do I create a workaround for this?

10

2 Answers

The latest version of Xcode you can run on Catalina (10.15.4) is Xcode 12.4 and Command Line Tools 12.4.

You can download older versions of Xcode and the Command Line Tools from Apples developer site.

You can check which Xcode version is supported by your OS here;

You can download all versions of Xcode from this site

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like