I have installed Appium 1.17.0 for iOS 13.5.1
Xcode 11.5, macOS 10.15.5
I am getting the below in my iOSDriver exception:
org.openqa.selenium.WebDriverException: It is impossible to create a new session because ‘createSession’ which takes HttpClient, InputStream and long was not found or it is not accessible
My Builds are successful but egetting console error
[35m[Xcode]e[39m xcodebuild: error: Failed to build project WebDriverAgent with scheme WebDriverAgentRunner.
alongwith exit code 70 error
Exception 1: On debugging, Getting exception in the IOSDriver for HTTPClient
org.openqa.selenium.WebDriverException: It is impossible to create a new session because ‘createSession’ which takes HttpClient, InputStream and long was not found or it is not accessible
npm uninstall -g appium and npm install -g appium@beta
Build WDA with Xcode. build target ‘WebDriverRunner’ for ‘Generic iOS device’
Removed installed appium and Installed beta 1.18.0-beta, created Resources/WebDriverAgent.Bundle, ran bootstrap.sh command. Dependencies installed.
Deleted the derivedData folder
Opened Xcode and configured WDA
Cleaned build folder. Build WDA
Build WDA with Generic iOS device
No luck. Same issue!!!
e[35m[Xcode]e[39m xcodebuild: error: Failed to build project WebDriverAgent with scheme WebDriverAgentRunner.
e[35m[Xcode]e[39m Reason: Cannot test target “WebDriverAgentRunner” on “Mobility”: Logic Testing Unavailable Logic Testing on iOS devices is not supported. You can run logic tests on the Simulator.
e[35m[Xcode]e[39m
e[35m[WebDriverAgent]e[39m xcodebuild exited with code ‘70’ and signal ‘null’
after you build WDA in xCode in “Users/UserName/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products/Debug-iphoneos” you see “WebDriverAgentRunner-Runner.app” is it?