I understand limitation when I want to run nativescript app on iOS emulator on my local Windows machine. But is it possible to run that app on iOS device that is connected to Windows with following CLI command?
tns run ios --device 123456789
If tns can generate, i.e. compile nativescript to iOS platform native files, what's missing in order to just run iOS app on connected iOS device?