gpt4 book ai didi

github - Cocoapods和 fork 的 repo 问题

转载 作者:行者123 更新时间:2023-12-04 03:37:49 24 4
gpt4 key购买 nike

所以这是我的Podfile:

workspace 'WSPhoto.xcworkspace'
platform :ios, :deployment_target => "6.1"

xcodeproj 'WSPhoto'

pod 'Parse-iOS-SDK', '~> 1.2.17'
pod 'REActivityViewController', :git => 'https://github.com/ramsel/REActivityViewController.git', :commit => 'f027011e8159393cf678d7c67c408891b609a6ef'
pod 'SWTableViewCell', :git => 'https://github.com/ramsel/SWTableViewCell.git', :commit => '6f4e55e554c1b26ff3c850eb331273b536e4f900'
pod 'ELCImagePickerController', '~> 0.2.0'
pod 'ChimpKit'

我正在 fork 几个存储库,并根据上一个问题中的建议将Cocoapods指向我的 fork 的特定提交:

CocoaPods and GitHub forks

但是,我在 pod install --verbose上收到以下错误:
Fetching external sources
-> Pre-downloading: `REActivityViewController` from `https://github.com/ramsel/REActivityViewController.git`, commit `f027011e8159393cf678d7c67c408891b609a6ef`
> GitHub download
$ /usr/bin/git config core.bare
true
$ /usr/bin/git config core.bare
true
$ /usr/bin/git rev-list --max-count=1
f027011e8159393cf678d7c67c408891b609a6ef
fatal: bad object f027011e8159393cf678d7c67c408891b609a6ef
[!] Failed: /usr/bin/git rev-list --max-count=1
f027011e8159393cf678d7c67c408891b609a6ef
> Cloning to Pods folder
$ /usr/bin/git clone
"/Users/admin/Library/Caches/CocoaPods/GitHub/4a2fb7e9e50f5b0922a251d6b2763
d6d37629fda"
"/Users/admin/Dropbox/Apps/things/Pods/REActivityViewController"
Cloning into '/Users/admin/Dropbox/Apps/things/Pods/REActivityViewController'...
done.
Checking connectivity... done
$ /usr/bin/git checkout -b activated-pod-commit
f027011e8159393cf678d7c67c408891b609a6ef 2>&1
fatal: reference is not a tree: f027011e8159393cf678d7c67c408891b609a6ef
[!] Pod::Executable checkout -b activated-pod-commit f027011e8159393cf678d7c67c408891b609a6ef 2>&1

fatal: reference is not a tree: f027011e8159393cf678d7c67c408891b609a6ef

我尝试引用不同的 REActivityViewController分支,但存在相同的错误。我注释了我的podfile中的 REActivityViewController行,并且SWTableViewCell的fork安装良好。

因此,我认为这是我的 REActivityViewController分支所特有的,但并不是该分支中的特定提交所特有的。

最佳答案

所以这工作:

pod 'REActivityViewController',  :git => 'https://github.com/ramsel/REActivityViewController.git', :commit => 'f027011e8159393cf678d7c67c408891b609a6ef',  :branch => 'master'

我只需要添加:
:branch => 'master'

关于github - Cocoapods和 fork 的 repo 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21516342/

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