You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Windows Server 2025
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:
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.
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: