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
I have a solution with a global.json pinned to .NET 8.0.101 and MauiVersion 8.0.6.
Last week I updated Visual Studio to 17.9, which includes the 8.0.200 SDK (known for #20600)
After the update, I reinstalled the 8.0.101 SDK and ran dotnet workload install maui in the solution directory.
When pairing with a mac agent I get the following error:
Could not install workload 'ios'. Details: Unhandled exception: Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadManifestCompositionException: Could not find workload 'ios' extended by workload 'maui-ios' in manifest 'microsoft.net.sdk.maui' [/Users/yves/Library/Caches/Xamarin/XMA/SDKs/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.json]
I already cleared the Library/Caches/Xamarin folder on the mac, installed SDK 8.0.201, and removed the global.json, but the problem remains.
Version with bug
8.0.7 SR2
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.6 SR1
Affected platforms
iOS
Did you find any workaround?
No workaround was found.
Relevant log output
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------------------
ios 17.2.8022/8.0.100 SDK 8.0.100, VS 17.9.34607.119
maui 8.0.6/8.0.100 SDK 8.0.100
maui-ios 8.0.6/8.0.100 SDK 8.0.100
maccatalyst 17.2.8022/8.0.100 VS 17.9.34607.119
maui-windows 8.0.6/8.0.100 VS 17.9.34607.119
android 34.0.79/8.0.100 VS 17.9.34607.119
The text was updated successfully, but these errors were encountered:
Description
I have a solution with a global.json pinned to .NET 8.0.101 and MauiVersion 8.0.6.
Last week I updated Visual Studio to 17.9, which includes the 8.0.200 SDK (known for #20600)
After the update, I reinstalled the 8.0.101 SDK and ran
dotnet workload install maui
in the solution directory.When pairing with a mac agent I get the following error:
I already cleared the Library/Caches/Xamarin folder on the mac, installed SDK 8.0.201, and removed the global.json, but the problem remains.
Version with bug
8.0.7 SR2
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.6 SR1
Affected platforms
iOS
Did you find any workaround?
No workaround was found.
Relevant log output
The text was updated successfully, but these errors were encountered: