Xamarin : iOS simulator : the selected execution mode is not supported for .net projects


Xamarin : iOS simulator : the selected execution mode is not supported for .net projects
I've just installed Visual Studio on my Mac and started my first Xamarin Forms project. I've clicked "Getting Started" for my HelloWorld, and tried to run in the iOS simulator and got the following error :
the selected execution mode is not supported for .net projects
Could anyone please explain to me why this problem appears and how to open the simulator? Android simulator works just fine.
I figured it out, thank you for the reply.
– Josh Isaacs
2 mins ago
1 Answer
1
For those having similar issues, it seems as though the Getting Started doesn’t quite work well on Mac.
Instead of using it to open the simulators, simply right click your project and run from simulator there instead.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
check the Xamarin requirement- docs.microsoft.com/en-us/xamarin/cross-platform/get-started/…
– Pratius Dubey
10 mins ago