mapbox/mapbox-navigation-ios

[Bug]: Swift Package Manager - incompatible with Maps 11.0.0

denhams opened this issue ยท 7 comments

Mapbox Navigation SDK version

2.17.0

Steps to reproduce

In Xcode, update or add the Mapbox Maps Package version 11.0.0.

Expected behavior

Mapbox Maps 11.0.0 and Mapbox Navigation packages 2.17.0 should be installed.

Actual behavior

Failed to resolve dependencies Dependencies could not be resolved because root depends on 'mapbox-navigation-ios' 2.17.0.
'mapbox-navigation-ios' 2.17.0 cannot be used because 'mapbox-navigation-ios' 2.17.0 depends on 'mapbox-maps-ios' 10.16.1..<11.0.0 and root depends on 'mapbox-maps-ios' 11.0.0.

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

repeatable

same problem in cocoapods

Nav SDK v2.17 does not support Maps SDK v11. You can use the Nav SDK v2.17 together with Maps SDK v10.16.3.

We plan to add support for the v11 Maps SDK to the new version of the Navigation SDK. We will provide detailed information about this update soon.

@kried Hey do you have an estimated timeline on when it will be updated?

Hello @kried Do you have an estimated live timeline ?

@kried , any update? Your original response said "We will provide detailed information about this update soon." It's now 4 months later.

Hi
You can try to migrate to the v3.0.1 Nav SDK to adopt the Maps SDK v11.

Thanks, that seems to work okay.