mapbox / MapboxStatic.swift

Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
https://www.mapbox.com/api-documentation/?language=Swift#static
Other
188 stars 31 forks source link

MBSnapshot is implemented in both MobileBackup and MapboxStatic #105

Closed dimazen closed 3 years ago

dimazen commented 3 years ago

Hello, Mapbox team! I've encountered a following issue on iOS 13.5:

objc[5073]: Class MBSnapshot is implemented in both /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup (0x1f4d85af8) and /private/var/[redacted]/Frameworks/MapboxStatic.framework/MapboxStatic (0x109100ee8). One of the two will be used. Which one is undefined.

Can you please rename your class somehow to have either a three-letter prefix or a different name? From the Guidelines looks like that Apple has reserved a two-letter prefixes for their own frameworks :/

Frederikdam commented 3 years ago

+1

1ec5 commented 3 years ago

Duplicate of #86.