How to use an iOS simulator in a Windows 10 environment for an iOS Xamarin.Forms project

0

What do I need to install to publish a project Xamarin.Forms.iOS in an iOS simulator?

I'm using a machine with: Windows 10 Visual Studio 2015

Whenever I try to run a project from Xamarin.Forms.iOS it appears a message: No remotely accessible Macs were detected on your network. For more information, click Where's my Mac?

    
asked by anonymous 02.03.2017 / 16:56

1 answer

2

To compile and simulate an iOS application on Windows, unfortunately, you will need an Apple computer connected to the network, as Apple requires that your applications only be compiled on your devices (computers), plus one proves that Xamarin is really native;).

As we know an Apple computer is not cheap, however, there are legal solutions that can help you in this sense, which is the rental of Apple machines, with them you can connect them and perform the compilation and simulation. p>

Here are some links that offer this service:

link

link

    
03.03.2017 / 12:37