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

Can't install from Cocoapaods #12

Open
randyhill opened this issue May 9, 2019 · 2 comments
Open

Can't install from Cocoapaods #12

randyhill opened this issue May 9, 2019 · 2 comments

Comments

@randyhill
Copy link

randyhill commented May 9, 2019

I'm getting the following cocopod error.

CocoaPods could not find compatible versions for pod "Eureka":
In snapshot (Podfile.lock):
Eureka (= 5.0.0, >= 4.0.0)

In Podfile:
Eureka

PostalAddressRow was resolved to 1.0.0, which depends on
  Eureka (~> 2.0.0-beta.1)

ViewRow (from `https://github.com/EurekaCommunity/ViewRow`) was resolved to 0.4.0, which depends on
  Eureka (>= 4.0.0)
@kfurb
Copy link

kfurb commented May 12, 2019

Try running pod update and see if that helps.

@ChaseC99
Copy link

Don't include , '~> 1.0' in your Podfile. Make sure the line is just pod 'PostalAddressRow'

I'm not sure why the README instructs us to use version 1.0. Doing so makes it incompatible with the latest version of Eureka.

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

3 participants