‘RoutingHTTPServer/RoutingConnection.h’ 找不到文件
‘RoutingHTTPServer/RoutingConnection.h’ file not found
我在使用终端安装 WebDriverAgent 时遇到以下问题。
Appium : 1.6.4
Xcode : 8.3
MAC : 10.12
当我运行下面的命令
xcodebuild build test -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id='<udid>' -configuration Debug
我得到了以下日志
usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBWebServer.m:12:9: 'RoutingHTTPServer/RoutingConnection.h' file not found
请查看附件截图:
请提供此问题的解决方案。
这是 WebDriverAgent 的问题。 RoutingConnection.h 文件可能在 webdriveragent 项目中丢失。尝试通过提供适当的配置文件和开发人员证书来卸载和安装 appium 和 运行 webdriveragent。
我在使用终端安装 WebDriverAgent 时遇到以下问题。
Appium : 1.6.4
Xcode : 8.3
MAC : 10.12
当我运行下面的命令
xcodebuild build test -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id='<udid>' -configuration Debug
我得到了以下日志
usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBWebServer.m:12:9: 'RoutingHTTPServer/RoutingConnection.h' file not found
请查看附件截图:
这是 WebDriverAgent 的问题。 RoutingConnection.h 文件可能在 webdriveragent 项目中丢失。尝试通过提供适当的配置文件和开发人员证书来卸载和安装 appium 和 运行 webdriveragent。