[WASM] AOT build fails. unoapp-winui-net6 template #7864
emceelovin
started this conversation in
General
Replies: 1 comment 14 replies
-
Thanks for the report. You seem to be having an extra option that's not needed anymore Can you try removing it and see if it helps ? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried everything in issue #7740, but I can't seem to get the AOT release to build. The supplied screenshot of the build log is as far as can dig into the error. I've troubleshooted and built the project with all of the steps in Troubleshooting build issues. I followed all of the steps in the AOT Build .NET AOT for WebAssembly in Visual Studio with Uno Platform. However, while I did all of those steps, a window did not popup asking me to run a script, but I manually ran everything in the supplied script in the article. Except, I got some errors. I had to install dotnet-3.1. dotnet-3.0 wouldn't install. It required some kind of library dependency. When I build my wasm project in release and AOT enabled, the build partially succeeds. The console pops up, and then I get this build error:
I have everything set to diagnostics level output, but I cant seem to get more information out of this error. I've built with the most verbose settings and all of the commands listed in the troubleshooting. Still can't get this to build.
msbuid.binlog.zip
EDIT
Apparently, Uno.Wasm.Bootstrap.Cli got uninstalled somehow, but once I installed it, I get these errors in addition to the other errors no
binlog.zip
w
This is the latest error I get with these as my project dependencies. If I uncommenting the MVC dependencies don't fix anything:
Beta Was this translation helpful? Give feedback.
All reactions