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

Install fail with Eureka 5.0 #67

Open
rainald opened this issue Apr 29, 2019 · 3 comments
Open

Install fail with Eureka 5.0 #67

rainald opened this issue Apr 29, 2019 · 3 comments

Comments

@rainald
Copy link

rainald commented Apr 29, 2019

I keep getting this error.

[!] CocoaPods could not find compatible versions for pod "ImageRow":
In Podfile:
ImageRow (~> 4.0.0)

None of your spec sources contain a spec satisfying the dependency: ImageRow (~> 4.0.0).

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default.

@mats-claassen
Copy link
Member

Did you run pod repo update?

@IssaMansour
Copy link

IssaMansour commented May 18, 2019

Are you sure it's not because you write pod 'ImageRow', '> 4.0.0' and not pod 'ImageRow', '> 4.0'?
Also, you don't have to add parentheses.

@rainald
Copy link
Author

rainald commented May 22, 2019

It was a new install of cocoa pods on the system and new install of Eureka and ImageRow. I did find a work around but the standard install doesn’t seem to work. I tried all of the above with same error.

This is what I used to get the install completed:

pod 'ImageRow', :git => 'https://github.com/EurekaCommunity/ImageRow.git'

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