Search code examples
iosfluttervisual-studio-codeflutter-test

Can I test my Flutter app from VSCode (Windows) on my physical iPhone device?


I want to deploy my Flutter app on my physical iPhone device from my VSCode desktop application in Widnows. I did it with React Native app in VSCode and Expo Cli on my iPhone device but I would like to do this with my Flutter app.


Solution

  • This is not possible, you need to have Xcode which is only available on macOS in order to run the app. You can use VirtualBox with macOS installed as a workaround but it will be very slow