gpt4 book ai didi

ios - 如何使用 cocoa pod 安装 Google Api

转载 作者:行者123 更新时间:2023-12-03 16:45:42 24 4
gpt4 key购买 nike

我无法使用 cocoa pods 安装 google api

这是我的 Pod:

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 登录

非常感谢!

最佳答案

检查您的 SVN 版本

svn --version

我的是1.6.9

最终删除了当前版本

rm '/usr/local/bin/svn'

然后安装更新版本

brew install subversion

它似乎可以与安装的 1.8.13 一起使用

关于ios - 如何使用 cocoa pod 安装 Google Api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32434616/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com