How to pin workload/ .net maui versions #29200
Unanswered
IeuanWalker
asked this question in
Q&A
Replies: 2 comments 2 replies
-
The correct workload is installed - |
Beta Was this translation helpful? Give feedback.
0 replies
-
You probably want to have a look at workload sets: https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In our Azure pipelines we do the following -
And everything is working as expected. Locally though I'm getting some errors when trying to debug the iOS app, xcode version issues and a linking issue.
I've tried creating a global.json file, but then the connection to the mac constantly fails -

Without the

workloadVersion
added to the global.json I'm able to connect to the mac, but get the same errors -Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
9.0.30 SR3
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions