gpt4 book ai didi

ios - 在 iOS 中使用 cocoapods 安装 Google-API-Client 时出错

转载 作者:行者123 更新时间:2023-11-28 18:52:57 25 4
gpt4 key购买 nike

我在为我的 iOS 应用程序安装 Google-API-Client 时遇到问题,我在终端中收到以下错误。

[!] Error installing Google-API-Client [!] /usr/bin/svn export --non-interactive --trust-server-cert --force //google-api-objectivec-client.googlecode.com/svn/trunk/ -r 393 /var/folders/3w/401dr8w510vdwk_8x5d_yx1m0000gn/T/d20160531-21031-1o5mmpa

svn: E160013: Unable to connect to a repository at URL 'http://google-api-objectivec-client.googlecode.com/svn/trunk' svn: E160013: '//google-api-objectivec-client.googlecode.com/svn/trunk' path not found

我的 podfile 内容是:

# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'

target 'MyProject' do

pod 'Google-API-Client'

end

最佳答案

我终于找到了无法使用 cocoapods 安装 Google-API-Client 的解决方案。问题是我正在使用 Google-API-Client 的 cocoapods 文档中提到的“Google-API-Client”,但它已被弃用,或者它们的 podspec 发生了变化。所以我无法获得那个 pod。

因此,带有正确 Google-API-Client 的最终 podfile 如下所示

# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'

target 'MyProject' do

pod 'GoogleAPIClient'

end

关于ios - 在 iOS 中使用 cocoapods 安装 Google-API-Client 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37539317/

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