Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install using Cocoa Pods #72

Open
alexmcelroy opened this issue Sep 16, 2020 · 1 comment
Open

Can't install using Cocoa Pods #72

alexmcelroy opened this issue Sep 16, 2020 · 1 comment

Comments

@alexmcelroy
Copy link

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
Copy link
Contributor

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 #73.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants