0
1

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でCrashlyticsが上手く機能しないときに試すこと

Posted at

自動データ収集設定を有効化する。

await FirebaseCrashlytics.instance.setCrashlyticsCollectionEnabled(true);

これをCrashlyticsを初期化するときにセットしておくとデータの自動収集を有効化できます。

iOSの場合

スクリーンショット 2022-06-30 0.33.11.png
Build SettingsのDebug Information FormatをDWARF with dSYM Fileに変更する。
また、Generate debug symbolがYesに設定されているか確認する。

ずいぶんハマりましたが、僕はこれでとりあえず解決しました。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?