我的项目是在 Objective c 中构建的。我的 podfile 如下:
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
我将 $(inherited) 设置为框架搜索路径,但是每当我尝试构建应用程序时,它都会向我显示错误 ld: framework not found MapboxGeocoder