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

Willow 2.0 not available on cocoapods #17

Closed
scottdelly opened this issue Sep 8, 2016 · 2 comments
Closed

Willow 2.0 not available on cocoapods #17

scottdelly opened this issue Sep 8, 2016 · 2 comments
Assignees

Comments

@scottdelly
Copy link

Hey guys, I'm super excited to start using willow, however I just ran into a small roadblock I thought you might like to know about.

Podfile:

source 'https://github.com/CocoaPods/Specs.git'
project 'CCRewards'

target 'CCRewards' do
    platform :ios, '8.0'
    use_frameworks!

    pod 'Willow', '~> 2.0'
    pod 'Reveal-iOS-SDK', :configurations => ['Debug']

end

Cocoapods (1.0.1) output:

Analyzing dependencies
[!] Unable to satisfy the following requirements:

- `Willow (~> 2.0)` required by `Podfile`

None of your spec sources contain a spec satisfying the dependency: `Willow (~> 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.

I ran pod repo update but that did not fix the issue

Willow on cocoapods.org:
https://cocoapods.org/pods/Willow
Shows version is 1.1.0

Thanks in advance for your help and all your hard work!

@scottdelly
Copy link
Author

Workaround is to change podfile to say:
pod 'Willow', :git => 'https://github.com/Nike-Inc/Willow.git'

@cnoon
Copy link
Member

cnoon commented Sep 9, 2016

First off, glad you're psyched to use it...we're psyched to have you use it! It looks like you've managed to figure out the solution which is awesome. The reason it isn't published yet is that there's a bug in CocoaPods that is blocking us from being able to push up the podspecs for 1.2.0 and 2.0.0. Instead, you'll need to manually point to the repo as you have already figured out.

We'll push them up as soon as the CocoaPods issue is resolved. They are actively working on fixing the issue now.

Cheers. 🍻

@cnoon cnoon closed this as completed Sep 9, 2016
@cnoon cnoon self-assigned this Sep 9, 2016
@cnoon cnoon changed the title Willow 2.0 not available on cocoapds Willow 2.0 not available on cocoapods Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants