Can ios simulator can be run in Windows

假装没事ソ 提交于 2019-12-08 14:07:11

问题


I m working on appium scripting for mobile application automation testing. I m able to simulate android device using the emulator and run the script in the emulator.

Now my next task is to run in ios. Please let me know it is possible to do it in ios emulator in Windows machine. If so some headsup on it.


回答1:


You can not. There are platforms like Xamarin which enables you develop iOS application using c# and Windows but when it comes to debugging and deployment, you have to have a MacOS operating system which is basically a MAC computer. Using Xamarin you can run iOS emulator using Visual Studio by connecting MAC computer remotely.




回答2:


Yess you can use Remote simulator to windows by enabling it under

Tools >> Option >> Xamarin >> IOS setting >> Remote simulator to windows.

But you still need active mac agent connection to build your app




回答3:


You can use Appium studio free community edition for testing iOS physical device from windows machine.

note:- I have tested appium studio personally and think it will be useful for others.



来源:https://stackoverflow.com/questions/44565046/can-ios-simulator-can-be-run-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!