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

前端 未结 18 2271
名媛妹妹
名媛妹妹 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:36

    I also faced the same issue. Basically I was missing a simple step that is why Firebase script could not upload dSYM file.

    Step followed to solve it.

    • Click on project file
    • Select target
    • Go to build settings
    • Search "debug information format"
    • For all scheme change the settings to "DWARF with dYSM file"

    • Now run the project again
    • dYSM error of firebase dashboard should go...

提交回复
热议问题