We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Unable to find a specification for 'EVURLCache'
master
Swift2.2
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'.
EVURLCache
https://github.com/evermeer/EVURLCache.git
objective-c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Podfile I specify
but get error message
Unable to find a specification for 'EVURLCache'
. When I specify another branches (master
orSwift2.2
) it worksIt actually finds branch but cannot download it for some reason, here is piece of log
The text was updated successfully, but these errors were encountered: