gpt4 book ai didi

cocoapods - pod install - Podfile.lock 更新

转载 作者:行者123 更新时间:2023-12-04 13:00:08 24 4
gpt4 key购买 nike

我刚刚克隆了一个锁定了几个 pod 的项目。

经过 pod install我的 Podfile.lock 被修改了。

为什么 ?

难道它不应该只在我这样做时才更新 pod update ?

播客文件

platform :ios, '6.0'
pod 'SVProgressHUD', '~> 0.9'
pod 'Reachability', '~> 3.1.0'
pod 'UIDeviceAddition', '~> 1.0'
pod 'CorePlot', '~> 1.3'
pod 'RestKit', '~> 0.20'
pod 'ZipArchive', '~> 1.1.0'

^- 没变-^

差异

index c82dc53..e408a71 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - AFNetworking (1.3.2)
+ - AFNetworking (1.3.4)
- CorePlot (1.3)
- Reachability (3.1.1)
- RestKit (0.20.3):
@@ -32,14 +32,14 @@ DEPENDENCIES:
- ZipArchive (~> 1.1.0)

SPEC CHECKSUMS:
- AFNetworking: 7f9bcd7c287a75476cd5c61e82fd3380e93e4c54
- CorePlot: af8307dd1fc013b3d8d97f54db8de0de6d57af84
- Reachability: 2be6bc2fd2bd31d97f5db33e75e4b29c79e95883
# ...
+ AFNetworking: 80c4e0652b08eb34e25b9c0ff3c82556fe5967b4
+ CorePlot: f62846d49870dcb5a7fffa42f493faf836155578
+ Reachability: 8e9635e3cb4f98e7f825e51147f677ecc694d0e7
# ...

-COCOAPODS: 0.22.3
+COCOAPODS: 0.33.1

最佳答案

这可能由于各种原因而发生。例如,pod master repo 得到更新,有人在运行 pod repo update 后安装了 pods。 ,而在您的机器上,您仍然拥有旧版本的存储库。

或者,如果您更改 CocoaPods 也可能发生这种情况。工具版本。校验和改变了,这是绝对正常的。将新创建的校验和提交到存储库并继续使用该工具的较新版本。

关于cocoapods - pod install - Podfile.lock 更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23957407/

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