Skip to content

Instantly share code, notes, and snippets.

@phasetr
Created April 10, 2022 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phasetr/2ee21423608012f33179578ee4b1bf0c to your computer and use it in GitHub Desktop.
Save phasetr/2ee21423608012f33179578ee4b1bf0c to your computer and use it in GitHub Desktop.
MacでのFSACエラー:何故`have 'arm64', need 'x86_64'`と言われるのか
Process fsac stderr finished
Failed to load /usr/local/share/dotnet/host/fxr/6.0.3/libhostfxr.dylib, error: dlopen(/usr/local/share/dotnet/host/fxr/6.0.3/libhostfxr.dylib, 0x0001): tried: '/usr/local/share/dotnet/host/fxr/6.0.3/libhostfxr.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/local/lib/libhostfxr.dylib' (no such file), '/usr/lib/libhostfxr.dylib' (no such file)
The library libhostfxr.dylib was found, but loading it from /usr/local/share/dotnet/host/fxr/6.0.3/libhostfxr.dylib failed
- Installing .NET prerequisites might help resolve this problem.
https://go.microsoft.com/fwlink/?linkid=2063366
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment