1
0

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】iOS14実機で起動するとクラッシュする時の対処法

Posted at

Flutterでの開発中、iOS14の実機でアプリをビルドすると、画面が真っ暗になり起動しない症状が起こりました。iOS14のシミュレーターでは問題なく起動されます。

環境(バージョン)

Flutter: 1.22.5
Xcode: 12.2
iOS: 14.2

対処法

XcodeのEditSchemeから、Debug -> Releaseに変更する。

試しに再度Debugに戻してビルドしてみたところ、クラッシュせず起動できたので、一回だけReleaseでビルドすればよいということなんでしょうか。そこのところはいまいちわかっていません。

Flutter公式に、今回の不具合?の記事が載っていました。
https://flutter.dev/docs/development/ios-14#launching-debug-flutter-without-a-host-computer

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?