How to generate an IOS IPA in windows using Android studio for a Flutter app?

旧城冷巷雨未停 提交于 2021-01-27 14:50:35

问题


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:

  1. link your repository (Github, BitBucket , or Gitlab).
  2. from settings > build for platforms > IOS
  3. change the .app file you received to .zip and extract it.
  4. You will find a file called Runner.app, put in a folder and compress it back.
  5. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!