I have installed Mapbox using cocoapods. The frameworks were also attached to my project. However, in my viewController I am unable to import MapboxDirections and MapboxNavigation. I am only able to import Mapbox. Why is this happening?
The podfile content is:
# Uncomment the next line to define a global platform for your project
platform :ios, '11.1'
target 'TurnbyTurnMapBox' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for TurnbyTurnMapBox
pod 'MapboxNavigation', '~> 0.9'
end