「バージョン***で不足している dSYM が Crashlytics で検出されました」が出た時の対応

Firebase

FirebaseのCrashlytics を使用していると、時々こんな文言のメールがきます。単純にdSYMが足りてないよ、ということなのでFirebaseにdSYMをアップロードすればいいだけです。

まずはdSYMを取得しましょう。

AppStoreConnectのTestFlightにアップロードしているアプリの中から指摘されているバージョンを選び、[dSYMをダウンロード]からdSYMのzipファイルをダウンロードします。

あとはFirebaseのCrashlytics のページからzipファイルをアップロードするだけです。

もしくはターミナルから以下のコマンドを実行することでアップロードすることもできます。

アプリのプロジェクトフォルダ/Pods/FirebaseCrashlytics/upload-symbols -gsp /Users/hashimoto/work/Brain/AEON\ Net\ Campus/iOS/AEON\ アプリのプロジェクトフォルダ/GoogleService-Info.plist -p ios ~/Downloads/appDsyms.zip

コメント

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny

タイトルとURLをコピーしました