How to run upload symbols to upload dSYMs as a part of Xcode build process?

后端 未结 3 1131
失恋的感觉
失恋的感觉 2021-02-01 05:32

Ok, so I\'m trying to automatically upload dSYMs. I\'m following instructions from this official documentation: https://firebase.google.com/docs/crashlytics/get-deobfuscated-rep

3条回答
  •  广开言路
    2021-02-01 05:46

    You need to requred update in Project Target-> Build setting -> debug information (Debug and release both) -> DWARF with dSYM file

提交回复
热议问题