mapbox / mapbox-vision-ios

61 stars 26 forks source link

Mapbox navigation libraries update #322

Open MarcoCarnevali opened 4 years ago

MarcoCarnevali commented 4 years ago

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!

chezzdev commented 4 years ago

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.

MarcoCarnevali commented 4 years ago

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

ehsan-ff commented 4 years ago

Facing the same dependency issue with MapboxMobileEvents.

MarcoCarnevali commented 4 years ago

@chezzdev is there a timeline for this update?

gduranon commented 4 years ago

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

MarcoCarnevali commented 3 years ago

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