Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uno.check 1.4.0-dev.5 is installing mono 6.04 and Visual studio 2022 preview 17.3 needs mono 6.05 #62

Closed
cesarchefinho opened this issue May 15, 2022 · 1 comment · Fixed by #63

Comments

@cesarchefinho
Copy link

cesarchefinho commented May 15, 2022

with mono 6.04 installed by uno-check I cannot start an android application.

The error message is ... java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "mono_opt_aot_lazy_assembly_load" referenced ...

editing workload.json from temp dir and changing "microsoft.net.workload.mono.toolchain": from 6.04 to "6.0.5" and calling dotnet workload install --from-rollback-file workload.json android ios maccatalyst tvos macos wasm-tools wasm-tools --source "https://api.nuget.org/v3/index.json" --source "https://aka.ms/dotnet6/nuget/index.json" fixes it

@jeromelaban
Copy link
Member

Thanks for the update, this was fixed in #61, but not published by default. A new release will be out soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants