The file “WebDriverAgentRunner-Runner.app” couldn’t be opened because there is no such file

匿名 (未验证) 提交于 2019-12-03 09:52:54

问题:

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

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 

I found that there are two WebDriverAgents

WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs 

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

First WebDriverAgent has "WebDriverAgentRunner-Runner.app".

So how to call the first WebDriverAgent.

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

rm -rf /WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs 

But it is not deleted.

Kindly provide the solution for this to resolve.

回答1:

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

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


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!