Existing MAUI project unable to run on MacOS #7400
-
I have an existing project that I'm able to run from VS Code running on Windows, but not on MacOS. After a whole day of wrestling with MAUI stuff on dotnet 7, I've updated all projects to target net8 and now the project builds successfully, however it still cannot start it up, because VS Code attempts to start it:
I'm pretty sure VS Code is looking at the wrong path for some reason, because there are multiple types of
I'm able to startup a fresh template maui solution no problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Since you have a MAUI app, I am assuming you are attempting to launch using the .NET MAUI extension? If so, you want to ask at https://github.com/microsoft/vscode-dotnettools/issues |
Beta Was this translation helpful? Give feedback.
Since you have a MAUI app, I am assuming you are attempting to launch using the .NET MAUI extension? If so, you want to ask at https://github.com/microsoft/vscode-dotnettools/issues