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.
However, when I include the 'Firebase/MLVisionLabelModel'
pod, I get tons of warnings that look like this
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?
The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.