无法打开文件"WebDriverAgentRunner-Runner.app",因为没有这样的文件 [英] The file “WebDriverAgentRunner-Runner.app” couldn’t be opened because there is no such file

查看:1213
本文介绍了无法打开文件"WebDriverAgentRunner-Runner.app",因为没有这样的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用Terminal在Mac上安装了Appium 1.6.4.另外,我还可以使用MAC中的Safari浏览器检查iPhone WebElement.

I have installed Appium 1.6.4 on Mac using Terminal. Also I can able to inspect iPhone WebElements using Safari Browser in MAC.

但是我需要检查iPhone真实设备上的键盘元素和日期选择器元素.为此,我再次安装了Appium-desktop 1.0.2 beta2版本.当我启动Appium桌面(GUI)并运行硒代码时.它将引发以下错误.

But I need to inspect the keyboard elements and date picker elements on iPhone real device. For this, I have again installed Appium-desktop 1.0.2 beta2 version. When I launch the Appium desktop(GUI) and run the selenium code. It throws the below error.

XCUITest] Log file for xcodebuild test: /Users/msubramaniam/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Logs/Test/D3F3B94A-A324-4996-B60F-0732CEBFB00D/Session-WebDriverAgentRunner-2017-05-30_125049-1uf7KZ.log
[Xcode] 2017-05-30 12:50:49.364 xcodebuild[87735:236610] Error Domain=NSCocoaErrorDomain Code=260 "The file "WebDriverAgentRunner-Runner.app" couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/msubramaniam/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app, NSUnderlyingError=0x7fb4306026c0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
[Xcode] 2017-05-30 12:50:49.364 xcodebuild[87735:236610] Error Domain=IDETestOperationsObserverErrorDomain Code=6 "Early unexpected exit, operation never finished bootstrapping - no restart will be attempted" UserInfo={NSLocalizedDescription=Early unexpected exit, operation never finished bootstrapping - no restart will be attempted}
[Xcode] 
[Xcode] ** TEST EXECUTE FAILED **
[Xcode] 
[Xcode] 
[XCUITest] xcodebuild exited with code '65' and signal 'null'
[BaseDriver] Event 'wdaStartFailed' logged at 1496128849419 (12:50:49 GMT+0530 (IST))
[XCUITest] Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
[XCUITest] Quitting and uninstalling WebDriverAgent, then retrying
[XCUITest] Shutting down sub-processes
[XCUITest] Shutting down iproxy process (pid 87701)
[XCUITest] iproxy exited with code 'null'
[XCUITest] Removing WDA application from device
[BaseDriver] Event 'wdaStartAttempted' logged at 1496128859998 (12:50:59 GMT+0530 (IST))

根据上述日志,我已导航至以下位置

As per the above log, I have navigated to the below location,

/Users/msubramaniam/Library/Developer/Xcode/DerivedData

我发现有两个WebDriverAgents

I found that there are two WebDriverAgents

WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy
WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs

它正在调用第二个WebDriverAgent,但没有"WebDriverAgentRunner-Runner.app".

It is calling the second WebDriverAgent and it does not have the "WebDriverAgentRunner-Runner.app".

第一个WebDriverAgent具有"WebDriverAgentRunner-Runner.app".

First WebDriverAgent has "WebDriverAgentRunner-Runner.app".

那么如何调用第一个WebDriverAgent.

So how to call the first WebDriverAgent.

我还尝试使用以下命令删除WebDriverAgent.

I have also tried to remove the WebDriverAgent by using the below command.

rm -rf /WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs

但它不会被删除.

请为此提供解决方案.

推荐答案

迦太基出现问题.跑到下面的命令,它得到解决:

There was issue with carthage. Ran below commands and it got resolved :

rm '/usr/local/bin/carthage' 
brew install carthage 
brew link carthage

这篇关于无法打开文件"WebDriverAgentRunner-Runner.app",因为没有这样的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆