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
Hi, I'm developing on VoidLinux [x64][glibc][KDE].
So, I installed dotnet using manual installation ie download the binary, then extract it to this location $HOME/Applications/Dotnet and I have setup all the paths correct (because a week ago, I was cleaning up system and uninstalled ~/.dotnet and Applications/Dotnet and many other things mistakenly. The ~/.bash_profile and ~/.config/ were just fine untouched.
Then I installed maui using sudo ./dotnet workload install maui-android and tried to create a new project using dotnet new maui -o newApp but it raises an error/warning:
`$ dotnet new maui -o newApp
The template ".NET MAUI App" was created successfully.
Processing post-creation actions...
Restoring /home/userr/Dev/newApp/newApp.csproj:
/home/userr/Applications/Dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets(38,5): error NETSDK1178:
The project depends on the following workload packs that do not exist in any of the workloads available in this installation: Microsoft.iOS.Sdk.net10.0_26.1
You may need to build the project on another operating system or architecture, or update the .NET SDK.
Restore failed.
Post action failed.
Manual instructions: Run 'dotnet restore'`
I updated the workload, tried to dotnet restore in the project dir., but nothing fixes it.
I found an easy solution which is, remove other platforms except android in Platforms/ and in newApp.csproj and I can at least build it. But it's not working for iOS which is a problem.
Before my desktop cleanup, this error didn't existed.
I need help around it.
I'm new to dotnet ecosystem so, please be kind.
This discussion was converted from issue #33153 on December 16, 2025 09:16.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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.
-
Hi, I'm developing on VoidLinux [x64][glibc][KDE].
So, I installed dotnet using manual installation ie download the binary, then extract it to this location $HOME/Applications/Dotnet and I have setup all the paths correct (because a week ago, I was cleaning up system and uninstalled ~/.dotnet and Applications/Dotnet and many other things mistakenly. The
~/.bash_profileand~/.config/were just fine untouched.Then I installed maui using
sudo ./dotnet workload install maui-androidand tried to create a new project usingdotnet new maui -o newAppbut it raises an error/warning:`$ dotnet new maui -o newApp
The template ".NET MAUI App" was created successfully.
Processing post-creation actions...
Restoring /home/userr/Dev/newApp/newApp.csproj:
/home/userr/Applications/Dotnet/sdk/10.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets(38,5): error NETSDK1178:
The project depends on the following workload packs that do not exist in any of the workloads available in this installation: Microsoft.iOS.Sdk.net10.0_26.1
You may need to build the project on another operating system or architecture, or update the .NET SDK.
Restore failed.
Post action failed.
Manual instructions: Run 'dotnet restore'`
I updated the workload, tried to
dotnet restorein the project dir., but nothing fixes it.I found an easy solution which is, remove other platforms except android in Platforms/ and in newApp.csproj and I can at least build it. But it's not working for iOS which is a problem.
Before my desktop cleanup, this error didn't existed.
I need help around it.
I'm new to dotnet ecosystem so, please be kind.
Beta Was this translation helpful? Give feedback.
All reactions