gpt4 book ai didi

ios - 找不到 GooglePlaces 的规范

转载 作者:可可西里 更新时间:2023-11-01 04:33:12 25 4
gpt4 key购买 nike

我正在关注 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 更改为我的目标名称。

最佳答案

这似乎对我有用:

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'WhatsOpen' do
pod 'GoogleMaps'
pod 'GooglePlacesAPI'
end

这是在尝试了 Nilesh Jha 的回答之后。

还说[!] GooglePlaces 已弃用,取而代之的是 GooglePlacesAPI所以我用“GooglePlacesAPI”替换了“GooglePlaces”,它看起来很满意。

关于ios - 找不到 GooglePlaces 的规范,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38800803/

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