问题
I am new to this flutter based app creation. Now I successfully created one sample app in my windows system android studio with flutter plugin that app also running successful. OK, now I want to generate the IPA app for the same application. I don't know how to generate the IPA for IOS device in using android studio? anyone help me please..
I am using windows 10 system and my android studio version as 3.4.2
I want to generate .ipa file in android studio, like how i generate .apk file in android studio.
回答1:
The only way to generate an IPA from you windows machine is by using a CI/CD service like Codemagic using the steps described in this article:
- link your repository (Github, BitBucket , or Gitlab).
- from settings > build for platforms > IOS
- change the
.app
file you received to.zip
and extract it. - You will find a file called
Runner.app
, put in a folder and compress it back. - change the extension from
.zip
to.ipa
.
And here's your first IOS build without a Mac device.
来源:https://stackoverflow.com/questions/57721700/how-to-generate-an-ios-ipa-in-windows-using-android-studio-for-a-flutter-app