Skip to content

v2.3.0 - Welcome back runtimes

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 14:12
· 16 commits to refs/heads/main since this release

Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.

Changes

2.3.0 brings back the ability to download all runtimes. Starting with iOS 18, tvOS 18, watchOS 11, visionOS 2, Apple removed the direct downloads and instead used the same architecture that is used in downloading OS updates. This change brings more security but also turns it into a black box.

Fortunately, starting with Xcode 16.1 Beta 3, xcodebuild provides a way to download a single version using the new way. In order for Xcodes to work, you must have at least Xcode 16.1 beta 3 + installed and selected.

Thanks to the Apple engineer who added that into xcodebuild. 🙏

🚀 Enhancements

🐛 Bug Fixes

🌎 Localization

🧰 Maintenance