Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/105.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios WebDriverAgentrRunner未能初始化以进行UI测试_Ios_Automation - Fatal编程技术网

Ios WebDriverAgentrRunner未能初始化以进行UI测试

Ios WebDriverAgentrRunner未能初始化以进行UI测试,ios,automation,Ios,Automation,运行命令后 Testing failed: WebDriverAgentRunner-Runner.app (462) encountered an error (The test runner failed to initialize for UI testing. (Underlying error: Not authorized for performing UI testing actions.)) ** TEST FAILED ** 无法使用运行相同错误的appium运行测试

运行命令后

Testing failed:
    WebDriverAgentRunner-Runner.app (462) encountered an error (The test runner failed to initialize for UI testing. (Underlying error: Not authorized for performing UI testing actions.))
** TEST FAILED **

无法使用运行相同错误的appium运行测试。你找到解决办法了吗?对我来说,首先是一个权利文件问题,当我找到一个解决办法时,就是这个问题。一周前,它开始工作。检查此问题,它可能是发生在您身上的:问题是由于facebook webdriver代理运行程序造成的。修复后,测试开始成功运行:)运行时遇到相同的错误。你找到解决办法了吗?对我来说,首先是一个权利文件问题,当我找到一个解决办法时,就是这个问题。一周前,它开始工作。检查此问题,它可能是发生在您身上的:问题是由于facebook webdriver代理运行程序造成的。修复后,测试开始成功运行:)
xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=0836013e8b0dfb9e4c5598974a5d5d5e64761d75' test

-WebDriverAgentRunner gets installed but in terminal displayed error
Testing failed:
    WebDriverAgentRunner-Runner.app (462) encountered an error (The test runner failed to initialize for UI testing. (Underlying error: Not authorized for performing UI testing actions.))
** TEST FAILED **