Firebase 性能监控和应用索引的问题

Issues with Firebase Performance Monitoring and App Indexing

我在我的项目中使用了一些 pods 的 Firebase SDK;实际上我正在使用 Firebase App Indexing 我也需要使用 Firebase Performance Monitoring 框架但是当我安装它时(我正在使用 Cocoa Pods 1.2.0)日志显示了这个:

Specs satisfying the 'Firebase/AppIndexing' dependency were found, but they required a higher minimum deployment target.

显然我将部署目标更改为可能的更高版本,但消息仍然相同;我认为出于某些原因,App Indexing 和性能监控无法共存,或者我实施错误...

语言.- ObjC Firebase 框架 .- ​​4.0.2

有什么建议吗?

Firebase AppIndexing 已 deprecated for iOS in Firebase 3.7.0 并已在 Firebase 4.0.0 中删除。由于Firebase Performance Monitoring是在4.0.0引入的,所以没有同时支持两者的Firebase版本。

建议从 AppIndexing 迁移到 Universal Links