我创建了一个虚拟项目来测试 Firebase 崩溃报告,我使用此处的 firebase 文档添加了没有 cocoapods 的 firebase ,然后按照文档中提供的步骤配置崩溃报告,但是当我尝试上传时遇到问题使用运行脚本阶段将符号添加到 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"
我在堆栈溢出中搜索了答案,但没有找到答案,希望有人能帮助我,谢谢。