I am working on iDevices Automation using Mac book with macOS Sierra. I have came all the way and made real device automation successfully using appium. What happens now is 'NoSuchMethodError' is getting displayed. I have no idea why is throws that.
I am using:
Selenium WebDriver 3.9.1
Guava jar is 23.6 and updated to latest as well
JAVA_HOME is set properly and in eclipse also chosen the same version.
I am using TestNG for the test methods and just tried to run like 'Right Click --> Run as TestNG'.