facebookarchive / WebDriverAgent

A WebDriver server for iOS that runs inside the Simulator.
Other
4.15k stars 1.36k forks source link

Error: Unable to start WebDriverAgent session: Could not proxy command to remote server. Original error: Error: read ECONNRESET #921

Open akashkhandelwal opened 6 years ago

akashkhandelwal commented 6 years ago

I am trying to Setup Appium on a Virtual Machine MacOS High Sierra. It has:

XCode: 9.3 Node: 9.3.0 NPM: 5.5.1 Appium: 1.6.5

I am trying to run on iOS 11.2.5 iPad. Appium Logs.txt

Although, WebDriverAgentRunner app is getting built when trying from XCode, but I am getting an above-mentioned error.

marekcirkos commented 6 years ago

Looks like XCode fails to start WDA. You might be missing certificates or prov profiles.

santosh-vaswani-einfochips commented 6 years ago

I am trying to run Automation with Appium on a MacOS High Sierra. It has: Mac OS Version:10.13.4 Versions: XCode: 9.3 and Xcode 9.3.1
 Node: 8.7.0
 NPM: 5.8.0 
Appium: 1.6.4 I am trying to run on real iOS devices with following versions: iPhone7(iOS - 11.3) iPhone7Plus(iOS-11.2.6) iPhone8(iOS-11.3.1) iPhoneSE(iOS 11.3.1) WebDriverAgentRunner app is getting built successfully in XCode, but while connecting with device I am getting an above-mentioned error in every execution. Appium_Error.log

ACBNair commented 6 years ago

@akashkhandelwal Did you get a fix for this?