I recently had to upgrade to Xcode10, following a cascade of upgrades (including Katalon and Appium)
Now I am running:
- MacOS Mojave
- Appium 1.9.1
- Xcode10
- Katalon Studio 5.7.1
Phenomenon:
After upgrading Appium, I cannot see and/or execute the Simulator images of Xcode in the Mobile Spy.
I even tried downloading the iOS11.4
Is there a roadmap or a beta channel for XC10/Appium 1.9.1 ?
Hello, I just want to help you anyway, i get this problem but for android.
Katalon Studio 5.7.1 is not supported (yet) for Appium 1.9.1
refer to this page https://docs.katalon.com/display/KD/Mobile+on+Windows
So u should wait for the nect version of Katalon.
1 Like
Hello, I just want to help you anyway, i get this problem but for android.
Katalon Studio 5.7.1 is not supported (yet) for Appium 1.9.1
refer to this page https://docs.katalon.com/display/KD/Mobile+on+Windows
So u should wait for the next version of Katalon.
Per @Frank_Keefer, 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