Iria
Iria

Reputation: 185

Failed to update the advertising manifest

I was working on blazor over maui, vs2022 17.1 preview 2. Then it stopped working, running maui-check on power shell, I get some errors, I tried to fix them and then I get the following:

Failed to update the advertising manifest microsoft.net.sdk.ios: microsoft.net.sdk.ios.manifest-6.0.200 is not found in NuGet feeds https://api.nuget.org/v3/index.json".. Failed to update the advertising manifest microsoft.net.workload.mono.toolchain: microsoft.net.workload.mono.toolchain.manifest-6.0.200 is not found in NuGet feeds https://api.nuget.org/v3/index.json".. Failed to update the advertising manifest microsoft.net.sdk.tvos: microsoft.net.sdk.tvos.manifest-6.0.200 is not found in NuGet feeds https://api.nuget.org/v3/index.json".. Failed to update the advertising manifest microsoft.net.sdk.maccatalyst: microsoft.net.sdk.maccatalyst.manifest-6.0.200 is not found in NuGet feeds https://api.nuget.org/v3/index.json".. Failed to update the advertising manifest microsoft.net.sdk.maui: microsoft.net.sdk.maui.manifest-6.0.200 is not found in NuGet feeds https://api.nuget.org/v3/index.json".. Failed to update the advertising manifest microsoft.net.sdk.macos: microsoft.net.sdk.macos.manifest-6.0.200 is not found in NuGet feeds https://api.nuget.org/v3/index.json".. Failed to update the advertising manifest microsoft.net.workload.emscripten: microsoft.net.workload.emscripten.manifest-6.0.200 is not found in NuGet feeds https://api.nuget.org/v3/index.json".. Failed to update the advertising manifest microsoft.net.sdk.android: microsoft.net.sdk.android.manifest-6.0.200 is not found in NuGet feeds https://api.nuget.org/v3/index.json".. Downloading microsoft.net.sdk.android.manifest-6.0.200.msi.x64 (31.0.101-preview.10.59) Workload installation failed. Rolling back installed packs... Downloading microsoft.net.sdk.android.manifest-6.0.200.msi.x64 (31.0.101-preview.9.16) Installation rollback failed: One or more errors occurred. (microsoft.net.sdk.android.manifest-6.0.200.msi.x64::31.0.101-preview.9.16 is not found in NuGet feeds https://api.nuget.org/v3/index.json".) Workload installation failed: One or more errors occurred. (microsoft.net.sdk.android.manifest-6.0.200.msi.x64::31.0.101-preview.10.59 is not found in NuGet feeds https://api.nuget.org/v3/index.json".) Description: Install one or more workloads.

I have tried to untick some of my NuGet sources but it doesn't seem to help. Any suggestions?

I have tried to update manually from powershell each package, the maui one gives the same error but the other ones update to a different version 6.0.0-rc2 and after running maui-check it doesn't recognize it

Upvotes: 5

Views: 6448

Answers (1)

Iria
Iria

Reputation: 185

remove one of the nuget feeders, that fixed it

Upvotes: 10

Related Questions