I have a flutter application written in Android Studio in Windows and I am able to run and test it on an Android phone. The project has git as source control and all the changes are committed to a private repository on Github. How do I clone this private repository from Github to Xcode on Mac to test in on a physical iOS device?
Thanks