Does Appium 1.6 works with Xcode 8.2?

651 views Asked by At

I am using Appium 1.6.2 with Xcode 8.1 in my mac machine(Working on Mobile Automation). I need to update Xcode from 8.1 to 8.2. I am worried that I will run into issues if Appium 1.6 doesn't work with Xcode 8.2. Any one came across this situation or any idea on how it works? Please help.

1

There are 1 answers

1
DAVID RODRIGUEZ VALLEJO On BEST ANSWER

I have updated to Appium 1.6.3 and Xcode 8.2 and the application launches correctly.

I have had to add a new Capability for using XCUITest

 automationName: 'XCUITest'