Skip to content

[macOS] Xcodes visionOS platform will be removed from macOS-14 images on September 23, 2024Β #10559

Closed
@erik-bershel

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 on macOS-14 based images:
            sudo xcodebuild -runFirstLaunch
            sudo xcrun simctl list
            sudo xcodebuild -downloadPlatform visionOS
            sudo xcodebuild -runFirstLaunch
  • Use macOS-13 based images.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions