1

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

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Aakil Ladhani
  • 984
  • 9
  • 32

0 Answers0