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

Mapbox navigation libraries update

Open MarcoCarnevali opened this issue 4 years ago • 6 comments

It is possible to support the latest Mapbox-navigation version? Currently Mapbox vision it's using version 0.39.1 while the latest available is 0.40.0. MapboxDirections.swift it's also deprecated in favor of MapboxDirections

Thanks!

MarcoCarnevali avatar Jul 01 '20 10:07 MarcoCarnevali

Hey, @MarcoCarnevali. MapboxVision doesn't require MapboxNavigation as a dependency. However, we have a dependency conflict in MapboxMobileEvents which should be resolved in the next versions.

chezzdev avatar Jul 07 '20 15:07 chezzdev

@chezzdev yeah, the problem seems to be related to MapboxMobileEvents: MapboxNavigation (~> 0.40.0) depends on MapboxMobileEvents (~> 0.10.2) while MapboxVision depends on MapboxMobileEvents (~> 0.9.5)

MarcoCarnevali avatar Jul 07 '20 15:07 MarcoCarnevali

Facing the same dependency issue with MapboxMobileEvents.

ehsan-ff avatar Jul 10 '20 07:07 ehsan-ff

@chezzdev is there a timeline for this update?

MarcoCarnevali avatar Aug 02 '20 07:08 MarcoCarnevali

@chezzdev this is important to be able to integrate both Navigation and Vision on the same project. Is there any ETA for this issue?

gduranon avatar Aug 25 '20 01:08 gduranon

opened a PR to fix this issue: https://github.com/mapbox/mapbox-vision-ios/pull/337

MarcoCarnevali avatar Oct 03 '20 10:10 MarcoCarnevali