简体   繁体   English

在iOS项目中使用Firebase / MLVisionLabelModel会生成控制台警告

[英]Using Firebase/MLVisionLabelModel in iOS project generates console warnings

I have been recently messing around with the Firebase Beta ML Kit in my iOS project, and it's been quite an enjoyable experience so far. 我最近在我的iOS项目中弄乱了Firebase Beta ML Kit,到目前为止,这是一种非常愉快的体验。

However, when I include the 'Firebase/MLVisionLabelModel' pod, I get tons of warnings that look like this 但是,当我包含'Firebase/MLVisionLabelModel'窗格时,会收到大量如下所示的警告

objc[4034]: Class GMVx_StringListParam is implemented in both /var/containers/Bundle/Application/19D40B05-8B99-4580-97F8-22B83C45D7FF/xxxxxx.app/xxxxxx (0x10243e368) and /var/containers/Bundle/Application/19D40B05-8B99-4580-97F8-22B83C45D7FF/xxxxxx.app/xxxxxx (0x102443e08). One of the two will be used. Which one is undefined.

Am I missing something here? 我在这里想念什么吗? What do these warnings refer to exactly? 这些警告究竟指的是什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM