LoginSignup
0
1

More than 3 years have passed since last update.

Unable to process Runner.app.dSYM at path /Users/...省略.../Runner.app.dSYMが発生した場合の対処

Last updated at Posted at 2020-08-18

Firebase Crashlyticsを導入してみたけど、うまく取得できないなーと思っていたら、エラーはいていた。

対応
この手順を実施したらエラー無くなりました。

  1. Xcode でプロジェクトを開きます。
  2. Xcode ナビゲータでプロジェクトを選択します。
  3. [Build Settings] タブを開きます。
  4. タブの上部にある [All] をクリックします。
  5. 「debug information format」を検索します。
  6. [Debug Information Format] を [DWARF with dSYM File] に設定します。

上記の手順が完了したら、アプリを再度ビルドして、Crashlytics が dSYM を検出できることを Firebase コンソールで確認します。

以上

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