Skip to main content

Unable to start the application. Original error: socket hang up on iOS 15.5

When recording with real mobile devices using Katalon Studio's Mobile Recorder, the following error appears: Unable to start the application. Original error: socket hang up.

Update to Appium 3 by running these commands:

npm i --location=global appium@3.0.0
appium driver install xcuitest@7.21.1
Was this page helpful?