mapbox-navigation-ios icon indicating copy to clipboard operation
mapbox-navigation-ios copied to clipboard

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

Open jvanderwee opened this issue 9 months ago • 1 comments

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 avatar May 08 '24 08:05 jvanderwee

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 avatar May 10 '24 10:05 kried

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

kried avatar May 14 '24 14:05 kried