Cocoapods中的安装错误

时间:2016-07-18 05:08:12

标签: ios google-maps-api-3 cocoapods

我正在尝试为我的项目安装cocoapods。我按照这些步骤

enter image description here

但它在podfile中显示0个依赖项。谁能告诉我该怎么办?并指导我如何为我的项目安装Google API,以便在tableview中显示地点列表。

更新的问题

我还尝试了以下步骤,但仍然无法正常工作 -

enter image description here

enter image description here

现在真的很疯狂。无法找到错误。并且想到我哪里错了???

2 个答案:

答案 0 :(得分:1)

1.编辑Podfile并添加以下行。

source 'https://github.com/CocoaPods/Specs.git'

pod 'GoogleMaps'

2.保存Podfile。 3.然后找到您的项目路径并使用命令

pod install

点击链接以供参考

https://developers.google.com/maps/documentation/ios-sdk/start

答案 1 :(得分:0)

如果您打开任何Xcode Project you must close all Xcode project that is already open,然后尝试Pod Install命令,肯定有效

<强>更新

在此命令之后pod init键入此命令以使用Xcode打开Podfile进行编辑:

打开-a Xcode Podfile

然后您需要添加pod 'GoogleMaps'或您需要的任何内容,请参阅附件图片以供参考enter image description here

要进行整合,请参阅this