Firebase Crashlytics: Upload missing dSYMs to see crashes from 1 versions.(iOS)

前端 未结 18 2299
名媛妹妹
名媛妹妹 2020-12-12 17:53

Error Message: Upload missing dSYMs to see crashes from 1 versions. Versions affected: 1.0 (1)

I am trying to implement Firebase Crashlytic

18条回答
  •  旧时难觅i
    2020-12-12 18:30

    In my case, I have done the following things and it worked:

    1. Select 'Run script only when installing' in Build Phases -> Run Script (Shell = ${PODS_ROOT}/Fabric/run)

    2. Build the app

    3. Now you can find the .dsym file in the path, /Library/Developer/Xcode/DerivedData/XXX-arctjcalvfslmbakanpyivuuxjmm/Build/Products/Release-iphoneos

    4. Upload the zipped .dsym file to firebase console

    5. After few minutes, you can find the crash reports

    NOTE:

    • I have disabled bitcode while exporting ipa file (Adhoc or Appstore)
    • If you need ipa with bitcode enabled, then download dsym file from iTunes connect

提交回复
热议问题