Errors running patrol tests on different iOS version simulators #1662
Unanswered
chrisfrey-gp
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hello you resolved this problem? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Related to #1441 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all, wondering if anyone else has experienced this issue...I am trying to run my patrol tests on iOS simulators with older versions of OS and I get a failure to run on any simulator running an os that is older than the latest OS runtime on my system.
For example, I have the following os runtimes installed:
If I create a simulator with 16.4, Patrol builds and runs the tests successfully on the device. However if I create a simulator with os 16.2 or 16.0, Patrol builds but fails to run the tests with the following error, even though the simulator running is listed in the list below (platform:iOS Simulator, id:5390059D-9D4A-4339-971D-2FF8BF3D2B41, OS:16.2, name:goDriveTestDevice):
I've tried passing the --device tag with my simulator name to the Patrol test command, but still the same build error.
Has anyone seen this before? Please help!
My current setup is:
Beta Was this translation helpful? Give feedback.
All reactions