
There’s evenn iOS UI designer that integrates into VS. But, Visual Studio still needs to connect to a Mac to build your project.

The Mac can be on your local network or on the internet. Select Simulators in the window to see installed simulators. To test the app, you can use a physical device (iPad, iPhone, or iPod), or you can run a simulator on the remote Mac. Xcode will present a window showing attached devices. Once Xcode is running, select Window > Devices and Simulators: Xcode provides another way to obtain a list of devices and their device identifiers. The following output will display a list of known devices: $ xcrun xctrace list devicesīushmaster The first way to identify available simulators is to start up Terminal and type xcrun xctrace list devices. There are two ways to list the simulators and their device identifiers: DeviceIdentifier("DEVICE_ID_OF_SIMULATOR") UITest will use this device identifier to start the intended iOS simulator.Ī UITest must use the IApp.DeviceIdentifier method to provide the device identifier: IApp app = ("/path/to/iosapp.app")


you to run your apps in the simulator directly from Fire and Visual Studio. This guide will discuss how to specify an iOS simulator when running tests locally on macOS.Įach iOS simulator that's configured on an Apple device will have a unique device identifier assigned to it. The iOS Simulator is an application shipping with the Xcode toolchain that. It isn't possible to run local iOS tests on Windows.
