Skip to content
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

Installing MAUI workload on M1 MacBook Pro gets stuck. #45023

Open
NewSkyLine-dev opened this issue Nov 20, 2024 · 2 comments
Open

Installing MAUI workload on M1 MacBook Pro gets stuck. #45023

NewSkyLine-dev opened this issue Nov 20, 2024 · 2 comments
Labels
Area-Workloads untriaged Request triage from a team member

Comments

@NewSkyLine-dev
Copy link

Description

When trying to install .NET MAUI using the sudo dotnet workload install maui, the installer gets stuck at Microsoft.Android.Sdk.Darwin
Image

I tried running it for ~1h with a stable internet connection, but with no result.

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

9.0.10 SR1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

macOS

Affected platform versions

macOS 15

Did you find any workaround?

No response

Relevant log output

@NewSkyLine-dev NewSkyLine-dev changed the title Installing MAUI workload on M1 MaxBook Pro gets stuck. Installing MAUI workload on M1 MacBook Pro gets stuck. Nov 20, 2024
@Ying-6
Copy link

Ying-6 commented Nov 21, 2024

@NewSkyLine-dev Hi, I downloaded .NET 9 SDK and installed MAUI on M1 and Intel Mac mini environment, but your issue did not repro. I want to confirm with you: whether your issue is repro stable on your Mac environment? Do you have other Mac environments to try to see if MAUI can be successfully installed? What is the SDK version you installed? Did you just install .NET MAUI using the sudo dotnet workload install maui command to install without adding anything else? Looking forward to your reply!

@NewSkyLine-dev
Copy link
Author

@Ying-6 Hi, thanks for you answer. I don't have another Mac to check if it works there. I only have my M1 Pro MacBook Pro.
This is the output of the dotnet --info command:

.NET SDK:
 Version:           9.0.100
 Commit:            59db016f11
 Workload version:  9.0.100-manifests.c6f19616
 MSBuild version:   17.12.7+5b8665660

Laufzeitumgebung:
 OS Name:     Mac OS X
 OS Version:  15.0
 OS Platform: Darwin
 RID:         osx-arm64
 Base Path:   /usr/local/share/dotnet/sdk/9.0.100/

Installierte .NET-Workloads:
Es sind keine installierten Workloads zum Anzeigen vorhanden.
Konfiguriert für die Verwendung loose manifests beim Installieren neuer Manifeste.

Host:
  Version:      9.0.0
  Architecture: arm64
  Commit:       9d5a6a9aa4

.NET SDKs installed:
  9.0.100 [/usr/local/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Other architectures found:
  None

Environment variables:
  Not set

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download

And yes, I only installed the maui workload using dotnet workload install maui, nothing else. (Or at least tried)

@PureWeen PureWeen transferred this issue from dotnet/maui Nov 21, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Workloads untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

2 participants