未安装 Firebase Analytics 表示 'FirebaseAppDelegateProxyEnabled to NO in the Info.plist' xcode 8 swift 3

Not installed Firebase Analytics saying that 'FirebaseAppDelegateProxyEnabled to NO in the Info.plist' xcode 8 swift 3

我刚刚添加了一些 pod,例如 pod 'FacebookLogin' pod 'Google/SignIn' 和 运行 我的项目。在终端项目中,即使我不想使用它们,也会自动添加 firebase 框架。第二件事是给出错误图像的 firebase 分析如下所示!!

我什至多次从模拟器中卸载应用程序。并清理了项目。

感谢您的回答..谢谢

这不是错误。这只是一条消息,告诉您 SDK 确实有代理,如果您不喜欢它,这是一种禁用该功能的方法。如果您不想使用 Firebase Analytics SDK,请按照此记录 steps 完全禁用它:

If you need to deactivate Analytics collection permanently in a version of your app, set FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED to YES in your app's Info.plist file.