Xcode 10.11

Apparently the Xcode 8 Command Line Tools for 10.11 was pulled at the last moment because the 10.11 SDK was being installed in / rather than the 10.12 SDK required for the Swift 3 compiler to work. It doesn't sound like this will be fixed in time for the Xcode 8.0 release. The latest Xcode running under 10.11.6 would be Xcode 8.2.1. You can download Xcode 8.2.1 on apple developers site. I do not remember which SDKs Xcode 8.2.1 comes.

Hi Guys,

I have been using mac book pro from the past two years.


my version of OS(operating system) would be OS X 10.9.5 (13F1712) .As of part of enhancing my knowledge on IOS development .I tried installing the XCODE app from apple store, but that went unsuccessful as it was throwing an dialog box with the error message as below:


Xcode can’t be installed on “Macintosh HD” because OS X version 10.11 or later is required.


So I started upgrading my os to the version (EL Capitan), which is the latest I guess.But even that process of upgrading went on for about 4 hours and failed.

Xcode 10.11


Xcode 10.11

Now my problem would be with installation of application Xcode on my MAC.

Xcode


Xcode 12.5 release notes

is there any other way, I can achieve that?


Please help me.

MacBook Pro, OS X Mavericks (10.9.5)

Posted on Mar 27, 2016 11:15 AM

Only the newest, released Xcode is exclusively available from the Mac App Store. No Apple products are ever released through package managers (e.g. homebrew, macports, etc.), or non-Apple servers. Xcode 9, and its corresponding Command Line tools require Sierra 10.12.6 or later.


Latest Xcode and Command Line tools for El Capitan:

  • Xcode 8.2.1
  • Command Line Tools (macOS 10.11) for Xcode 8.2 (Dec. 11, 2016)


Xcode 10.11.6 Download

You appear to have these items installed.


These are available through either a free, or paid developer account. You need to allow Xcode to install optional components when you run it, and encounter the related dialog. The above bulleted items are what I have installed.


Optional documentation installation is available via Xcode : Preferences.

10.2


Xcode Ios 10.11

I have Xcode 8.2.1 installed.


How To Use Xcode

xcode-select --version : 2343

xcode-select -p : /Applications/Xcode.app/Contents/Developer

gcc --version: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin

clang --version: same location

Oct 16, 2017 3:17 AM