LoginSignup
0
1

More than 3 years have passed since last update.

Android StudioからFlutterアプリをReleaseビルドする(iOS)

Posted at

デフォルトDebugビルドであり、最初Releaseビルドする方法がわからなかったのでメモ。

  1. Run -> Edit Configuration -> main.dartを開く
  2. Additional argumentsに"--release"を付ける

image.png

最終的には、以下のような形でxcodebuildの引数に渡される。

xcrun xcodebuild -configuration Release-dev <他のオプション>
0
1
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
0
1