mapbox / mapbox-directions-swift

Traffic-aware directions and map matching in Swift on iOS, macOS, tvOS, watchOS, and Linux
https://www.mapbox.com/navigation/
ISC License
181 stars 87 forks source link

Pin polyline #741

Closed S2Ler closed 1 year ago

S2Ler commented 1 year ago

Carthage is broken due to Polyline dropping iOS support.

Carthage doesn't with Xcode 13.4.1, because MapboxDirections still support iOS 10 and Carthage tries to build all architectures, including armv7 which is not supported by Polyline anymore.