You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, after logging in to your account go to 'Downloads', then 'More'
23
-
and search for [`Xcode 12.2`](https://developer.apple.com/download/all/?q=Xcode%2012.2).
21
+
and search for [`Xcode 15`](https://developer.apple.com/download/all/?q=Xcode%2015).
24
22
25
23
An Apple ID and cookies enabled for the hostname are needed to download this.
26
24
27
-
The `sha256sum` of the downloaded XIP archive should be `28d352f8c14a43d9b8a082ac6338dc173cb153f964c6e8fb6ba389e5be528bd0`.
25
+
The `sha256sum` of the downloaded XIP archive should be `4daaed2ef2253c9661779fa40bfff50655dc7ec45801aba5a39653e7bcdde48e`.
28
26
29
-
After Xcode version 7.x, Apple started shipping the `Xcode.app` in a `.xip`
30
-
archive. This makes the SDK less-trivial to extract on non-macOS machines. One
31
-
approach (tested on Debian Buster) is outlined below:
27
+
To extract the `.xip` on Linux:
32
28
33
29
```bash
34
30
# Install/clone tools needed for extracting Xcode.app
0 commit comments