使用 Firebase Performance 时未解析的标识符 'HTTPMetric'

Unresolved identifier 'HTTPMetric' when using Firebase Performance

我正在尝试将 FirebasePerformance 添加到我的应用程序中。为了添加对特定网络请求的监控,我使用了此处的示例:https://firebase.google.com/docs/perf-mon/get-started-ios

然而,我得到 "Unresolved identifier 'HTTPMetric' "。我的 .swift class 中确实有 Firebase 和 FirebasePerformance 的导入。

如果有人遇到同样的问题,我将不胜感激。

显然,运行 pod update 解决了这个问题。我在这里得到了答案:

https://github.com/firebase/firebase-ios-sdk/issues/1071