I am using flutter with Android studio and I am getting .apk
files successfully for Android. Now I want to get .ipa
file as well for ios
. but I am not able to get Xcode on windows. How can we install Xcode on windows to use with flutter? I have to install Xcode to get .ipa
file for iOS.
Asked
Active
Viewed 53 times
0
-
1You can't install Xcode on Winows OS. The only solution is to make hackintosh or use virtualbox to run mac OS but that not work well – Benjamin Jan 16 '19 at 08:34
-
But you can give that a [chance](https://medium.com/flutter-community/developing-and-debugging-flutter-apps-for-ios-without-a-mac-8d362a8ec667). – shadowsheep Jan 16 '19 at 10:01