mapbox/mapbox-vision-ios

Mapbox navigation libraries update

MarcoCarnevali opened this issue ยท 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!

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 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)

Facing the same dependency issue with MapboxMobileEvents.

@chezzdev is there a timeline for this update?

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

opened a PR to fix this issue: #337