980

Where does the Mac App Store download the files to under Lion? I need the DMG file in order to repair something in my system, but how can I access that file?

IPS Brar
  • 346
  • 1
  • 14
Proud Member
  • 40,078
  • 47
  • 146
  • 231

1 Answers1

5760

You have to login before downloading anything below.

You can find all Xcode dmg/xip files directly on https://developer.apple.com/download/more/ (requires Apple ID).

To list XCode only: https://developer.apple.com/download/all/?q=xcode

In the list below, the newest are on top. For each minor version (6.3, 5.1, etc.) only the latest revision is kept in the list.


Xcode 15

Note: Since Xcode 15, simulator runtimes should be downloaded separately and can be found here for direct download as a DMG file


Xcode 14

Xcode 13

Xcode 12

  • 12.5.1 (requires a Mac with Apple silicon running macOS Big Sur 11 or later, or an Intel-based Mac running macOS Big Sur 11 or later) (Latest as of 22-Jun-2021)

  • 12.4 (requires a Mac with Apple silicon running macOS Big Sur 11 or later, or an Intel-based Mac running macOS Catalina 10.15.4 or later)

  • 12.3 (requires a Mac with Apple silicon running macOS Big Sur 11 or later, or an Intel-based Mac running macOS Catalina 10.15.4 or later)

  • 12.2

  • 12.1

  • 12.0.1 (Requires macOS 10.15.4 or later) (Latest as of 24-Sept-2020)

Xcode 11

Xcode 10 (unsupported for iTunes Connect)

  • 10.3 (Requires macOS 10.14.3 or later)
  • 10.2.1 (Requires macOS 10.14.3 or later)
  • 10.1 (Last version supporting macOS 10.13.6 High Sierra)
  • 10 (Subsequent versions were unsupported for iTunes Connect from March 2019)

Xcode 9

Xcode 8

Xcode 7

Xcode 6

Even Older Versions (unsupported for iTunes Connect)

Note. Use xip -x <xip> to bypass verification step when unzipping.

Mojtaba Hosseini
  • 95,414
  • 31
  • 268
  • 278
Hailei
  • 42,163
  • 6
  • 44
  • 69
  • 56
    use `xip -x ` to bypass verification step and save a lot of time – SimpleojbC Oct 17 '20 at 10:20
  • 2
    For anyone who is essentially just looking for Git support, you don't need to download the full 10 GB + Xcode download, you just need to download the Command Line Tools for Xcode by searching for "Command Line Tools for Xcode" here: https://developer.apple.com/downloads – Jay Welsh Nov 01 '20 at 19:02
  • 5
    useful tool to download xcode, may helps https://github.com/vineetchoudhary/Downloader-for-Apple-Developers – cahyo Dec 12 '20 at 11:31
  • 3
    A handy summary of all Xcode Releases, with betas, release numbers, and SDK versions: https://xcodereleases.com – huwr Jan 26 '21 at 21:24
  • 3
    Another tool to help download Xcode versions is Xcodes: https://github.com/RobotsAndPencils/XcodesApp for UI and https://github.com/RobotsAndPencils/Xcodes for a CLI Uses Aria2 for downloading which can speed up your download 10x. – Matt Apr 15 '21 at 18:25
  • Alternatively, you can download from here https://developer.apple.com/download/all/?q=xcode (requires Apple ID to login). Here you'll find new as well as previous/legacy versions of Xcode. – Rishabh Barman Jul 30 '21 at 18:30
  • if you need to download with FOLX, first add the extension on your browser then you can log in with the folx and download it – Ryan110 Aug 01 '22 at 15:16
  • 1
    @Fattie Most welcome :) don't miss this new tool https://github.com/RobotsAndPencils/XcodesApp – SimpleojbC Sep 16 '22 at 17:45
  • There is a nice tool to download the Xcode version you need (all available xcode versions are offered for download): See https://github.com/RobotsAndPencils/xcodes for the command line app or https://github.com/RobotsAndPencils/XcodesApp for an mac app with GUI. – Jochen Holzer Sep 30 '22 at 10:13
  • How to get device support file from xcode 15 beta? The device support files are missing in xcode 15 beta. – Sanket Bhatt Jun 06 '23 at 12:08
  • Xcode 15 beta have issue with console log printing. I am not getting whole data from print statement. Anyone facing the same? And what will be the solution for the same? – Mayur Shinde Jul 19 '23 at 09:28