Description
Once again the builds (.NET Maui iOS) seem to have just stopped working in Azure Devops, seemingly for no reason.
Just started getting this error:
error : This version of .NET for iOS (26.2.10191) requires Xcode 26.2. The current version of Xcode is 26.1.1. Either install Xcode 26.2, or use a different version of .NET for iOS.
So, I try to update the XCode version to 26.2, but it seems this version is not available on the runners.
xcode-select: error: invalid developer directory ''
It feels like someone should have anticipated that Xcode 26.2 would have been needed with this latest update, or am I missing something?
Platforms affected
Runner images affected
Image version and build link
Current image version: '20251210.0072.1'
Is it regression?
No
Expected behavior
Build works
Actual behavior
Error 1:
6.2.10191/targets/Xamarin.Shared.Sdk.targets(2370,3): error : This version of .NET for iOS (26.2.10191) requires Xcode 26.2. The current version of Xcode is 26.1.1. Either install Xcode 26.2, or use a different version of .NET for iOS. See https://aka.ms/xcode-requirement for more information. [/Users/runner/work/1/s/NetCore/Client/REDSIX/PDS.App.RedSix.csproj::TargetFramework=net10.0-ios]
Error 2:
xcode-select: error: invalid developer directory ''
Repro steps
N/A
Description
Once again the builds (.NET Maui iOS) seem to have just stopped working in Azure Devops, seemingly for no reason.
Just started getting this error:
So, I try to update the XCode version to 26.2, but it seems this version is not available on the runners.
It feels like someone should have anticipated that Xcode 26.2 would have been needed with this latest update, or am I missing something?
Platforms affected
Runner images affected
Image version and build link
Current image version: '20251210.0072.1'
Is it regression?
No
Expected behavior
Build works
Actual behavior
Error 1:
6.2.10191/targets/Xamarin.Shared.Sdk.targets(2370,3): error : This version of .NET for iOS (26.2.10191) requires Xcode 26.2. The current version of Xcode is 26.1.1. Either install Xcode 26.2, or use a different version of .NET for iOS. See https://aka.ms/xcode-requirement for more information. [/Users/runner/work/1/s/NetCore/Client/REDSIX/PDS.App.RedSix.csproj::TargetFramework=net10.0-ios]
Error 2:
xcode-select: error: invalid developer directory ''
Repro steps
N/A