0
我已经做了所有必要的步骤https://firebase.google.com/docs/crash/ios设置火力崩溃报告为我的项目。然后,我设置运行脚本如下:火力地堡崩溃错误
#Replaced GOOGLE_APP_ID
GOOGLE_APP_ID=1:app:Id
#Replaced the Path to serviceAccount.json
"${PODS_ROOT}"/FirebaseCrash/upload sym"${SRCROOT}/myProjectFolder/ServiceAccount.json"
我读过所有关于火力坠毁可用链接安装有的说“只有在安装时运行脚本”检查,这将消除错误,但不会发崩溃到Firebase控制台。就当我选中“在构建日志显示环境变量”只有我得到以下错误另一方面:
/Users/test/Documents/Projects/myproject/Pods/FirebaseCrash/upload-sym-util.bash:377: error: symbolFileMappings:upsert: Request contains an invalid argument.
的Xcode 8.2.1
- 其实我已经在做另一个项目所有这些步骤和它工作正常,但我在这个项目中有问题。这个错误有什么原因吗?
是,从字面上你的脚本是什么样子接受在https://console.cloud.google.com/
您的GoogleService-Info.plist文件中的GOOGLE_APP_ID是什么? – Jay
@ToddKerpelman不,我代替我googleService-的Info.plist它 – Niloufar