Getting error while launching iOS app on Appium Inspector

297 Views Asked by At

I have configured everything on my macbook to launch iOS app through appium inspector. I have successfully installed web driver agent application on my device as shown in screenshot below

enter image description here

Below are my Desired capabilites for iOS device: enter image description here

While launching App I'm getting error as shown in below screenshot. Please guide me what is the issue here?

enter image description here

1

There are 1 best solutions below

0
Ostan Dsouza On

The error message "Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65" indicates that there's a problem with building the WebDriverAgent project, which is used by Appium to automate iOS apps. This error is often related to issues with Xcode or the configuration of the WebDriverAgent project.

You can follow this link for setting up WDA.