mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
96 stars 35 forks source link

Update for Maps SDK 4.10.0 (release-liquid) #278

Closed jmkiley closed 5 years ago

friedbunny commented 5 years ago

Branches starting with ios-v* are now tested on Bitrise using our quality-assurance workflow, which runs testEveryExample on multiple Simulators from multiple vintages. This is inherently flaky due to the typical CI and UI testing constraints, but it works reasonably well... though it does take 35 minutes to complete.

You may see failures like:

Failed while resolving query: Error -25204 getting snapshot for element <AXUIElement 0x7f8c6761b0a0> {pid=5329} ExamplesUITests.m:173

This is a Simulator/XCUITest failure and doesn’t necessarily indicate anything about our SDK. It may also be triggered by https://github.com/mapbox/mapbox-gl-native/issues/14324. In either case, restart the CI job and cross your fingers.

friedbunny commented 5 years ago

Rebased this onto current master (31b42a0bda94a3fd8cd280a24941ffa817f57f24).

friedbunny commented 5 years ago

This was squash-merged, which erased the individual commits/history here — let’s avoid doing that to these omnibus PRs in the future.