-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
dotnet new bit-todo doesn't work on Mac M1 computer #4089
Comments
Thanks for contacting us. We're investigating this issue. |
It seems to be related to johan-v-r/LibSassBuilder#48 @msynk |
@ysmoradi |
Hi guys, I found DartSassBuilder can be used to replace LibSassBuilder. I have tested it runs well. |
Sounds good to me, let me try it |
Resolving this issue has started. It will be announced when this issue is resolved. |
This issue has been resolved and it will be available in the next pre-release version. It will be announced when the pre-release becomes ready. |
The pre-release has been published. Please give it a try and give feedback. |
Is there an existing issue for this?
Describe the bug
it throws exception because of the compatibility issue of LibSaasbuilder-tool on M1. Are there alternative or turnaround solution?
Expected Behavior
can create the project properly
Steps To Reproduce
dotnet new bit-todo on Mac OS M1 computer
Exceptions (if any)
Running command 'lsb src/Client/Shared'...
Sass compile directory: src/Client/Shared
Unhandled exception. LibSassHost.SassCompilerLoadException: During loading of Sass compiler error has occurred. Most likely it happened, because the 'libsass.dylib' assembly or one of its dependencies was not found. There is no LibSassHost.Native.osx-* package for the arm64 processor architecture. You can build the 'libsass.dylib' assembly for the current processor architecture by using following instructions - https://github.com/Taritsyn/LibSassHost#os-x-1. ---> System.DllNotFoundException: Unable to load shared library 'libsass' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable:
dlopen(/usr/local/share/dotnet/shared/Microsoft.NETCore.App/7.0.2/libsass.dylib, 0x0001): tried: '/usr/local/share/dotnet/shared/Microsoft.NETCore.App/7.0.2/libsass.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/share/dotnet/shared/Microsoft.NETCore.App/7.0.2/libsass.dylib' (no such file), '/usr/local/share/dotnet/shared/Microsoft.NETCore.App/7.0.2/libsass.dylib' (no such file)
.NET Version
7.0.102
Anything else?
No response
The text was updated successfully, but these errors were encountered: