android-studio - 如何在 Windows 中使用 Android Studio 为 Flutter 应用程序生成 IOS IPA?

标签 android-studio flutter

我是这个基于 flutter 的应用程序创建的新手。现在我成功地在我的 windows 系统 android studio 中创建了一个示例应用程序,该应用程序也运行成功。好的,现在我想为同一个应用程序生成 IPA 应用程序。我不知道如何在使用 android studio 时为 IOS 设备生成 IPA?任何人请帮助我..

我使用的是 windows 10 系统,我的 android studio 版本是 3.4.2

我想在 android studio 中生成 .ipa 文件,就像我在 android studio 中生成 .apk 文件一样。

最佳答案

从 Windows 机器生成 IPA 的唯一方法是使用 CI/CD 服务,如 Codemagic 使用此 article 中描述的步骤:

  • 链接您的存储库( Github BitBucket Gitlab )。
  • 从设置> 为平台构建> IOS
  • 更改 .app您收到的文件 .zip并提取它。
  • 您将找到一个名为 Runner.app 的文件。 ,放入文件夹并压缩回来。
  • .zip 更改扩展名至 .ipa .

  • 这是你的第一个没有 Mac 设备的 IOS 版本。

    关于android-studio - 如何在 Windows 中使用 Android Studio 为 Flutter 应用程序生成 IOS IPA?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57721700/

    相关文章:

    flutter - 在其他页面打开抽屉

    android - 更新后,android studio 出现错误

    Android Studio 0.9.2 到 0.9.3 错误 : toString() method cannot be referenced

    flutter - 'package :flutter/src/widgets/widget_inspector. dart':断言失败:第 894 行 pos 16: 'index == parameters.length':不正确

    flutter - 如何在 flutter 中为 ios 和 android 检测模拟位置

    flutter - flutter中同步PageView和Slider的换页

    intellij-idea - 包名更改后,项目仍然使用旧包名来启动应用程序

    android - 后端内部错误 : Exception during psi2ir

    android - Android Studio 2.2 中未识别的 LLDB 行为

    flutter - flutter中的flutter build bundle和appbundle有什么区别?