的Xcode错误文件

问题描述:

我遵循了火力坠毁适当的措施报表整合,但我仍然有象这样的错误,的Xcode错误文件

/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.

这里是我所面临的错误形象。 enter image description here

解决在Xcode 8.3.1与脚本上传均三util.bash更换 上传 - 均

新的脚本

# 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" 
+0

救了我的天!感谢朋友的回答 – iOS

+0

或者你可以使用MacOS和Xcode 8.3的新版本,这将与旧脚本 –

+0

一起工作感谢它的工作。 – Hosny

这里是解决这个问题的另一种方法。

在终端

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

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

快乐运行命令来帮助:)