My project is build in Objective c. My podfile is as below:
platform :ios, '9.0'
target 'Traget1' do
use_frameworks!
pod 'GooglePlaces'
pod 'Mapbox-iOS-SDK', '~> 5.1'
pod 'MapboxGeocoder.swift', '~> 0.11'
end
target 'Traget2' do
use_frameworks!
pod 'GooglePlaces'
pod 'Mapbox-iOS-SDK', '~> 5.1'
end
I have $(inherited) set as the framework search path but whenever I try to build the app it shows me the error ld: framework not found MapboxGeocoder