Katalon support of Appium 1.9.x for compatibility to Xcode 10.x

Hello,
Is there a timeline on when Katalon will support Appium 1.9.x which is required to support Xcode 10.x? We are finishing our POC and must prove iOS mobile testing works. To complete this task we must install dependencies for Xcode 10.X.

Thank you,
Paul

Hi @Paul_Kanaris ,

Thanks to @Frank_Keefer for pointing out that you can use Appium 1.8.2-beta to work with Xcode10 and iOS12 devices:

npm install -g appium@1.8.2-beta

– Chris

1 Like

Hi Chris,

Thank you very much for the information. I will give this a try and let you know how it works.

Paul