Why Crashlytics is asking for missing DSYM file every time?

后端 未结 7 2105
日久生厌
日久生厌 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:37

    in your Xcode project, under Build Phases add above run script:

    "${PODS_ROOT}/Fabric/upload-symbols" -gsp "${PROJECT_DIR}/GoogleService-Info.plist" -p ios "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"
    

    0 讨论(0)
提交回复
热议问题