mapbox / mapbox-events-ios

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

🐞 [iOS] Cocoa pods installation missing CoreLocation #207

Open RubenVot opened 4 years ago

RubenVot commented 4 years ago

Configuration

Steps to Reproduce

  1. Create new project
  2. Add mapboxsdk
  3. Run pod install

Expected Project compiles

Logging

Screenshot 2020-05-13 at 16 30 00
RubenVot commented 4 years ago

Got the project compiling replacing #import <CoreLocation/Corelocation.h> with @import CoreLocation in MMEMetrics.h Looks like you have a problem with your modules.

alfwatt commented 4 years ago

@RubenVot thanks for the report, we'll have a look and see if we can get a patch release out with fixed up module imports