diff --git a/MapboxCoreNavigation/NavigationServiceDelegate.swift b/MapboxCoreNavigation/NavigationServiceDelegate.swift index 8515507f46a..1e873c5870d 100644 --- a/MapboxCoreNavigation/NavigationServiceDelegate.swift +++ b/MapboxCoreNavigation/NavigationServiceDelegate.swift @@ -1,7 +1,6 @@ import Foundation import CoreLocation import MapboxDirections -import Logging /** A navigation service delegate interacts with one or more `NavigationService` instances (such as `MapboxNavigationService` objects) during turn-by-turn navigation. This protocol is the main way that your application can synchronize its state with the SDK’s location-related functionality. Each of the protocol’s methods is optional. diff --git a/MapboxCoreNavigation/UnimplementedLogging.swift b/MapboxCoreNavigation/UnimplementedLogging.swift index 21b2180ffc0..b3eac888a43 100644 --- a/MapboxCoreNavigation/UnimplementedLogging.swift +++ b/MapboxCoreNavigation/UnimplementedLogging.swift @@ -1,5 +1,5 @@ import Foundation -import Logging +import os.log public protocol UnimplementedLogging {