Is it currently supporting ios 17 ? I have some problem #906
Replies: 2 comments
-
Please report to appium. |
Beta Was this translation helpful? Give feedback.
-
@highboy168 try this I was able to resolve this issue previously Error : Run iPhone simulator with appium but get xcodebuild failed with code 65 xcodebuild error message: Solution : In case anyone is having this issue with xcode 14 and above, doing the below should work: download new webdriveragent version 4.9.0 and above. https://github.com/appium/WebDriverAgent/releases This is one of the significant challenge faced by a software testing company or engineers while setting up iOS Automation via Appium. Common reason for the Appium launch failing with the specified reason is the WebDriverAgent not configured properly before launching the app via Appium . For this, WebDriverAgent needs to be executed once on the iOS Simulator device before running tests Please run the WebDriverAgent Xcode project which is located here on your Mac: /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj In this Xcode project follow the below steps to build the WebDriverAgentRunner: Select the WebDriverAgentRunner as active Scheme |
Beta Was this translation helpful? Give feedback.
-
When i run test via python, webdriveragnet will auto build in, but device can't open webdriveragnet application, always open then close
appium server error:
python error:
selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
info:
Beta Was this translation helpful? Give feedback.
All reactions