【发布时间】:2016-08-06 05:16:50
【问题描述】:
我正在关注this 教程,但是当我运行时
pod install
在第 2 步第 6 部分中出现错误
[!] Unable to find a specification for `GooglePlaces`
知道为什么会发生这种情况吗?
更新: Podfile 看起来像:
source 'https://github.com/CocoaPods/Specs.git'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GoogleMaps'
pod 'GooglePlaces'
end
将YOUR_APPLICATION_TARGET_NAME_HERE 更改为我的目标名称。
【问题讨论】:
-
它的 quatation 问题我认为尝试 pod 'GooglePlaces' .. 将这些行从 docs 复制并粘贴到您的 podfile ... 不要自己写
-
@EICaptainv2.0 没用:(同样的错误。
标签: ios google-maps