mapbox-vision-ios icon indicating copy to clipboard operation
mapbox-vision-ios copied to clipboard

iOS generates a warning about duplicate symbols for MBVSynchronizedObservable at runtime

Open avi-c opened this issue 4 years ago • 0 comments

Description

When I launch Apex I get a warning from iOS:

objc[4197]: Class MBVSynchronizedObservable is implemented in both /private/var/containers/Bundle/Application/FE0BAA12-4872-44F6-B10E-0AF0F250DE5C/Apex.app/Frameworks/MapboxVisionSafetyNative.framework/MapboxVisionSafetyNative (0x10e956948) and /private/var/containers/Bundle/Application/FE0BAA12-4872-44F6-B10E-0AF0F250DE5C/Apex.app/Frameworks/MapboxVisionNative.framework/MapboxVisionNative (0x10a183bb8). One of the two will be used. Which one is undefined. objc[4197]: Class MBVSynchronizedObservable is implemented in both /private/var/containers/Bundle/Application/FE0BAA12-4872-44F6-B10E-0AF0F250DE5C/Apex.app/Frameworks/MapboxVisionSafetyNative.framework/MapboxVisionSafetyNative (0x10e956948) and /private/var/containers/Bundle/Application/FE0BAA12-4872-44F6-B10E-0AF0F250DE5C/Apex.app/Frameworks/MapboxVisionARNative.framework/MapboxVisionARNative (0x109b74d50). One of the two will be used. Which one is undefined.

Expected behavior

No warnings

Actual behavior

A clear and concise description of what you have experienced instead.

Screenshots

If applicable, add screenshots to help explain your problem.

Configuration

From Podfile.lock: MapboxVision (0.13.0): - MapboxMobileEvents (~> 0.10.2) - MapboxVisionNativeAll/Vision (= 0.13.0) - ZIPFoundation (~> 0.9.9)

  • MapboxVisionAR (0.13.0):
    • MapboxVision (= 0.13.0)
    • MapboxVisionNativeAll/AR (= 0.13.0)
  • MapboxVisionNativeAll (0.13.0):
    • MapboxVisionNativeAll/AR (= 0.13.0)
    • MapboxVisionNativeAll/Safety (= 0.13.0)
    • MapboxVisionNativeAll/Vision (= 0.13.0)
  • MapboxVisionNativeAll/AR (0.13.0):
    • MapboxVisionNativeAll/Vision
  • MapboxVisionNativeAll/Safety (0.13.0):
    • MapboxVisionNativeAll/Vision
  • MapboxVisionNativeAll/Vision (0.13.0):

avi-c avatar Sep 09 '20 17:09 avi-c