raphaelmor / Polyline

Polyline encoder / decoder in swift
MIT License
299 stars 50 forks source link

Facing an issues with PolyLine #48

Closed ghost closed 7 years ago

ghost commented 7 years ago

[!] Unable to satisfy the following requirements:

1ec5 commented 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?

ghost commented 7 years ago

Yes My project is converted in Swift 4.0

1ec5 commented 7 years ago

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.