上传符号文件文件中的Xcode错误 [英] Xcode error in Upload symbol files file

查看:110
本文介绍了上传符号文件文件中的Xcode错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已按照适当的步骤进行firebase崩溃报告集成,但我仍然有这样的错误,


/ Users / satish / Desktop / firebase_crash / Pods / FirebaseCrash / upload-sym:174:
错误:请确保您已按照:: command not found步骤



/ Users / satish / Desktop / firebase_crash / Pods / FirebaseCrash / upload-sym:175:
错误:

解决方案

在Xcode 8.3.1中解决,替换
upload-sym ,脚本 upload-sym-util.bash



新脚本

 #将此替换为您GoogleService-Info.plist文件中的GOOGLE_APP_ID 
GOOGLE_APP_ID = xxxxxxxxxx

$ {PODS_ROOT}/ FirebaseCrash / upload-sym-util.bash$ {PROJECT_DIR} /medinfo-a7f29-firebase-crashreporting-jv418-3f88c3fc5a.json


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.

解决方案

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"

这篇关于上传符号文件文件中的Xcode错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆