skip to Main Content

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?

2

Answers


  1. You can download all versions of Xcode from this site

    https://xcodereleases.com

    Login or Signup to reply.
  2. 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.
    https://developer.apple.com/download/all/?q=xcode

    You can check which Xcode version is supported by your OS here; https://developer.apple.com/support/xcode/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search