you have to target dotnet 6
check that your project targets dotnet6 because monogame does not work on dotnet 7
I’ve had this problem before if I remember correctly it was because of it.
go to the manually uninstall section
change the desired sdk version
change sdkversion to your version
I found out that the MonoGame templates are displayed in VS for Mac under Other–>Custom and I use Target NET Runtime: .NET 6.0 in the project’s properties.
I have not changed the sdk version:
go to the manually uninstall section
change the desired sdk version
change sdkversion to your version
Is it still necessary to do these steps even if I can run my iOS and Android projects on a real device?
The iPhone simulator is still not working. I have the same problem in VS for Mac 17.5 Preview.