Mac OS: 12.2.1 Monterey
Appium. 1.22.0 (on appium GUI server) and appium 1.22.2 on terminal.
XCode 13.3.1
JDK 1.8.0_322
Carthage 0.38.0
Node17.8.0
Npm 8.5.5
Appium-doctor1.16.0
Homebrew 3.4.5
When I run the “appium-doctor --ios”, I get the error "Error running xcrun simctl "
When I try to build inside XCode, I get the error “/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgentLib/Routing/FBWebServer.m:12:9: ‘RoutingHTTPServer/RoutingConnection.h’ file not found”
BTW, my WebDriverAgent.xcodeproj project is under a different folder:
/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent and as well as under the folder
/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
I am new to appium, that is mobile testing. Please help !