gpt4 book ai didi

ios - Pod install private pods URI::InvalidURIError - 错误的 URI(不是 URI?)

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:19:48 30 4
gpt4 key购买 nike

我在 gitlab 上有一个 git repo,使用私有(private) pod 和其他公共(public) pod,下面是我的 Podfile

source 'git@gitlab.mycompany.com:cocoapods/cocoapodsspecs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '6.0'

target "main-project-target" do
....
end

我在 10.10 Yosemite 上有 2 台 mac,我在 gitlab 上克隆了我的项目,然后执行 pod install 以获取库。

第一个的配置如下:

CocoaPods : 0.34.4
Ruby : ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-darwin13.3.0]
RubyGems : 2.1.9
Host : Mac OS X 10.10 (14A389)
Xcode : 6.1 (6A1052d)
Git : git version 1.9.3 (Apple Git-50)
Ruby lib dir : /Users/a-user/.rvm/rubies/ruby-2.0.0-p481/lib
Repositories : my-project - git@gitlab.mycompany.com:cocoapods/cocoapodsspecs.git @4fff1c9692486e603edf643013f1136a762cdcdf
master - https://github.com/CocoaPods/Specs.git @ c9acfa46c81ffa93063a56d342afa7c0de71c345

它可以毫无问题地进行 pod 安装,包括我的私有(private) pod 在内的所有库都已安装好。

我的第二台mac是新的,安装pod安装不成功,一开始以为是系统默认ruby的问题,于是用homebrew安装了ruby,配置如下:

CocoaPods : 0.34.4
Ruby : ruby 2.0.0p594 (2014-10-27 revision 48167) [x86_64-darwin14.0.0]
RubyGems : 2.4.2
Host : Mac OS X 10.10 (14A389)
Xcode : 6.1 (6A1052d)
Git : git version 2.1.2
Ruby lib dir : /Users/a-user/.rvm/rubies/ruby-2.1.4/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 2a7c343fc975097c436c080765b736aefa5e2629

很明显cocoa pods没有找到我的private pod,报错信息是:

### Error

```
URI::InvalidURIError - bad URI(is not URI?):git@gitlab.mycompany.com:cocoapods/cocoapodsspecs.git

我还尝试安装 ruby​​ 2.0.0 以与我的旧 mac 保持一致,但我收到了相同的消息。

PS:我可以毫无问题地克隆我的私有(private) git 库。

我在 GitHub 上的 Cocoapods 问题中搜索了很多,比如 https://github.com/CocoaPods/Core/issues/82 ,但没有发现与我的情况相似的情况。

感谢任何帮助。提前谢谢你

最佳答案

我找到了解决方案,只需将私有(private)仓库添加到 Pods 即可:

pod repo add my-repo git@gitlab.mycompany.com:cocoapods/cocoapodsspecs.git

它确实与无效 url 无关,错误消息具有误导性。希望能帮到你

关于ios - Pod install private pods URI::InvalidURIError - 错误的 URI(不是 URI?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26641389/

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