Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Just started investigate the Xamarin Test Cloud. I want to write a simple test using VS and run this test on iOS simulator, which is running on Mac machine. I've connected to Xamarin Mac Agent. Agent run on the same Mac machine as the iOS simulator.

I've faced with exception "iOS tests are not supported on Windows" when i'm trying to use something like this:

C#
app = ConfigureApp.iOS.StartApp();

I'm understand that I can't run iOS tests on Windows, but I want to run it on iOS simulator on Mac.

Could someone explain me how can I do this? Is it possible?

And a have another question. As a said I've just started with the xamarin and tests. I'm not shure that I undertand difference between Xamarin Test Cloud and Xamarin UI Test. Could someone explain that?

What I have tried:

I've connected to Xamarin Mac Agent. Agent run on the same Mac machine as the iOS simulator.

I've faced with exception "iOS tests are not supported on Windows" when i'm trying to use something like this:

C#
app = ConfigureApp.iOS.StartApp();
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900