Why Crashlytics is asking for missing DSYM file every time?

后端 未结 7 2100
日久生厌
日久生厌 2021-02-07 05:04

I am using Crashlytics in my app everything working fine. even Crashlytics is also working good.

But the problem is that whenever I am creating a

7条回答
  •  北恋
    北恋 (楼主)
    2021-02-07 05:27

    And they changed again:

    find dSYM_directory -name "*.dSYM" | xargs -I \{\} $PODS_ROOT/FirebaseCrashlytics/upload-symbols -gsp ${SRCROOT}/GoogleService-Info.plist -p ios \{\}
    

    Check here: https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports-new-sdk

提交回复
热议问题