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

Issue

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. Thanks!! 😉

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

Answered By – Nazarii Kahaniak

Answer Checked By – Katrina (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *