我正在尝试将 Firebase 崩溃报告集成到我的应用中。我希望它被报告为人类可读并符合Firebase 教程我在 XCode 项目中添加了一个运行脚本。我将数据设置如下。
GOOGLE_APP_ID=1:2x25x16352xx:ios:ee9bx7ae0a1e6xx
"${PODS_ROOT}"/FirebaseCrash/upload-sym "$SRCROOT/xxx-4869xxd0b7xxx.json"
但是当我运行应用程序时,我收到一个错误:
{
"error" : "invalid_grant",
"error_description" : "Invalid JWT: Token must be a short-lived token and in a reasonable timeframe"
}
Command /bin/sh failed with exit code 1
我想知道什么原因会导致这种情况。
一些提示:当我选择Run script only when installing
时,应用程序运行正常。