我创建了一个虚拟项目来测试Firebase崩溃报告,我使用here中的firebase文档添加了没有cocoapods的firebase,然后按照documentation中的步骤配置崩溃报告,但是当我尝试使用Run Script Phase将符号上传到firebase时,我遇到了问题。
# Replace this with the GOOGLE_APP_ID from your GoogleService-Info.plist file
GOOGLE_APP_ID=1:370179177745:ios:82b933f2b3a37fc4
# Replace the /Path/To/ServiceAccount.json with the path to the key you just downloaded
"${SRCROOT}"/CrashTest/upload-sym "${SRCROOT}/CrashTest/crashtest-3c510-firebase-crashreporting-orbso-af39436f7f.json"
Project Directory and Run Script Phase "Upload symbols to Crash Report"
Error when building application
我已经在堆栈溢出中搜索了一个答案,但是没有找到答案,我希望有人可以帮助我,谢谢。