-
Notifications
You must be signed in to change notification settings - Fork 159
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
is it published to cocoapods? #653
Comments
Hey @maxkomarychev! The search on cocoapods.org hasn't been working very well for a while. It seems to have some indexing issues. I don’t really see an error related to not finding the dependency in what you mentioned and the logs you shared. However, it could be that you don’t have the latest spec references downloaded. To fix that, you can run: pod install --verbose --repo-update
# Or you can run `pod repo update` before running `pod install` |
@ArielDemarco thanks for the confirmation! I think I know what happened - I was actually trying to install latest version (1.12.1) and it doesn't seem to be available in the Specs repo! Could you check that please? For now I ended up installing pod using podspec from git which worked fine. |
I see no automation regarding |
I am trying to install the library with cocoapods and it looks like it can't find the package:
also the search in cocoapods' website doesn't show the entry https://cocoapods.org/
empty search result
The text was updated successfully, but these errors were encountered: