mapbox / mapbox-annotation-extension

Framework extensions that can be used with the Mapbox Maps SDK for iOS.
ISC License
11 stars 18 forks source link

Can't install using Cocoa Pods #72

Open alexmcelroy opened 3 years ago

alexmcelroy commented 3 years ago

Hello

I am trying to install using Cocoa pods, but there seems to be an issue with the deployment target. After running pod repo update && pod install I get Screen Shot 2020-09-16 at 1 26 02 AM

I have tried all the ios platforms from 9.0 to 14.0 and none have led to a successful installation. I created new projects both in the current Xcode (11.7) and Xcode 12 beta 6. Same issue in both Screen Shot 2020-09-16 at 1 28 03 AM

Any insight would be greatly appreciated

captainbarbosa commented 3 years ago

The MapboxAnnotationExtension currently only supports using the Mapbox-iOS-SDK through the last release of the 5.x.x series, as noted in the .podspec file.

The version of Mapbox-iOS-SDK being used in this project needs to be bumped to v6.0.0+ in order to used with that Maps SDK version. That work is moving in https://github.com/mapbox/mapbox-annotation-extension/pull/73/.