Reputation: 27633
I have Visual Studio 2017 on a Windows computer with Xamarin installed. I know that I need to connect to a Mac in order to build iOS apps. I don't, however, know how to set up the Mac in order to do that. I've found some information on the web. However, at least some of it seems to be outdated. For example - I'm told to use Xamarin Studio. Which seems to have been superseded by VS. Also, it seems that VS2017 can do more by itself than previous versions of VS.
So, What do I need on the Mac, when using VS2017, in order to build Xamarin.Forms apps for iOS?
Upvotes: 0
Views: 202
Reputation: 33983
You need to install Xcode and at least start it once and accept the EULA. Then you also need to install Visual Studio for Mac, which will pull in all requirements for you, as mentioned in the comments, this guide should still get you a long way there, just replace Xamarin Studio with Visual Studio for Mac.
Upvotes: 1