Failed to AOT compile Microsoft.Maui.Controls.dll #11432
Replies: 3 comments 1 reply
-
I had the same problem.
|
Beta Was this translation helpful? Give feedback.
-
I had the same issue with building MAUI App. Try to include this code into csproj: |
Beta Was this translation helpful? Give feedback.
-
It turned out to be an issue with the runtimeidentifier and codesigning. I had to put the following in the csproj:
But also had to play around with the provisioning profile and codesign key to get it working. The trouble is the error message is very misleading. I believe it could be caused by a lot of things. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just updated my Maui app to .NET 7 and I now get this error when building for ios in Azure Devops Pipeline.
Any thoughts on how to fix this?
Thanks in advance...
Beta Was this translation helpful? Give feedback.
All reactions