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

Enable tvOS support #653

Closed
wants to merge 2 commits into from
Closed

Enable tvOS support #653

wants to merge 2 commits into from

Conversation

Eke
Copy link
Contributor

@Eke Eke commented Nov 1, 2017

Hello!

I re-enabled tvOS support which was disabled by this commit.

At this moment everything works fine locally, but if there are some more details i need to know, please let me know. We have the project which needs tvOS support, so i'm ready to take this part over and fix everything.

@CLAassistant
Copy link

CLAassistant commented Nov 1, 2017

CLA assistant check
All committers have signed the CLA.

@ghost
Copy link

ghost commented Nov 1, 2017

🚫 CI failed with log

Copy link
Member

@nguyenhuy nguyenhuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Eke Thanks for volunteering to handle tvOS support. Here is the first issue reported by CI:

- ERROR | [Texture/Core, Texture/PINRemoteImage, Texture/IGListKit, and more...] xcodebuild:  /Users/Shared/buildkite/builds/iosf-garrett-VMrmmvuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Source/tvOS/ASImageNode+tvOS.m:31:10: error: no visible @interface for 'ASControlNode' declares the selector 'touchesBegan:withEvent:'
    - ERROR | [Texture/Core, Texture/PINRemoteImage, Texture/IGListKit, and more...] xcodebuild:  /Users/Shared/buildkite/builds/iosf-garrett-VMrmmvuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Source/tvOS/ASImageNode+tvOS.m:67:10: error: no visible @interface for 'ASControlNode' declares the selector 'touchesMoved:withEvent:'
    - ERROR | [Texture/Core, Texture/PINRemoteImage, Texture/IGListKit, and more...] xcodebuild:  /Users/Shared/buildkite/builds/iosf-garrett-VMrmmvuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Source/tvOS/ASImageNode+tvOS.m:132:10: error: no visible @interface for 'ASControlNode' declares the selector 'touchesEnded:withEvent:'

I think you need #import <AsyncDisplayKit/ASDisplayNode+Subclasses.h> in ASImageNode+tvOS.m.

@Eke
Copy link
Contributor Author

Eke commented Nov 2, 2017

Thanks @nguyenhuy !

Strange, it was working locally.

I will take a look ASAP and will fix it.

@ghost
Copy link

ghost commented Dec 5, 2017

🚫 CI failed with log

@Adlai-Holler
Copy link
Member

Superseded by #728 Thanks @Eke!

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

Successfully merging this pull request may close these issues.

None yet

4 participants