dotnet-maui-check
dotnet-maui-check copied to clipboard
zsh: killed maui-check on Apple M2
Hi,
Just got my new macbook M2 and tried to install Maui. Followed the steps with the global install and the export path, but in the session I get: zsh: killed maui-check
I tried everything in: but it still doesn't seem to work.
Installed .net sdks: 6.0.411 [/usr/local/share/dotnet/sdk] 7.0.305 [/usr/local/share/dotnet/sdk]
Exact same issue here. Tried using x64 and arm64 versions of runtime, all failed...
Also using zsh. Also on a brand new M2 Macbook.
Same here
Same here. It's just an immediate "killed"
+1 same for me
Same here
+1 Same here.
Same here :'(
Same.
I had this.
I installed versions 6, 7, and 6 Preview of the arm64 SDKs.
I uninstalled them and replaced them with the x64 versions - this fixed the issue.
Same issue
same issue
I installed versions 6, 7, and 6 Preview of the arm64 SDKs.
I uninstalled them and replaced them with the x64 versions - this fixed the issue.
Care to share the process with someone whose last time worked with .NET when it was not "CORE" yet, and MVC was still on version 4? :)
This happens on an M1 Mac as well. Killed: 9 in bash.
Can I just assume this is another abandoned project on GitHub?
需要换成X64架构的.NET框架,就可以解决zsh Killed问题,但是需要注意X64 架构的安装包需要手动配置全局环境。
Same issue here, seems to be related to dotnet itself?
Same here (with M3 Max and .NET SDK 8.0.100)
+1
Same issue here.
Same here (with M3 Pro and .NET SDK 8.0.100).
same issue here
Workaround until its fixed: (run manually)
- Clone the Repo
-
cd ...
into the repo - dotnet run
+1
same.
Same here
+1
+1 (M1 Macbook Air)
+1
Update: This project seems to be dead. Follow https://khalidabuhakmeh.com/dotnet-maui-development-environment-set-up-walkthrough instead.
Original post below: Here’s a workaround.
Prerequisites: Have .NET 7 installed. .NET 8 must NOT be installed.
-
git clone https://github.com/Redth/dotnet-maui-check.git
- edit
MauiCheck/MauiCheck.csproj
, changingTargetFrameworks
tonet7.0
:<TargetFrameworks>net7.0</TargetFrameworks>
- Apply this fix, changing type of
PackageSources
inMauiCheck/Manifest/DotNetSdk.cs
tostring[]
-
cd dotnet-maui-check/MauiCheck
-
dotnet run -p:PackageVersion=2.0.0
But, even with this, you’ll most likely get an error installing workloads. You can try fixing that using dotnet workload install maui
. If that doesn’t help, I recommend doing a manual install of all the tools. Unfortunately, this project seems to be a dead anyway.
Also, please stop these “+1” or “same issue here” comments. They only add noise, are completely useless, and I bet annoy the maintainer + everyone else here with useless notifications. Just upvote the original post instead.
+1