Reputation: 27295
I have a VS solution which contains a Xamarin.Mac project. On my Mac, it works just fine. On my PC, when I open the solution, I always see the following window:
Right off, this is annoying; it would be much more pleasant to be prompted for a Mac if/when I try to build on Mac.
But it's worse than that. When I hit Close, because I don't have a Mac handy at the moment, it then says the Mac project is unloadable.
I don't want to build or run. I just want to look at the code, do project-wide searches, and so on. I can always open an individual file by navigating there in File Explorer. But that's much less efficient than using the project navigator.
Upvotes: 1
Views: 386
Reputation: 404
Visual Studio for Windows it's not supporting Xamarin.Mac, it supports only Xamarin.Ios. That's why visual studio can't load the Xamarin.Mac project. If you would like to develop applications for Osx using Xamarin you can do that only on a Mac.
Upvotes: 2