I get this error message when I want to create a new MonoGame iOS project from a template in VS 2022 for Mac 17.5 Preview:
Asked
Active
Viewed 1,912 times
4
-
From the screenshot it does not seem that you have the .NET SDKs installed, only the runtimes. I first try checking for updates in Visual Studio for Mac to see if that offers to install the .NET SDKs. If that does not work try quitting Visual Studio for Mac and then installing the .NET SDKs from https://dotnet.microsoft.com/en-us/download – Matt Ward Nov 22 '22 at 22:49
-
1It works now. I installed .NET 6.0 and .NET 7.0. – harry_mitch Nov 23 '22 at 09:04