Xcode error in Upload symbol files file

2020-05-25 06:46发布

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

/Users/satish/Desktop/firebase_crash/Pods/FirebaseCrash/upload-sym:174: error: Please ensure you've followed the steps at:: command not found

/Users/satish/Desktop/firebase_crash/Pods/FirebaseCrash/upload-sym:175: error: https://firebase.google.com/docs/crash/ios#upload_symbol_files: No such file or directory

/Users/satish/Desktop/firebase_crash/Pods/FirebaseCrash/upload-sym:197: error: All attempts to find the service account JSON file have failed.

Here is the image of the error that I have faced. enter image description here

2条回答
Ridiculous、
2楼-- · 2020-05-25 07:40

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 :)

查看更多
够拽才男人
3楼-- · 2020-05-25 07:46

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"
查看更多
登录 后发表回答