-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Visual Studio 2022 allows you to run iOS Simulator locally in Windows 11 if you have an Xcode Build Server (Any mac running Xcode 15.0 or greater that you've enabled remote access on and paired with Visual Studio 2022). The catch: there is no web inspector. It is just a local client getting the display and audio off of the simulator running on the mac and sending input from the local iOS Simulator Client to the iOS Simulator running on the mac.
This should be doable as even if Microsoft's iOS Simulator Client does not provide the ports that you're Web Inspector needs, you could tell us what to install/configure on the Xcode Build Server itself so that Inspect can listen into the iOS Simulator process on macOS just like Microsoft's iOS Simulator is.
### Tasks
