Closed ghost closed 7 years ago
MapboxDirections.swift currently requires Polyline v4.1.1 because it’s still written in Swift 3.2, whereas Polyline v4.2.0 is written in Swift 4. Does your Podfile require v4.2.0 because it’s written in Swift 4?
Yes My project is converted in Swift 4.0
The Mapbox Navigation SDK is about to migrate to Swift 4 and upgrade to Polyline v4.2.0+: mapbox/mapbox-navigation-ios#663. The issue you’re running into will go away as soon as that happens, without any changes to this library. Since there aren’t any Polyline-specific changes to make, I’ll close this issue, but please keep an eye on the navigation SDK repository for updates.
[!] Unable to satisfy the following requirements:
Polyline (~> 4.2.0)
required byPodfile
Polyline (= 4.1.1)
required byMapboxDirections.swift (0.12.0)