Xcode error in Upload symbol files file

后端 未结 3 546
野的像风
野的像风 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:09

    Solved in Xcode 8.3.1 with replacing upload-sym with upload-sym-util.bash in script

    new script

    # Replace this with the GOOGLE_APP_ID from your GoogleService-Info.plist file
    GOOGLE_APP_ID=xxxxxxxxxx
    
    "${PODS_ROOT}"/FirebaseCrash/upload-sym-util.bash "${PROJECT_DIR}/medinfo-a7f29-firebase-crashreporting-jv418-3f88c3fc5a.json"
    

提交回复
热议问题