-
Notifications
You must be signed in to change notification settings - Fork 468
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
Apple TV 4K failures due to NSInternalInconsistencyException #543
Comments
I don't think many people are using ios-deploy to run UI tests on iOS(much less on AppleTV). If this is an important use-case can you please give us more information on why? UI Tests are usually run in simulators. |
We need a way to launch prime video application on Apple TV 4K devices. The use case is internal, and I cannot explain here. For launching prime video application on Apple TV 4k devices, I was earlier using xcodebuild CLI but does not work on command line and works only through X code GUI. This is only observed with 4K and not Apple TV 4th Generation. ios-deploy can connect to device, and launch something, but the tests fail to run. I am unable to understand why? Is there something I could do to this repository to make it work? |
Any updates on this ? |
I imagine you will need to dig into this yourself since I don't have the extra time or an AppleTV 4K. |
I understand. Can you help me with instructions to locally build after cloning this repo ? Probably a little summary on how this works would be great as well. It will help in the deep dive. |
ios-deploy doesn't have any dependencies(outside MacOS and Xcode). Just open ios-deploy.xcodeproj and run. |
MUST READ BEFORE YOU FILE (DELETE THIS SECTION BEFORE FILING)
Include the command line arguments you used for ios-deploy.
Don't forget to check out the README before filing this issue.
Expected behavior
The test application should open prime video application on an Apple TV 4K.
Actual behavior.
On the device, It goes into black screen with floating message as "Automation Running"
Steps to reproduce the problem
Getting following logs at my side
System Specs
Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.
1. system_profiler SPSoftwareDataType
Software:
System Software Overview:
2. ios-deploy -V
1.11.4
Xcode 13.2.1
Build version 13C100
/Applications/Xcode.app/Contents/Developer
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: x86_64-apple-darwin20.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
lldb-1300.0.42.3
Swift version 5.5.2-dev
The text was updated successfully, but these errors were encountered: