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

前端 未结 18 2186
名媛妹妹
名媛妹妹 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条回答
  •  醉梦人生
    2020-12-12 18:46

    Find and upload debug symbols for Crashlytics

    • Copy the UUID of your missing dSYM and run mdfind "com_apple_xcode_dsym_uuids == " on a terminal window.
    • The above command will return something like .../build/ios/Release-Staging-iphoneos/your.app.dSYM
    • Zip up the package and upload to Crashlytics using Firebase dashboard

    Wait for 10-15 minutes before the crashes start to appear on the console.

提交回复
热议问题