-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require map SDK v5.5.0 in v0.37.x #2301
Conversation
After this change is merged into the release-v0.37 branch, we’ll cherry-pick it into the release-v0.38 branch and release both v0.37.1 and v0.38.2. |
I’m baffled that the Xcode_10.2_iOS_12.2_CP_install bot is repeatedly failing to |
The errors were caused by running |
Cherry-picked into the release-v0.38 branch as dd311e5. |
@@ -1,4 +1,4 @@ | |||
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "5.2.0" | |||
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "5.5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I must’ve either hand-edited this file or run it while experimenting with an ==
operator in the Cartfile, but the tadpole operator would actually resolved to v5.6.1. Fixed in #2317.
This change disallows versions of the map SDK beyond v5.5.x. It targets the v0.37.x release series.
/ref #2299
/cc @mapbox/navigation-ios @mapbox/maps-ios