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

Crashlytics で dSYM ファイルが見つからない 解消方法

Last updated at Posted at 2025-01-02

事象

iOS アプリ開発をしていて、Firebase Crashlytics チュートリアル通りにやっても
「dSYM ファイルが見つかりませんが、このファイルはクラッシュの処理に必要です」
という警告がコンソールに表示される

また、XCode の実行ログに下記エラーが発生している

empty dSYM file detected, dSYM was created with an executable with no debug info.

解消方法

Build Settings > Build Options > Debug Information Format が DWARF with DSYM File になっていることを確認
スクリーンショット 2025-01-02 21.14.57.png

Build Settings > Build Options > User Script Sandboxing を No にする
スクリーンショット 2025-01-02 21.13.46.png

Build Settings > Deployment > Strip debug symbols during copy を Yes にする
スクリーンショット 2025-01-02 19.04.42.png

Clean Build Folder をしてビルドすると、Firebase のコンソールからクラッシュログを確認できるようになった

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