gpt4 book ai didi

ios - 更新 CocoaPod

转载 作者:行者123 更新时间:2023-12-01 18:44:24 26 4
gpt4 key购买 nike

我在我的 xcode 工作区中使用 GoogleMaps pod。

我关注了https://developers.google.com/maps/documentation/ios-sdk/start#step_1_get_the_latest_version_of_xcode大约一年前的设置。

我有一台新电脑,当我打开我的工作区项目时,我得到

Podfile.lock: No such file or directory
Manifest.lock: No such file or directory
"The sandbox is not in sync with the Podfile.lock. Run pod install or update your Cocoapods installation.

我更新了我的 cocoapods 安装。

然后我运行了 pod update。还有 pod 安装。在这两种情况下,我都会继续收到一条消息:
 ! The dependency 'GoogleMaps' is not used in any concrete target.

我正在使用的 podfile:
source 'https://github.com/CocoaPods/Specs.git'
pod 'GoogleMaps'

最后,我尝试删除 podfile 和 Pods 文件夹并运行 pod install ,但仍然收到该错误消息。我已经使用 8.1 和 9.0 的平台 ios 目标进行了尝试。

最佳答案

通过在你的系统上重新安装 cocoapods,我猜你下载了它的更新版本,所以 Podfile 语法改变了一点,你缺少的是目标,你可以阅读更多关于这个 here

所以在你的情况下,它会是这样的:

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

target 'App target'
pod 'GoogleMaps'

只需运行 pod install在那之后,仅此而已。

关于ios - 更新 CocoaPod,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37577887/

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