Xcode error in Upload symbol files file

后端 未结 3 543
野的像风
野的像风 2021-02-05 09:22

I have followed proper steps for firebase crash reporting integration but I still have errors like this,

/Users/satish/Desktop/firebase_crash/Pods/Firebas

3条回答
  •  执笔经年
    2021-02-05 10:00

    Here is the another way to fix this issue.

    Run the command in terminal

    rm $HOME/Library/Preferences/com.google.SymbolUpload*
    

    https://firebase.google.com/docs/crash/ios#set_up_crash_reporting

    Happy to help :)

提交回复
热议问题