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 pod install with Cocoapods 1.0.0 #6

Closed
mbeaty opened this issue May 10, 2016 · 5 comments
Closed

Can't pod install with Cocoapods 1.0.0 #6

mbeaty opened this issue May 10, 2016 · 5 comments

Comments

@mbeaty
Copy link

mbeaty commented May 10, 2016

I'm not a Cocoapods expert, but I assume the pod spec for this library needs to be updated to work with Cocoapods 1.0. In any event, I only got 'pod install' to work by using Cocoapods 0.39.

@BalestraPatrick
Copy link
Owner

BalestraPatrick commented May 11, 2016

Hey! I installed CocoaPods 1.0.0 and I don't have any issue running pod install. Can you please describe your output?

@mbeaty
Copy link
Author

mbeaty commented May 11, 2016

Here you go:

➜ RealmVideo git:(master) ✗ pod --version
1.0.0
➜ RealmVideo git:(master) ✗ pod install
Re-creating CocoaPods due to major version update.
Analyzing dependencies
[!] Unable to satisfy the following requirements:

  • Ji (~> 1.2.0) required by Podfile
  • Ji (= 1.2.0) required by Podfile.lock

None of your spec sources contain a spec satisfying the dependencies: Ji (~> 1.2.0), Ji (= 1.2.0).

You have either:

  • out-of-date source repos which you can update with pod 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.

@BalestraPatrick
Copy link
Owner

Have you tried removing the Podfile.lock file and then doing pod install?

@BalestraPatrick
Copy link
Owner

You should try with 801a56e which I just pushed. I notice that by doing pod install on my machine it bumped the CocoaPods version to 1.0.0 and a bunch of other files. Let me know if that fixes your issue.

@BalestraPatrick
Copy link
Owner

@mbeaty Were you able to fix the issue?

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