-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
iOS simulators no longer available in macos-15-xlarge
images
#11692
Comments
This commit mentions removing iOS 18.2 and adding 18.3 simulators. |
There are no iOS simulators available at all though, not even 18.3 |
Hi @JaviSoto/ @larry-cariq - We are looking into this issue. |
Also, I am a bit confused. Installed Simulator says 18.3 👀 |
Any updates on this? I've tried switching to an iOS 18.3 simulator, and even tried creating one using:
But this is not working. This is happening at a really bad time for me as I'm trying to get a release out today. This is the error I'm seeing:
Any advice would be greatly appreciated. |
I am running into the same issue just trying to build for CodeQL using the macos-15 runner image: `xcodebuild: error: Unable to find a destination matching the provided destination specifier:
It was working just fine on Xcode 16.2 with iOS 18.2 sim |
Also running into the same issue. Is this working on any other runner? For instance But upon further investigation it looks like 18.2 was removed there as well. |
Will close this in favor of an older issue: #11683 (comment) |
@JaviSoto / @larry-cariq - Yes, iOS 18.2 is not available , we are currently working on it . We could see iOS 18.3 is available in the image , could you please re-try with that option. ![]() |
FYI same issue with the |
Look at the logs in my report, there are NO iOS simulators available at all. |
Description
All of our iOS builds are failing because the iOS runtime doesn't seem to be available anymore.
Platforms affected
Runner images affected
Image version and build link
Current runner version: '2.322.0'
Is it regression?
Yes. But the jobs where this was previously working are showing the same runner version
Expected behavior
iOS simulators are available
Actual behavior
No iOS simulator is available. See this error log:
Repro steps
Run an iOS Xcode build through Github actions on
macos-15-xlarge
The text was updated successfully, but these errors were encountered: