Search code examples
appium-iosxcode8.2

Does Appium 1.6 works with Xcode 8.2?


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.


Solution

  • 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'