Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find a specification for 'EVURLCache' when trying to use 'objective-c' branch #70

Open
schmidt9 opened this issue Mar 22, 2021 · 0 comments

Comments

@schmidt9
Copy link
Contributor

schmidt9 commented Mar 22, 2021

In Podfile I specify

pod 'EVURLCache', :git => 'https://github.com/evermeer/EVURLCache.git', :branch => 'objective-c'

but get error message Unable to find a specification for 'EVURLCache'. When I specify another branches (master or Swift2.2) it works

It actually finds branch but cannot download it for some reason, here is piece of log

Fetching external sources
-> Pre-downloading: EVURLCache from https://github.com/evermeer/EVURLCache.git, branch objective-c
$ /usr/local/bin/git ls-remote https://github.com/evermeer/EVURLCache.git objective-c
86a47fa refs/heads/objective-c
Git download
Git download
$ /usr/local/bin/git clone https://github.com/evermeer/EVURLCache.git
/var/folders/xf/3rv7br2s35q7v86p3p2dnly00000gp/T/d20210322-29425-i53yak --template=
Клонирование в «/var/folders/xf/3rv7br2s35q7v86p3p2dnly00000gp/T/d20210322-29425-i53yak»…
$ /usr/local/bin/git -C /var/folders/xf/3rv7br2s35q7v86p3p2dnly00000gp/T/d20210322-29425-i53yak checkout
--quiet 86a47fa
[!] Unable to find a specification for 'EVURLCache'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant