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

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

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

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

https://i.stack.imgur.com/yfrQa.jpg

Author: Medium, 2017-03-02

1 answers

To compile and simulate an iOS application on Windows, unfortunately, you will need an Apple computer connected to the network, because Apple requires that its applications only be compiled on your devices (computers), more evidence that Xamarin is really Native ;).

As we well know an Apple computer is not cheap at all, however, there are legal solutions that can help you in this sense, which is the rental of Apple machines, with them it will be possible to connect in them and perform the compilation and simulation.

Here are some links that offer this service:

Http://www.macincloud.com /

Https://xcloud.me /

 2
Author: Junior Porfirio, 2017-03-03 11:37:52