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

Strange issue on pod update #48

Closed
jessejamesrich opened this issue Jan 4, 2016 · 4 comments
Closed

Strange issue on pod update #48

jessejamesrich opened this issue Jan 4, 2016 · 4 comments

Comments

@jessejamesrich
Copy link

The platform of the target `Pods` (tvOS 9.0) is not compatible with `KSDeferred (0.3.0)`, which does not support `tvos`.

But it seems to be included in the podspec.

@briancroom
Copy link
Contributor

Hey @jessejamesrichard, it looks like there hasn't been a new release cut or pushed to trunk since tvOS support was added to the podspec. If @kseebaldt has some time, maybe he could cut a release for you?

In the meantime you should be able to point to the master branch in your Podfile instead of letting CocoaPods select a release:

pod 'KSDeferred', :git => 'https://github.com/kseebaldt/deferred.git'

@jessejamesrich
Copy link
Author

Thanks very much. Note the same thing on Cedar. Thoughts on the proper git for that since the podfile is reflective as well?

@briancroom
Copy link
Contributor

Oh, right. IIRC CocoaPods' tvOS support was still in beta when the last Cedar release occurred so the processed podspec didn't include that platform. The same technique should work there:

pod 'Cedar', :git => 'https://github.com/pivotal/cedar.git'

@jessejamesrich
Copy link
Author

Gotcha.

Thanks!

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