-
Notifications
You must be signed in to change notification settings - Fork 100
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
Failed to run the tutorial on Mac M1 #63
Comments
Sorry, PROSE dslc does indeed have a dependency on the out-of-support .NET Core 2.1 SDK. We're working on removing that dependency so it can work on more recent versions of .NET, but it involves a pretty major rewrite, so it's taking a while. There is no Arm64 build of .NET Core 2.1, but you should be able to install the x64 build using Rosetta. |
I installed the .NET Core 2.1, the x64 build using Rosetta but when I run
And after I install the .NET Core prerequisites, it again throws the original error: It's an infinite loop. What is the solution to this problem? |
Same here. Is there a resolution to this problem? @fiza11 were you able to resolve this? |
Sorry, there has been no change here from the PROSE side. We still need to complete that rewrite of our internals. |
I installed .NET 6 GA Arm64 SDK and ran the build command which worked successfully but when I try running the
dotnet test
command, it fails and throws an error.Steps to reproduce:
cd prose/dsl-samples/tutorial/part1a
.dotnet build
.dotnet test
. It will throw the following error:The text was updated successfully, but these errors were encountered: