6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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.zip__を__Payload.ipa__に変更する

6
5
0

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
6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?