gpt4 book ai didi

ios - 如何在 iOS App Swift 中更新 Pod

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:26:59 24 4
gpt4 key购买 nike

我有一个 pod 文件如下 -

# 取消注释此行以为您的项目定义一个全局平台

平台:ios, '8.0'

来源'https://github.com/CocoaPods/Specs.git'

目标'OSLMobile'做

pod 'AFNetworking'

pod 'libPhoneNumber-iOS', '~> 0.8'

结束

目标'OSLMobileTests'做

pod 'AFNetworking'

pod 'libPhoneNumber-iOS', '~> 0.8'

结束

我想更新库“libPhoneNumber-iOS”。为此,我将进入我的项目目录并输入pod 更新 libPhoneNumber-iOS

但这给了我错误-

[!] 无法添加带有 url 的源 https://github.com/CocoaPods/Specs.git 命名大师。您可以尝试在 ~/.cocoapods/repos 或通过 pod repo add 手动添加它。

能否请一些人帮助我如何更新 libPhoneNumber-iOS

其他细节 - XCode 8.0、Swift 2.3

谢谢。

最佳答案

运行 pod init

如果你得到 [!] Existing Podfile found in Directory

转到 ~/.cocoapods/repos 并运行 git clone https://github.com/CocoaPods/Specs.git master

然后运行你的

pod 更新 libPhoneNumber-iOS

Reference

关于ios - 如何在 iOS App Swift 中更新 Pod,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40713457/

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