We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect behavior
Since Xcode 14 beta 3 version, on Mac and Mac Mini on the CI, SRGIdentity and SRGUserData don't run tvOS tests which use the host apps.
SRGIdentity
SRGUserData
For iOS: It works as before: launching a clone of iPhone 13 simulator and running tests.
For tvOS: launching a clone of Apple TV simulator but the tests never run. Like a waiting mode or not "connected mode to the host app".
Curious: the SRGAnalytics tests on tvOS have an host app as well for few tests with SRGIdentity. I saw it's crash both on Xcode 13 and Xcode 14…
SRGAnalytics
Some investigation in PLAYRTS-4675.
Always reproducible
Run test with fastlane: bundle exec fastlane tests
bundle exec fastlane tests
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
Incorrect behavior
Description of the problem
Since Xcode 14 beta 3 version, on Mac and Mac Mini on the CI,
SRGIdentity
andSRGUserData
don't run tvOS tests which use the host apps.For iOS: It works as before: launching a clone of iPhone 13 simulator and running tests.
For tvOS: launching a clone of Apple TV simulator but the tests never run. Like a waiting mode or not "connected mode to the host app".
Curious: the
SRGAnalytics
tests on tvOS have an host app as well for few tests with SRGIdentity. I saw it's crash both on Xcode 13 and Xcode 14…Environment information
Some investigation in PLAYRTS-4675.
Reproducibility
Always reproducible
Steps to reproduce
Run test with fastlane:
bundle exec fastlane tests
The text was updated successfully, but these errors were encountered: