Hi Guys,
I am trying to setup my real ios device with appium (version 1.20.0) for which i installed appium via npm i -g [email protected]
Then i installed appium desktop version 1.20.0
after that i tried going to the package content “/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appiu-webdriveragent”
and tried to run the ./Scripts/bootstrap.sh which game me a result dependencies are up to date.
than i tried to open the webdriveragent xcode project in xcode and tried to build it on my phone after signing the code.
I just got the IntegrationApp installed on my device and when i am trying to start appium session iam getting an error.
“An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 70 xcodebuild error message: . Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.”
Can someone please help me with this?