Issue with iOS tests on Katalon

I’m doing some remote testing with katalon studio. when I test older iphones such as the iphone 7 on ios 10 i get this error (An unknown server-side error occurred while processing the command. Original error: -[XCUIElement resolve]: unrecognized selector sent to instance 0x61000042ec60)

image

I get similar issue with iPhone 6 as well on iOS 10 and iOS 11 on those devices also causes issues.

Getting these exceptions: the console log shows this as an error 2021-03-10 15:10:54.661 ERROR c.k.k.core.context.internal.TestHooker - :x: groovy.lang.MissingPropertyException: No such property: RunConfiguration for class: LambdaListener

2021-03-10 15:11:27.804 ERROR c.k.k.core.keyword.internal.KeywordMain - :x: Unable to open browser with url: ‘’ (Root cause: com.kms.katalon.core.exception.StepFailedException: Unable to open browser with url: ‘’

Try adding the capability “appiumVersion” : “1.17.1” for the tests that you run in lower iOS versions.