MacOS Rider 2025.3 New DotNet 10 Maui App Issue
On MacOs Sequoia 15.6.2 with the new dotnet 10 SDK installed and dotnet workflow update executed Rider will not create a new Maui App using DotNet 10. The ‘Install Maui’ button is active.
After clicking on the Install Maui button and entering the necessary password an alert appears stating that there are missing components. When trying to install the templates that are displayed in the message area in the Applications directory an error message is displayed: ‘Cannot find file:///Applications’. As such it is not possible to even create the sample Maui application
Please sign in to leave a comment.
Hello Martin,
Thanks for contacting Rider support!
I have tried the same scenario in my environment, and it works well. Since the “Install MAUI” button does not work, you can try to manually install MAUI in Terminal with the following steps:
1. Download and install dotnet 10 SDK.
2. In Terminal, run
sudo dotnet workload install maui3, Restart Rider
Please provide the complete output if the issue persists.
Thanks,
Tom