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
183 stars 88 forks source link

Update to Turf `v2.6.0-beta.1`. #757

Closed MaximAlien closed 1 year ago

MaximAlien commented 1 year ago

Xcode 14 is unable to lint Mapbox Directions when running:

$ pod spec lint MapboxDirections-pre.podspec --verbose

because of incorrect deployment target in Turf.

Update to Turf v2.6.0-beta.1 aims to resolve this issue.

Cocoapods linting with Xcode 13.2.1 works fine.

kried commented 1 year ago

@MaximAlien I guess this pull request might be closed since the version is already updated to 2.6.1 in #761, right?

MaximAlien commented 1 year ago

@MaximAlien I guess this pull request might be closed since the version is already updated to 2.6.1 in #761, right?

Yep, it can be closed.