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

[Bug]: Incompatible with mapbox-search-ios v2 #4643

Closed
jvanderwee opened this issue May 8, 2024 · 2 comments
Closed

[Bug]: Incompatible with mapbox-search-ios v2 #4643

jvanderwee opened this issue May 8, 2024 · 2 comments

Comments

@jvanderwee
Copy link

Mapbox Navigation SDK version

3.0.2

Steps to reproduce

Install latest versions of mapbox-search-ios and mapbox-navigation-ios using SPM

Expected behavior

Package resolution succeeds

Actual behavior

Package resolution fails:

'search-ios' is incompatible with 'mapbox-navigation-ios' because 'search-ios' 2.0.1 depends on 'mapbox-common-ios' 24.4.0-beta.2..<25.0.0 and 'mapbox-navigation-ios' 3.0.2 depends on 'mapbox-common-ios' 24.3.1.

Is this a one-time issue or a repeatable issue?

repeatable

@jvanderwee jvanderwee added the bug Something isn’t working label May 8, 2024
@kried
Copy link
Contributor

kried commented May 10, 2024

Hi @jvanderwee

The Search SDK 2.0.1 depends on the pre-release Common SDK version 24.4.0-beta.2. This version is too new for the Navigation SDK. From what I see, at the moment only Search SDK 2.0.0-rc.3 can be used together with Nav SDK v3.

Our next pre-release Nav SDK iOS 3.1.0-rc.1 will use the updated pre-release of the Common SDK.

@kried kried removed the bug Something isn’t working label May 13, 2024
@kried
Copy link
Contributor

kried commented May 14, 2024

Hi @jvanderwee
Please use the latest Search SDK v2.0.3 which is compatible with Nav SDK v3.0.2.

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