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

Error running on macos-14-arm64 image #270

Open
phmonte opened this issue Apr 30, 2024 · 0 comments
Open

Error running on macos-14-arm64 image #270

phmonte opened this issue Apr 30, 2024 · 0 comments
Labels
⚠ Bug Something isn't working as expected

Comments

@phmonte
Copy link
Owner

phmonte commented Apr 30, 2024

After Github Actions updating the macos-latest reference, the test step on MacOs stopped working, I'm investigating.
Apparently it's something related to dotnet 8 and MacOs.

Failed to load A, error: dlopen(/Users/runner/.dotnet/host/fxr/8.0.4/libhostfxr.dylib, 0x0001): tried: '/Users/runner/.dotnet/host/fxr/8.0.4/libhostfxr.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/runner/.dotnet/host/fxr/8.0.4/libhostfxr.dylib' (no such file), '/Users/runner/.dotnet/host/fxr/8.0.4/libhostfxr.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
The library libhostfxr.dylib was found, but loading it from /Users/runner/.dotnet/host/fxr/8.0.4/libhostfxr.dylib failed
  - Installing .NET Core prerequisites might help resolve this problem.
     https://go.microsoft.com/fwlink/?linkid=2063366
@phmonte phmonte added the ⚠ Bug Something isn't working as expected label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠ Bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

1 participant