You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am new to building and installing frameworks from source. I am trying to install MAUI from source using the --source parameter on dotnet workload install... But I get a bunch of errors that I am unsure on how to fix.
Command:
dotnet workload install maui-android maui-windows maui-ios maui-maccatalyst --source https://github.com/dotnet/maui.git (I also forked the repo but my forked version produces the same results)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new to building and installing frameworks from source. I am trying to install MAUI from source using the --source parameter on dotnet workload install... But I get a bunch of errors that I am unsure on how to fix.
Command:
dotnet workload install maui-android maui-windows maui-ios maui-maccatalyst --source https://github.com/dotnet/maui.git (I also forked the repo but my forked version produces the same results)
Output:
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.net6: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.workload.mono.toolchain.net6.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.sdk.macos: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.sdk.macos.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.sdk.tvos: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.sdk.tvos.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.workload.emscripten.net7: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.workload.emscripten.net7.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.net7: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.workload.mono.toolchain.net7.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.sdk.ios: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.sdk.ios.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.current: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.workload.mono.toolchain.current.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.sdk.maccatalyst: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.sdk.maccatalyst.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.sdk.aspire: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.sdk.aspire.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.sdk.maui: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.sdk.maui.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.sdk.android: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.sdk.android.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.workload.emscripten.current: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.workload.emscripten.current.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Failed to update the advertising manifest microsoft.net.workload.emscripten.net6: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.workload.emscripten.net6.manifest-8.0.200'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Installing workload manifest microsoft.net.sdk.android version 34.0.79...
Workload installation failed. Rolling back installed packs...
Workload installation failed: Failed to install manifest microsoft.net.sdk.android version 34.0.79: Failed to fetch results from V2 feed at 'https://github.com/dotnet/maui/FindPackagesById()?id='microsoft.net.sdk.android.manifest-8.0.100'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found)..
Any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions