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

pod install error #13

Closed
cd5z opened this issue Mar 7, 2017 · 2 comments
Closed

pod install error #13

cd5z opened this issue Mar 7, 2017 · 2 comments
Assignees
Labels

Comments

@cd5z
Copy link

cd5z commented Mar 7, 2017

My 'Podfile':

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'XXX' do
  use_frameworks!
  pod 'Each', '~> 1.2'
end

And, pod install
the error is

[!] Unable to satisfy the following requirements:

- `Each (~> 1.2)` required by `Podfile`

None of your spec sources contain a spec satisfying the dependency: `Each (~> 1.2)`.

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.

but, if I delete pod 'Each', '~> 1.2'
the other pods is available

@cd5z
Copy link
Author

cd5z commented Mar 7, 2017

cocoapods version 1.2.0

@dalu93 dalu93 self-assigned this Mar 7, 2017
@dalu93 dalu93 added the bug label Mar 7, 2017
@dalu93
Copy link
Owner

dalu93 commented Mar 7, 2017

Thanks for opening this issue.
It seems that the latest version hasn't been pushed correctly on CocoaPods.

I just did it, please run pod repo update && pod install to fix your problem.

@dalu93 dalu93 closed this as completed Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants