You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workaround is to install x86_64 version of dotnet instead, and use Rosetta2 to run it.
By this way, the built ISSIE executable will still be arm64.
Extra
Personally highly recommend to use asdf to manage different versions (including different ISA targets) of runtimes (e.g. Node.js, dotnet) on Linux and macOS.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The native (arm64) version of dotnet 6.0.403 panic to run
dotnet fake build
on apple silicon Mac, with error message:There is an open issue in FAKE repo about this fsprojects/FAKE#2626.
Describe the solution you'd like
The workaround is to install x86_64 version of dotnet instead, and use Rosetta2 to run it.
By this way, the built ISSIE executable will still be arm64.
Extra
Personally highly recommend to use asdf to manage different versions (including different ISA targets) of runtimes (e.g. Node.js, dotnet) on Linux and macOS.
The text was updated successfully, but these errors were encountered: