Skip to content

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

@schmidt9

Description

@schmidt9

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions