The Problem
I’m trying to set up Appium 2 for iOS testing by running Appium Inspector.
However, I’m running into an issue where whenever I try to initiate a session, it fails to run because XCode fails to build webdriveragent.
Environment
Appium: 2.0.0-beta.44
Appium Inspector: 2022.11.1
MacOS Monterey: 12.5.1
XCode: 14.1
Simulator: iOS 14.5
Logs
GIST: appium with xcode logs
Details
I have an iPhone 12 Pro Simulator running iOS 14.5.
The simulator is running fine, and whenever I build the webdriveragent project directly from XCode, it works.
However the build command that appium inspector calls seems to fail every single time.
Running the same command directly in the commandline ends up with the same error.