-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
tvOS Support in Detox #836
Comments
Detox is not built currently with tvOS platform binary. We haven't looked into that yet. Since iOS and tvOS have very familiar APIs and SPIs, the support should not be hard to achieve. Further requirements would arise, such as supporting the Apple TV remote as Detox API to call in tests, as well as perhaps matchers and assertions for the focus system that exists in tvOS. This is not on our focus right now, but if someone wants to help us achieve it, PRs are welcome. I will provide guidance and assistance as needed. |
I don’t think Earl Grey supports tvOS, in which case this will not happen any time soon. |
This thread has been automatically locked to prevent bumping of old threads. Instead, if you believe the issue still reproduces, please open a new issue and provide all the required information. |
Description
Currently AppleTV is listed as one of the supported devices by applesimutils but when I tried running on Apple TV simulator, I get following error:
dyld: warning: could not load inserted library '/Users/Lewina/Library/Detox/ios/6835fdc9621ba06e099f505790cc7b06d2e6c1b5/Detox.framework/Detox' because no suitable image found. Did find:
/Users/Lewina/Library/Detox/ios/6835fdc9621ba06e099f505790cc7b06d2e6c1b5/Detox.framework/Detox: mach-o, but not built for tvOS simulator
Is there any plans to support Apple TV/Android TV in the future?
Detox, Node, Device, Xcode and macOS Versions
The text was updated successfully, but these errors were encountered: