-
Notifications
You must be signed in to change notification settings - Fork 53
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
Can't run on Mac Monterey M1 #26
Comments
Hi Shadowchamber, Seems you are running with an older version of .NET MAUI. Can you please update your dot net version and .NET MAUI Workloads to the latest? Below are the guidelines for installing the new version of .NET MAUI Link: Please let us know if you need any other details. Regards, |
/Users/shadowchamber/Projects/test3449573/SampleBrowser.Maui/App.xaml.cs(9,22,9,38): error CS0234: The type or namespace name 'ApplicationModel' does not exist in the namespace 'Microsoft.Maui' (are you missing an assembly reference?) Time Elapsed 00:00:24.30 ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Build: 7 errors, 0 warnings |
Hi @shadowchamber , Seems you have .NET Version as 6.0.200. Can you please install version 6.0.300. You can check your current version installed by using the below command. dotnet --version Please install the 6.0.300 from the link: https://dotnet.microsoft.com/en-us/download/dotnet/6.0 After that again update the maui workloads as per the guidelines provided in our previous comment. Then create a new project in .NET MAUI and check the maui versions referred in the project. |
Hi @shadowchamber , Currently our assemblies are build with RC2 update. This may be the cause of the issue. We will release a new version assemblies by tomorrow with RC 3 update. Please check with that version and let us know |
Hello,
I cloned the repository on Mac Monterey on M1 and build.
It fails because of
using Microsoft.Maui.Devices;
It says that this namespace doesn't exist.
So VS suggested to add using Microsoft.Maui.Essentials;
It builds fine but fails on start
Could you please advise how can I run it correctly?
Thank you
The text was updated successfully, but these errors were encountered: