我遵循了位于此处的指南:https ://firebase.google.com/docs/crash/ios
但是当我完成并尝试构建时,我收到以下错误:/Users/--/Desktop/Test2/Pods/FirebaseCrash/upload-sym-util.bash:349: error: symbolFileUploadLocation: The caller does not have允许
有人有想法么?我在 google、stackoverflow 和 google groups 上进行了搜索,但没有看到其他人说明我能找到的这个问题。
运行 10.11.5、Xcode 7.3.1
当我打开错误的源代码时,它会将您带到第 349 行的 upload-sym-util.bash,这是该区域的片段:
if [[ "$ERRMSG" ]]; then
if ((VERBOSE)); then
xcnote "Server response:"
plutil -p "$FILE_UPLOAD_LOCATION_PLIST" >&2
fi
xcerror "symbolFileUploadLocation: $ERRMSG"
xcnote "symbolFileUploadLocation: Failed to get upload location."
return 1
fi