Replies: 1 comment
-
Thanks for the report. To further troubleshoot this issue, you'll need to open the binlog with the steps at the url mentioned in the error message: https://aka.platform.uno/msbuild-troubleshoot. |
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
-
Hi,
I created new project with this command that was generated by Uno Platform Template Wizard:
dotnet new unoapp -o MyApp -preset "recommended" -auth "custom" -server -theme-service -ci "github" -maui -wasm-multi-threading -theme "material" -presentation "mvux" -config -di -log "serilog" -nav "regions" -http -loc -tests "ui" -tests "unit" -toolkit -dsp -id "com.mycompany.myapp" -pub "O=MyCompany"
.I am using Rider IDE (2024.1.1) on my Mac Book Pro (Intel CPU) and getting this compilation error:
I ran Uno Platform Check and did not find any issues (Uno Platform Check v1.22.1.0) with local setup.
I also tried to build same solution on another Mac Book Pro (Silicon CPU) with same version on Uno Platform SDK and same version of Rider IDE and got same error.
Thanks,
Max.
Beta Was this translation helpful? Give feedback.
All reactions