-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Comments
i also have this issue, this is terrible |
Hey there! It's kinda expected behaviour. See details here: We'll keep this issue on board for better informing for some time. |
TL;DR:
Possible workarounds:
sudo xcodebuild -runFirstLaunch
sudo xcrun simctl list
sudo xcodebuild -downloadPlatform visionOS
sudo xcodebuild -runFirstLaunch |
macos 15 works thanks |
This is the suggested workaround for this GitHub Actions issue: actions/runner-images#10692
This is the suggested workaround for this GitHub Actions issue: actions/runner-images#10692
👋 For those tracking these changes or encountering issues for the first time, here’s some context and clarification. As you may know, we recently faced significant challenges where many users began running out of disk space during tests and builds on Here’s how we’ve approached resolving the issue so far:
However, we’ve discovered that some projects rely on multiple major versions of Current Strategy 📏Our updated approach balances reducing installed
Recommendations 🦮
|
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
Runner images affected
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
The text was updated successfully, but these errors were encountered: