dryark / stf_ios_support

Central repo to connect and document components/repos needed for IOS stf support
Other
153 stars 65 forks source link

xcode 12 bug #88

Closed r66ad closed 3 years ago

r66ad commented 3 years ago

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

nanoscopic commented 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.

nanoscopic commented 3 years ago

The latest updates just use upstream WDA instead.