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
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 fails to startup:
launch: program '/bin/Debug/net8.0-maccatalyst/App' does not exist.
I'm pretty sure VS Code is looking at the wrong path, because the projects targets maccatalyst, which has subcategories. In this case the actual path where you can find the dlls is:
@emaf I eventually got it to work. There were some leftover build errors, which aren't very obvious in VS Code so it took me a while to resolve all of them.
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 fails to startup:
I'm pretty sure VS Code is looking at the wrong path, because the projects targets
maccatalyst
, which has subcategories. In this case the actual path where you can find the dlls is:I'm able to startup a fresh template MAUI solution no problem.
The text was updated successfully, but these errors were encountered: