【发布时间】:2017-11-29 16:36:45
【问题描述】:
我最近不得不迁移我的应用程序,复制并粘贴了一大堆代码。现在,当我构建我的项目时,我在控制台中获得了通常的 firebase 输出,但这次是重复的。有谁知道这可能是什么原因。太多的代码让我无法阅读
2017-06-26 14:27:09.831490-0400 NewsFeedtt[7493:4048532] [Firebase/Analytics][I-ACS005000] The AdSupport Framework is not currently linked. Some features will not function properly. Learn more at
2017-06-26 14:27:09.832 NewsFeedtt[7493] <Warning> [Firebase/Analytics][I-ACS005000] The AdSupport Framework is not currently linked. Some features will not function properly. Learn more at
2017-06-26 14:27:09.837580-0400 NewsFeedtt[7493:4048532] [Firebase/Analytics][I-ACS023007] Firebase Analytics v.4001000 started
2017-06-26 14:27:09.838 NewsFeedtt[7493] <Notice> [Firebase/Analytics][I-ACS023007] Firebase Analytics v.4001000 started
2017-06-26 14:27:09.838733-0400 NewsFeedtt[7493:4048532]
【问题讨论】:
-
您必须提供比这更多的信息才能让任何人知道如何解决您的问题。与复制和粘贴相比,还有更好的迁移方法。
-
这似乎是一个 XCode 问题。您可以使用stackoverflow.com/questions/37930506/xcode-8-console-garbage 中讨论的标志来删除重复的日志
-
感谢@adbitx,您的回答有效。并且恢复正常
标签: swift firebase console firebase-analytics