Debug flutter on iphone using VS Code on windows 10

Viewed 2083

Is it possible to emulate a Flutter app in debug mode on an iphone connected to a windows 10 machine using VS Code? it all sounds like it wont work when I type it out :)

1 Answers

No, you need Xcode installed for that and that runs only on OSX.

Related