-
Notifications
You must be signed in to change notification settings - Fork 48
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
[Xamarin.Build.Download] Using 7z to extract .tgz files can cause the build task to hang forever. #1047
Comments
For any stumbling across this issue, there's a manual workaround that allows me to build my project again:
|
This was referenced Jan 25, 2025
Having this error while building MAUI .NET 9 for iOS. Solved following workaround from previous message:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Android framework version
Other
Affected platform version
It should have started a long time ago.
Description
Currently, I am using the latest VS2022 17.12.0, and when building an iOS application on Windows, the build task hangs forever.
And through diagnostics, I had found that the process was stuck in the state of extracting GAppM-10.28.0.tgz.
4.Look, what have we found? It wants us to agree to whether to overwrite.
? (Y)es / (N)o / (A)lways / (S)kip all / A(u)to rename all / (Q)uit?
Obviously, the extraction has been waiting for a response.
So, the fix is quite simple.
Relevant log output
The text was updated successfully, but these errors were encountered: