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

Update Pod Spec to work with TVOS #194

Open
dzeitman opened this issue Oct 21, 2015 · 7 comments
Open

Update Pod Spec to work with TVOS #194

dzeitman opened this issue Oct 21, 2015 · 7 comments

Comments

@dzeitman
Copy link

Currently you can't use libPusher in a TVOS application.

Here's info on how to update Pod to handle TVOS.
http://blog.cocoapods.org/CocoaPods-0.39/

@hamchapman
Copy link
Contributor

There's a pull request for that here: #190

Looks like it can now be merged

@dzeitman
Copy link
Author

  • New to this... I updated cocoa pods --
    Now get this error:
    [!] The platform of the target APPNAME (tvOS 9.0) is not compatible with libPusher (1.6.1), which does not support tvos.

@hamchapman
Copy link
Contributor

That'll be because the pull request on libPusher isn't merged yet. If you want to try it out before it gets merged then add this to your Podfile:

pod 'libPusher', git: 'https://github.com/lukeredpath/libPusher.git', branch: 'add-tvos-support'

@dzeitman
Copy link
Author

Thanks!

There's quite a few pod libs out there that would be useful for TVOS.
I'm still new to cocoa pods and git. (rather I've been asleep)

What are the steps one would need to update other pod libs to work with
tvos ?

Dan

On Thu, Oct 22, 2015 at 2:40 AM, Hamilton Chapman [email protected]
wrote:

That'll be because the pull request on libPusher isn't merged yet. If you
want to try it out before it gets merged then add this to your Podfile:

pod 'libPusher', git: 'https://github.com/lukeredpath/libPusher.git', branch: 'add-tvos-support'


Reply to this email directly or view it on GitHub
#194 (comment)
.

@davisg123
Copy link

I'm getting 'The platform of the target Pods (tvOS 9.1) is not compatible with SocketRocket (0.4.1), which does not support tvos.' when I try the Podfile @hamchapman suggested

@hamchapman
Copy link
Contributor

Yeah, at the moment SocketRocket doesn't support tvOS (facebookincubator/SocketRocket#279).

I'll try and fix up that pull request and get the branch building on CI for SocketRocket and then we can update the dependency for libPusher and get it supported.

@hamchapman
Copy link
Contributor

#190 will fix this, although relevant to that is #219

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

3 participants