【发布时间】:2015-12-02 18:29:09
【问题描述】:
我无法使用可可豆荚安装 google api
这是我的豆荚:
platform :ios, '8.0'
use_frameworks!
target 'testGoogleFacebook' do
pod 'Google-API-Client', '~> 1.0'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
end
它完美地安装了 Facebook,但使用 Google 我得到了这个:
[!] Error installing Google-API-Client
[!] /usr/local/bin/svn export --non-interactive --trust-server-cert --force http://google-api-objectivec-client.googlecode.com/svn/trunk/ -r 422 /var/folders/kk/fyg7f_cx1pxfxh6p377c48rw0000gn/T/d20150907-5479-kgjbk4
如何安装呢?我只需要在 Gmail 范围内使用 Google 登录
非常感谢!
【问题讨论】:
标签: ios cocoa google-api cocoapods gmail-api