-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
MAUI .NET 8 Build fails using Xcode 16.2 on macOS-14 image #11329
Comments
May be caused by #11335 Simulators are installed as part of the iOS SDK. |
Hi @d-philipson We began our weekly deployment of macOS 14 and macOS 14-arm64 images on Monday. The current Xcode version, 16.2 Release Candidate along with iOS 18.2 SDK, is expected to be available within 1–2 days. We will provide an update here once the VM rollout is complete. Thank you for your patience. |
@sureshe456 Well Xcode 16.2 was available when I tried to build, but the 18.2 SDK wasn't, so I guess the SDK had been initially missed from the deployment? |
Yes, same here. My job ran on Xcode 16.2 which was confirmed by the job output from the Xcode@5 step. I pasted the exact worker VM identifier into my issue so you can confirm this by looking up the deployment image for that VM. |
I'm seeing the same issue here as well |
Same here, cannot run any deployments. Are there any workarounds available? |
We have this issue as well. The reason for the error is given here, but shouldn't this image come with pre-installed platform tools already? |
Description
When running a MAUI .NET 8 build on a macOS-14 image and Xcode 16.2 the build fails with an error (see below for details)
The build succeeds when targeting Xcode 16.1 on macOS-14
The build succeeds when targeting Xcode 16.2 on macOS-15
Platforms affected
Runner images affected
Image version and build link
20250106.587
Is it regression?
No
Expected behavior
The build succeeds
Actual behavior
The build fails with the following error:
actool error : No simulator runtime version from [<DVTBuildVersion 21A342>, <DVTBuildVersion 21C62>, <DVTBuildVersion 21E213>, <DVTBuildVersion 21F79>, <DVTBuildVersion 22B81>] available to use with iphonesimulator SDK version <DVTBuildVersion 22C146>
Repro steps
Step 1. Start a MAUI .NET 8 build on a macOS-14 agent using Xcode 16.2
The text was updated successfully, but these errors were encountered: