Add "Build Example Project" to CI #179
ios.yml
on: pull_request
Code Style
13s
Build and Test
2m 5s
Annotations
4 errors and 11 warnings
Build and Test:
Users/runner/Library/Developer/Xcode/DerivedData/maplibre-navigation-ios-hhzdlvuzrvhpkqeeyosfusshpdjz/SourcePackages/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework#L1
While building for macOS, no library for this platform was found in '/Users/runner/Library/Developer/Xcode/DerivedData/maplibre-navigation-ios-hhzdlvuzrvhpkqeeyosfusshpdjz/SourcePackages/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapboxNavigation' from project 'maplibre-navigation-ios')
|
Build and Test:
Users/runner/Library/Developer/Xcode/DerivedData/maplibre-navigation-ios-hhzdlvuzrvhpkqeeyosfusshpdjz/SourcePackages/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework#L1
While building for macOS, no library for this platform was found in '/Users/runner/Library/Developer/Xcode/DerivedData/maplibre-navigation-ios-hhzdlvuzrvhpkqeeyosfusshpdjz/SourcePackages/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibre' from project 'MapLibre Native')
|
Build and Test:
Users/runner/Library/Developer/Xcode/DerivedData/maplibre-navigation-ios-hhzdlvuzrvhpkqeeyosfusshpdjz/SourcePackages/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework#L1
While building for macOS, no library for this platform was found in '/Users/runner/Library/Developer/Xcode/DerivedData/maplibre-navigation-ios-hhzdlvuzrvhpkqeeyosfusshpdjz/SourcePackages/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapboxNavigationObjC' from project 'maplibre-navigation-ios')
|
Build and Test
Process completed with exit code 65.
|
Code Style:
MapboxNavigation/CarPlayManager.swift#L572
FIXMEs should be resolved (Unable to tilt map during rout...) (todo)
|
Code Style:
MapboxNavigation/InstructionPresenter.swift#L239
FIXMEs should be resolved (Can we work with the image dir...) (todo)
|
Code Style:
MapboxNavigation/NavigationMapView.swift#L746
TODOs should be resolved (Change to point-based distance...) (todo)
|
Code Style:
MapboxNavigation/CarPlayNavigationViewController.swift#L267
TODOs should be resolved (handle lanes.) (todo)
|
Code Style:
MapboxNavigation/CarPlayNavigationViewController.swift#L294
TODOs should be resolved (no such method exists, and the...) (todo)
|
Code Style:
MapboxCoreNavigation/NavigationSettings.swift#L79
Prefer the new block based KVO API with keypaths when using Swift 3.2 or later (block_based_kvo)
|
Code Style:
MapboxCoreNavigation/RouteProgress.swift#L26
TODOs should be resolved (Set stepIndex to 0 or last ind...) (todo)
|
Code Style:
MapboxCoreNavigation/DistanceFormatter.swift#L112
`where` clauses are preferred over a single `if` inside a `for` (for_where)
|
Code Style:
MapboxCoreNavigation/RouteController.swift#L667
Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
Code Style:
MapboxCoreNavigation/RouteController.swift#L175
An object should only remove itself as an observer in `deinit` (notification_center_detachment)
|
Build and Test
xcbeautify 2.4.0 is already installed and up-to-date.
To reinstall 2.4.0, run:
brew reinstall xcbeautify
|