If I connect a physical iPhone to my Windows computer via usb, is it possible to run a Flutter app on it in VSCode?
CodePudding user response:
It is not possible, you need to install XCode and XCode Command Tools in order to build for iOS. For those you need to use MacOS.
