Mapbox Geocoder framework not found

236 Views Asked by At

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

0

There are 0 best solutions below