Appium 是';APP&x27;WDA安装所需的功能?

Appium 是';APP&x27;WDA安装所需的功能?,appium,Appium,我正在尝试用真正的iOS设备运行appium脚本。我当前遇到以下错误: Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". Make sure you follow the tutorial at https://github.com/appium/app

我正在尝试用真正的iOS设备运行appium脚本。我当前遇到以下错误:

Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.

显然,这个错误与注意到的安全问题有关,但我已经完成了那个步骤,它仍然不起作用。所以我想这可能是b/c我的应用程序脚本没有设置“应用程序”功能应用程序的功能当然是被测试应用程序的完整路径。appium文档显然没有指出需要哪些设置(如果有的话)。我的问题是,如果没有设置“应用程序”功能并因此引发上述错误,那么Webdriver代理是否不会安装在设备上

您可以右键单击正在使用的appium应用程序(位于您的应用程序文件夹中)>显示软件包内容>搜索.xcodeproj>您将看到几个项目,包括web驱动程序。现在打开web驱动程序代理Xcode项目,并使用apple开发人员帐户对其进行代码签名

如果您已经这样做了,请使用您设置的appium功能更新您的问题