2
如何僅爲一個吊艙使用use_frameworks!
?因爲當我將use_frameworks!
轉換爲pod文件時,GoogleMaps不起作用。 我podfile:Alamofire和GoogleMaps吊艙
target ‘somename’ do
#source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘9.3’
pod 'GoogleMaps'
pod 'Alamofire', '~> 3.4'
end
謝謝!我決定手動添加Alamofire,它的工作原理雖然看起來很醜。 – Ookey
是的,但手動您將避免使用依賴管理器作爲Cocoapods的所有好處。我不知道Google何時計劃更新Google地圖,但我認爲它會丟失iOS圖書館的iOS使用者,但... –