question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

maui-check does not work on Mac OS Big Sur with M1 chip

See original GitHub issue

Hello,

When I execute maui-check, I receive:

/> maui-check
[1]    32374 killed     maui-check

I am on mac mini m1, Big Sur (11.2.3) and dotnet 6 preview 3 (6.0.100-preview.3.21202.5)

Thanks Julien

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:19 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
chelescommented, Sep 13, 2021

@nbsoftware workaround for this: cd $HOME/.dotnet/tools and run maui-check by ./maui-check . it works with 0.8.6.0 or configure the tool as global with -g flag the output would be:

Tools directory '/Users/USERNAME/.dotnet/tools' is not currently on the PATH environment variable.
If you are using zsh, you can add it to your profile by running the following command:

cat << \EOF >> ~/.zprofile
# Add .NET Core SDK tools
export PATH="$PATH:/Users/USERNAME/.dotnet/tools"
EOF

And run `zsh -l` to make it available for current session.

You can only add it to the current session by running the following command:

export PATH="$PATH:/Users/USERNAME/.dotnet/tools"

after this, you should be able to call maui-check from any path

1reaction
Redthcommented, Apr 27, 2021

Can you run dotnet --list-sdks and share the output?

You need dotnet core 3.1.x installed for maui-check (the assumption is you don’t have 6.x yet if you’re running it). Not sure if I can find a way to make the error output better in this scenario than it crashing.

Furthermore, the arm64 version of 6.x will NOT work for building MAUI apps yet, so just installed the x64 version now and use Rosetta2 emulation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MacOS Big Sur Issues | Apple Developer Forums
I've tried making a new admin through terminal in recovery mode but it isn't working and Command+S to get to single user mode...
Read more >
What's new in the updates for macOS Big Sur
macOS Big Sur updates improve the stability, performance, ... Smart cards may not work when logging into Mac computers with the M1 chip...
Read more >
macOS Environment Setup for MAUI Development
MAUI Check is a tool that determines if your environment is ready for ... Unfortunately, you can't run Windows apps on macOS, and...
Read more >
macOS 11 Big Sur problems: how to fix the most common ...
From download dramas to installation issues, we reveal how to fix the most common macOS 11 Big Sur problems. Spoiler alert: it's easier...
Read more >
Can M1 Macs Run Older Versions Of macOS?
Sadly, the answer to this question is no. While Big Sur is able to run on both Intel and M1 chips, none of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found