Hi Guys,
I am getting below error when I am starting Appium session,
A new session could not be created. Details: Appium’s IosDriver does not support xcode version 9.2. Apple has deprecated UIAutomation. Use the “XCUITest” automationName capability instead.
I am using below desired capabilities:
{
“platformName”: “ios”,
“deviceName”: “iPhone SE”,
“udid”: “8AF9361E-591A-4578-85E5-61789074BC5B”,
“app”: “/users/ankitjain/Library/Developer/Xcode/DerivedData/WebDriverAgent-aflmpkmxfxjeudgqmxrxkkjicbie/Build/Products/Debug-iphonesimulator/IntegrationApp”
}
Please help