question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mapbox-iOS-SDK to 6.0

See original GitHub issue

Describe the bug
I’m using MapboxNavigation iOS SDK as a native module inside my react native project , I want to upgrade it from 0.4 to 1.4 after run pod install I got the below error

CocoaPods could not find compatible versions for pod "Mapbox-iOS-SDK":
  In Podfile:
  MapboxNavigation (~> 1.4) was resolved to 1.4.0, which depends on Mapbox-iOS-SDK (~> 6.0)
 react-native-mapbox-gl (from `../node_modules/@react-native-mapbox-gl/maps`) was resolved to 8.1.0, which depends    on Mapbox-iOS-SDK (~> 5.9.0)

To Reproduce

  1. add pod ‘MapboxNavigation’, ‘~> 1.4’ inside pod file
  2. run pod install

Versions (please complete the following information):

  • Platform: [ iOS]
  • Platform OS: [iOS 14.4]
  • Device: [e.g. iPhone8+]
  • Emulator/ Simulator: [yes]
  • Dev OS: [11.2.2]
  • react-native-mapbox-gl Version [8.1.0]
  • React Native Version [e.g. 0.63.4]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
ferdicuscommented, Jun 18, 2021

hi there, assuming, that you’re using the default SDK version (as evident from your logs [5.9.0]) for this repo. You’ll have to follow the installation steps on how to increase the iOS SDK within our installation guide.

1reaction
ghadeeraqraa1992commented, Jun 21, 2021

have you checked the issues, there are some similar open/ closed issues. Are you on an M1 machine?

yeah I checked the issues and I tried all the solution . what do you mean with M1 machine?

new macbook, with an m1 chipset

No

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maps SDK for iOS v6 - Mapbox docs
The Mapbox Navigation SDK for iOS provides a high-quality user experience out of the box, so you don't have to send your users...
Read more >
Mapbox Maps SDK for iOS
The Mapbox Maps SDK for iOS is an open-source framework for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch ......
Read more >
API Reference | Maps SDK | iOS - Mapbox docs
The Mapbox Maps SDK for iOS is a library for embedding highly customized maps within iOS applications. v10.9.1 latest. Prerelease.
Read more >
Installation | Maps SDK | iOS - Mapbox docs
Mapbox provides the Maps SDK via Swift Package Manager, CocoaPods and direct download. You can choose whichever you prefer. ... Mapbox Maps can...
Read more >
API Reference | Maps SDK v6 | iOS - Mapbox docs
The Mapbox Maps SDK for iOS is a library for embedding highly customized maps within iOS applications. v10.10.0 latest. Previous versions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found