LoginSignup
5

More than 3 years have passed since last update.

Flutterでipaファイルを作成する

Posted at

はじめに

DeployGate用にIPAファイルをさっと作りたかったのですが、これが一番わかりやすかったので、メモ。

環境

  • Mac
  • Android Studio 4.1

参考

How to create .ipa file for testing using Runner.app?

手順

  1. ビルドする
    コマンドの実行(flutter build ios --release/debug
    もしくは、メニューから Build > Flutter > Build iOS

  2. Payloadフォルダーを作成する

  3. ビルドされたAppファイルをPayloadフォルダーに移動する

  4. Payloadフォルダーを圧縮する(ZIP)

  5. 作成されたPayload.zipPayload.ipaに変更する

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5