【发布时间】:2017-07-20 02:34:05
【问题描述】:
此 podfile 中应用程序目标名称中的内容。我从 ios google maps sdk 的 google 入门网站中提取了这个。在 Xcode 中哪里可以找到它?
source 'https://github.com/CocoaPods/Specs.git'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GoogleMaps'
pod 'GooglePlaces'
end
【问题讨论】: