Replies: 1 comment
-
Ok, as usually, soon after writing I've found a solution. It turns out that my worker's dotnet version was updated and scoping wasn't being properly applied from the |
Beta Was this translation helpful? Give feedback.
0 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.
-
My publish is failing with the following error:
I'm targeting net8-ios. From what I find online this is because the build server is installing a workload version which is targeting iOS 18, which cannot be built on XCode 15.4. I also read that in net8 I can specify the target mau using
Microsoft.Maui.Controls
package version - I've added it and specifically selected 8.0.93 version which does not target net8-ios18.0. Still fails.Beta Was this translation helpful? Give feedback.
All reactions