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 ARCore (~> 1.2.1) #6

Closed
arunabhdas opened this issue May 31, 2018 · 2 comments
Closed

[!] Unable to find a specification for ARCore (~> 1.2.1) #6

arunabhdas opened this issue May 31, 2018 · 2 comments

Comments

@arunabhdas
Copy link

arunabhdas commented May 31, 2018

My Podfile looks as follows

=> cat Podfile target '<redacted>' platform :ios, '11.0' pod 'ARCore', '~> 1.2.1' pod 'Firebase/Core', '~> 4.11' pod 'Firebase/Database', '~> 4.11'

When I run pod install, I get the folllowing error :

==> pod install Analyzing dependencies [!] Unable to find a specification for ARCore (~> 1.2.1)``

@sammcd
Copy link
Contributor

sammcd commented May 31, 2018

Since 1.2.1 was released yesterday, it is possible that your local Cocaopods repo does not know about it yet.

Would you mind running pod repo update and then trying pod install again?

Thanks!

@sammcd
Copy link
Contributor

sammcd commented Jun 1, 2018

Marking this as closed, but if you continue to have issues feel free to reopen.

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

2 participants