Closed r66ad closed 3 years ago
Ding ding! Correct.
My fork of WebDriverAgent doesn't function on Xcode 12+ due to bugs in the way the Carthage dependency works.
The latest appium/WebDriverAgent upstream works fine though.
If you simply replace repos/WebDriverAgent with a clone of Appium upstream WDA repo then everything works.
I've been meaning to update the config to use upstream but I need to investigate and see if any additional changes are needed on top of upstream to support all the features.
The latest updates just use upstream WDA instead.
There seems to be a bug with WebDriverAgent on xcode >12
Solution: in case you get an error on make, do following: clone the stf_ios_support edit config.json make clone copy boostrap.sh to repos/WebDriverAgent/Scripts ./init.sh make
bootstrap.sh.zip
Hope this helps