Closed
Description
Breaking changes
visionOS
platform will not ship with Xcode
pre-installed in macOS-14
based images
Target date
September 23, 2024
The motivation for the changes
The macOS-14
images have grown so large that there is insufficient disk space for running tasks. To address this, we need to temporarily remove one of the components that takes up significant space on the disk. This is part of our broader effort to optimise the image for better performance and flexibility, while minimising disruptions. We will re-evaluate our software support policy in order to free up disk space and slim the images down.
Related issue: #10511
Possible impact
If your builds or tests depend on visionOS
SDK or simulator runtimes they can be broken.
Platforms affected
- Azure DevOps
- GitHub Actions
Runner images affected
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 12
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- Windows Server 2019
- Windows Server 2022
Mitigation ways
- Run next before accessing the
visionOS
platform tools onmacOS-14
based images:
sudo xcodebuild -runFirstLaunch
sudo xcrun simctl list
sudo xcodebuild -downloadPlatform visionOS
sudo xcodebuild -runFirstLaunch
- Use
macOS-13
based images.
Activity