mapbox / mapbox-events-ios

Mapbox Events Framework for iOS
Other
20 stars 38 forks source link

🐞 [iOS] SPM doesn't compile when included in an application #265

Closed OdNairy closed 3 years ago

OdNairy commented 3 years ago

Configuration

Steps to Reproduce

  1. Open existing application OR create a new one
  2. Add https://github.com/mapbox/mapbox-events-ios SPM dependency though the native Xcode UI
  3. Add import MapboxMobileEvents somewhere in the project
  4. Try do build the app

Expected Build succeeded notification

Actual Build errors:

Logging Sample project with SPM issue image

/cc @frederoni