Closed 1ec5 closed 5 years ago
The tests are failing consistently on Bitrise:
ExamplesUITests
✗ testEveryExample, Application state is still unknown for com.mapbox.examples (pid:2774)
ExamplesUITests
testEveryExample, Application state is still unknown for com.mapbox.examples (pid:2774)
ExamplesUITests.m:161
Executed 1 test, with 1 failure (0 unexpected) in 125.321 (125.327) seconds
xcode test exit code: 65
xcode test failed, error: exit status 65
Not the most informative test failure on CI, but if you run this locally you can figure out that it’s FeatureSelectionExample
(both ObjC and Swift) failing — it was updated to look for a v8 layer name, but the styles that use v8 data were backed out in 4.7.1.
Proposed a fix for this in #269.
/cc @captainbarbosa
Upgraded to map SDK v4.7.1, navigation SDK v0.28.0, and SwiftLint v0.30.1.
/cc @JThramer @friedbunny