Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run Xcode 6.3 on El Capitan?

I'd really like to try El Capitan but I don't know if it is possible to run old Xcode on it, because it is critical for me now. Has anyone tried it?

like image 596
Matous Hybl Avatar asked Jun 14 '15 08:06

Matous Hybl


People also ask

What version of Xcode do I need for El Capitan?

You will need Xcode 8.2.

What Mac OS do I need for Xcode?

The recommended system specs to run Xcode 11 are: A Mac with macOS Catalina (10.15. 2) for Xcode 11.5 or macOS Mojave (10.14. 4) for Xcode 11.0 (see alternatives for PC here)

Do I need the latest macOS for Xcode?

The short answer is no, not necessarily. Versions of Xcode, like any software, will have a minimum version of the operating system it requires to run. However, that isn't necessarily the latest version of the OS.

What iOS does Xcode support?

This version of Xcode: Includes SDKs for iOS 16, iPadOS 16, macOS 12.3, tvOS 16, and watchOS 9. Supports on-device debugging in iOS 11 or later, tvOS 11 or later, and watchOS 4 or later.


2 Answers

Run this command on Terminal:

/Applications/Xcode.app/Contents/MacOS/Xcode /dev/null
like image 170
Anh Tuan Pham Avatar answered Nov 05 '22 08:11

Anh Tuan Pham


xCode 6.3.2 does run on the first El Capitan beta. I have tried building and running a swift app, this worked just like it should.

Although using xCode 6.3.2 does work on the first (and second) El Capitan beta. There might be some extra steps involved.

Submissions to the App Store will be rejected! if you are using a beta version of OSX

like image 1
milo526 Avatar answered Nov 05 '22 06:11

milo526