没有 Cocoapods - 需要手动添加 iOS 的性能监控
No Cocoapods - Need to add performance monitoring for iOS manually
我需要为我的应用程序集成 Firebase 性能监控。我不能在这个项目中使用 cocoa pods。我一定需要下载一个框架,因为它有自己的 cocoapod Firebase/performance
。
文档仅包含要添加的 pod 文件。不是手动选项。
https://firebase.google.com/docs/perf-mon/get-started-ios
请帮助我在哪里可以找到/如何将 Firebase/performance
library/dependency 添加到我的项目中。
我已经有 Firebase
,我需要 Firebase/performance
Firebase 文档在 documentation:
中给出了相关说明
If you don't want to use Cocoapods, you can still take advantage of
the Firebase SDKs by importing the frameworks directly.
Download the framework SDK zip. This is a ~1GB file and might take some time to download.
Unzip the file, then review the README for the Frameworks that you want to include in your app.
Add the ObjC linker flag in your Other Linker Settings in your target's build settings.
按照 link 到文档找到实际的 link 下载框架 zip。
我需要为我的应用程序集成 Firebase 性能监控。我不能在这个项目中使用 cocoa pods。我一定需要下载一个框架,因为它有自己的 cocoapod Firebase/performance
。
文档仅包含要添加的 pod 文件。不是手动选项。 https://firebase.google.com/docs/perf-mon/get-started-ios
请帮助我在哪里可以找到/如何将 Firebase/performance
library/dependency 添加到我的项目中。
我已经有 Firebase
,我需要 Firebase/performance
Firebase 文档在 documentation:
中给出了相关说明If you don't want to use Cocoapods, you can still take advantage of the Firebase SDKs by importing the frameworks directly.
Download the framework SDK zip. This is a ~1GB file and might take some time to download.
Unzip the file, then review the README for the Frameworks that you want to include in your app.
Add the ObjC linker flag in your Other Linker Settings in your target's build settings.
按照 link 到文档找到实际的 link 下载框架 zip。