我逐行完成了这个文档。 https://firebase.google.com/docs/crash/ios
我的崩溃报告成功。
但是当我将代码上传到git时,其他用户会因为上传sym而抱怨崩溃。
因为doc说要添加以下内容来运行脚本:
# Replace this with the GOOGLE_APP_ID from your GoogleService-Info.plist file
GOOGLE_APP_ID=1:my:app:id
# Replace the /Path/To/ServiceAccount.json with the path to the key you just downloaded
"${PODS_ROOT}"/FirebaseCrash/upload-sym "/Path/To/ServiceAccount.json"
我猜错误是由于我的私钥“ServiceAccount.json”的路径
因为我有自己的私钥路径,但是另一个人将获得私钥的路径,这是不可能的。
那么,任何人都可以告诉我应该在哪里放置该私钥来为此错误辩解。