Firebase Crash symbol file: Unable to upload symbol file (reason unknown)

前端 未结 3 1806
伪装坚强ぢ
伪装坚强ぢ 2020-12-31 12:42

I have compile error on Xcode 9, and error is Upload: Unable to upload symbol file (reason unknown).

Project compiles successfully on some computer, but

相关标签:
3条回答
  • 2020-12-31 13:10

    You need to make some changes in TARGETS -> Build Phases -> Run Scipt

    replace upload-sym with upload-sym-util.bash in script

    Like below

    Happy to help :)

    0 讨论(0)
  • 2020-12-31 13:15

    Use Firebase Crashlytics instead of Firebase Crash Reporting.

    0 讨论(0)
  • 2020-12-31 13:26

    I have found how to avoid this issue. Clean project, delete all derived data and close Xcode. And then, please run below command on terminal.

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

    And open your project on Xcode and build again. Sometimes got same issue, but try above steps one or two times again. This will works for you most of time.

    0 讨论(0)
提交回复
热议问题