Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visionOS SDKs missing #10692

Open
5 of 15 tasks
noahsmartin opened this issue Sep 26, 2024 · 4 comments
Open
5 of 15 tasks

visionOS SDKs missing #10692

noahsmartin opened this issue Sep 26, 2024 · 4 comments

Comments

@noahsmartin
Copy link

noahsmartin commented Sep 26, 2024

Description

The visionOS SDKs seem to have gone missing from the macos14 GitHub action runners. A couple days ago it worked, today I get this error: { platform:visionOS, id:dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder, name:Any visionOS Device, error:visionOS 1.2 is not installed. To use with Xcode, first download and install the platform }

This is with Xcode 15.4, I've also tried updated to 16.0 but get the error that visionOS 2.0 is not installed. You can see that issue here: https://github.com/EmergeTools/SnapshotPreviews-iOS/actions/runs/11056651930/job/30718675120?pr=202

Is there any way to build for visionOS is a GitHub action runner?

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

https://github.com/EmergeTools/SnapshotPreviews-iOS/actions/runs/11056651930/job/30718675120?pr=202

Is it regression?

yes https://github.com/EmergeTools/SnapshotPreviews-iOS/actions/runs/10948139766

Expected behavior

It should be installed

Actual behavior

It is not installed

Repro steps

Attempt to build for visionOS SDK

@sisoje
Copy link

sisoje commented Sep 26, 2024

i also have this issue, this is terrible

@erik-bershel
Copy link
Contributor

Hey there!

It's kinda expected behaviour. See details here:

We'll keep this issue on board for better informing for some time.

@erik-bershel
Copy link
Contributor

TL;DR:

  • macOS-14 images do not ship visionOS platform

Possible workarounds:

  • to use macos-15 image
  • to install visionOS in runtime with:
            sudo xcodebuild -runFirstLaunch
            sudo xcrun simctl list
            sudo xcodebuild -downloadPlatform visionOS
            sudo xcodebuild -runFirstLaunch

@sisoje
Copy link

sisoje commented Sep 26, 2024

macos 15 works thanks

Jeehut added a commit to TelemetryDeck/SwiftSDK that referenced this issue Oct 1, 2024
This is the suggested workaround for this GitHub Actions issue: actions/runner-images#10692
Jeehut added a commit to TelemetryDeck/SwiftSDK that referenced this issue Oct 2, 2024
This is the suggested workaround for this GitHub Actions issue: actions/runner-images#10692
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants