Not able to Build WDA project in XCode

Am trying to build WDA agent runner in XCode.

Error am getting is:

2019-04-04 13:30:06.273645+0530 WebDriverAgentRunner-Runner[524:26227] Running tests…

objc[524]: Class GCDAsyncSocketPreBuffer is implemented in both /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102460578) and /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x1023cd330). One of the two will be used. Which one is undefined.

objc[524]: Class GCDAsyncReadPacket is implemented in both /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x1024605c8) and /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x1023cd380). One of the two will be used. Which one is undefined.

objc[524]: Class GCDAsyncWritePacket is implemented in both /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102460618) and /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x1023cd3d0). One of the two will be used. Which one is undefined.

objc[524]: Class GCDAsyncSpecialPacket is implemented in both /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x102460668) and /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x1023cd420). One of the two will be used. Which one is undefined.

objc[524]: Class GCDAsyncSocket is implemented in both /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket (0x1024606b8) and /private/var/containers/Bundle/Application/5EC3DC5D-63C9-429C-9AE1-74DDADCA0FCE/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks/RoutingHTTPServer.framework/RoutingHTTPServer (0x1023cd470). One of the two will be used. Which one is undefined.

Restarting after unexpected exit or crash in UITestingUITests/testRunner; summary will include totals from previous launches.

Test Suite ‘Selected tests’ started at 2019-04-04 13:30:09.812

Test Suite ‘WebDriverAgentRunner.xctest’ started at 2019-04-04 13:30:09.817

Test Suite ‘WebDriverAgentRunner.xctest’ failed at 2019-04-04 13:30:09.820.

Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.003) seconds

Test Suite ‘WebDriverAgentLib.framework’ started at 2019-04-04 13:30:09.825

Test Suite ‘WebDriverAgentLib.framework’ passed at 2019-04-04 13:30:09.828.

Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.003) seconds

Test Suite ‘Selected tests’ failed at 2019-04-04 13:30:09.832.

Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.020) seconds

1 Like

Has anyone figure this out?