I am not able to run tests on ios 13 from eclipse

Hi ,

I have updated my ios device to ios 13.3.1 and my appium to v1.17
I followed the manual config from this link
http://appium.io/docs/en/drivers/ios-xcuitest-real-devices/
build succeeded from xcode no errors but bot installed
I started the appium gui .and session was created successfully WDA is installed on device .

I run my tests from eclipse using the below
iosDevice = AppiumDriverLocalService. buildService ( new AppiumServiceBuilder()
.usingDriverExecutable( new File("/usr/local/Cellar/node/12.6.0/bin/node"))
.withAppiumJS( new File(
“/Applications/Appium17.app/Contents/Resources/app/node_modules/appium/build/lib/main.js”))
.usingPort(4729).withIPAddress(“127.0.0.1”).withArgument(GeneralServerFlag. LOG_LEVEL , “error”)
.withArgument(GeneralServerFlag. SESSION_OVERRIDE ).withArgument(GeneralServerFlag. RELAXED_SECURITY ));
iosDevice.start();

I have the below error . any help please

org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65

xcodebuild error message:

2020-05-11 23:40:08.971 xcodebuild[21694:50348115] iPhoneConnect: :iphone:<DVTiOSDevice (0x7fbca7b7a3e0), iPhone, iPhone, 13.3.1 (17D50), 88782119f5c6989bdae6b1029676ec95b4a55d54> failed to install /Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app - error Error Domain=com.apple.dtdevicekit Code=-402620415 “App installation failed” UserInfo={NSLocalizedDescription=App installation failed, com.apple.dtdevicekit.stacktrace=(

0 DTDeviceKitBase 0x000000011cb3aa56 DTDKCreateNSError + 113

1 DTDeviceKitBase 0x000000011cb3b2c5 DTDK_AMDErrorToNSError + 1177

2 DTDeviceKitBase 0x000000011cb7b585 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 158

3 DVTFoundation 0x000000010f4d8411 DVTInvokeWithStrongOwnership + 73

4 DTDeviceKitBase 0x000000011cb7b2b2 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1439

5 IDEiOSSupportCore 0x000000011ca73279 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.338 + 4146

6 DVTFoundation 0x000000010f60833e __DVTDispatchAsync_block_invoke + 801

7 libdispatch.dylib 0x00007fff5ee715f8 _dispatch_call_block_and_release + 12

8 libdispatch.dylib 0x00007fff5ee7263d _dispatch_client_callout + 8

9 libdispatch.dylib 0x00007fff5ee788e0 _dispatch_lane_serial_drain + 602

10 libdispatch.dylib 0x00007fff5ee79396 _dispatch_lane_invoke + 385

11 libdispatch.dylib 0x00007fff5ee816ed _dispatch_workloop_worker_thread + 598

12 libsystem_pthread.dylib 0x00007fff5f0b2611 _pthread_wqthread + 421

13 libsystem_pthread.dylib 0x00007fff5f0b23fd start_wqthread + 13

), NSLocalizedRecoverySuggestion=An unknown error has occurred., NSLocalizedFailureReason=An unknown error has occurred.}

*** If you believe this error represents a bug, please attach the result bundle at /Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Logs/Test/Test-WebDriverAgentRunner-2020.05.11_23-40-06-+0300.xcresult

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 2.184 elapsed – Testing started completed.

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec – start

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 2.184 sec, +2.184 sec – end

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] Error Domain=com.apple.dtdevicekit Code=-402620415 “App installation failed” UserInfo={NSLocalizedDescription=App installation failed, com.apple.dtdevicekit.stacktrace=(

0 DTDeviceKitBase 0x000000011cb3aa56 DTDKCreateNSError + 113

1 DTDeviceKitBase 0x000000011cb3b2c5 DTDK_AMDErrorToNSError + 1177

2 DTDeviceKitBase 0x000000011cb7b585 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 158

3 DVTFoundation 0x000000010f4d8411 DVTInvokeWithStrongOwnership + 73

4 DTDeviceKitBase 0x000000011cb7b2b2 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1439

5 IDEiOSSupportCore 0x000000011ca73279 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.338 + 4146

6 DVTFoundation 0x000000010f60833e __DVTDispatchAsync_block_invoke + 801

7 libdispatch.dylib 0x00007fff5ee715f8 _dispatch_call_block_and_release + 12

8 libdispatch.dylib 0x00007fff5ee7263d _dispatch_client_callout + 8

9 libdispatch.dylib 0x00007fff5ee788e0 _dispatch_lane_serial_drain + 602

10 libdispatch.dylib 0x00007fff5ee79396 _dispatch_lane_invoke + 385

11 libdispatch.dylib 0x00007fff5ee816ed _dispatch_workloop_worker_thread + 598

12 libsystem_pthread.dylib 0x00007fff5f0b2611 _pthread_wqthread + 421

13 libsystem_pthread.dylib 0x00007fff5f0b23fd start_wqthread + 13

), NSLocalizedRecoverySuggestion=An unknown error has occurred., NSLocalizedFailureReason=An unknown error has occurred.}

Testing failed:

WebDriverAgentRunner:

WebDriverAgentRunner-Runner.app encountered an error (Failed to install or launch the test runner. (Underlying error: App installation failed. An unknown error has occurred.))

Test session results and logs:

/Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Logs/Test/Test-WebDriverAgentRunner-2020.05.11_23-40-06-+0300.xcresult

** TEST EXECUTE FAILED **

Testing started on ‘iPhone’. 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.

Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:17:03’

System info: host: ‘-MacBook-Pro.local’, ip: ‘fe80:0:0:0:4b3:59b9:b9a6:c6d4%en0’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.14.6’, java.version: ‘1.8.0_221’

Driver info: driver.version: IOSDriver

remote stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65

xcodebuild error message:

2020-05-11 23:40:08.971 xcodebuild[21694:50348115] iPhoneConnect: :iphone:<DVTiOSDevice (0x7fbca7b7a3e0),iPhone, iPhone, 13.3.1 (17D50), 88782119f5c6989bdae6b1029676ec95b4a55d54> failed to install /Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app - error Error Domain=com.apple.dtdevicekit Code=-402620415 “App installation failed” UserInfo={NSLocalizedDescription=App installation failed, com.apple.dtdevicekit.stacktrace=(

0 DTDeviceKitBase 0x000000011cb3aa56 DTDKCreateNSError + 113

1 DTDeviceKitBase 0x000000011cb3b2c5 DTDK_AMDErrorToNSError + 1177

2 DTDeviceKitBase 0x000000011cb7b585 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 158

3 DVTFoundation 0x000000010f4d8411 DVTInvokeWithStrongOwnership + 73

4 DTDeviceKitBase 0x000000011cb7b2b2 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1439

5 IDEiOSSupportCore 0x000000011ca73279 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.338 + 4146

6 DVTFoundation 0x000000010f60833e __DVTDispatchAsync_block_invoke + 801

7 libdispatch.dylib 0x00007fff5ee715f8 _dispatch_call_block_and_release + 12

8 libdispatch.dylib 0x00007fff5ee7263d _dispatch_client_callout + 8

9 libdispatch.dylib 0x00007fff5ee788e0 _dispatch_lane_serial_drain + 602

10 libdispatch.dylib 0x00007fff5ee79396 _dispatch_lane_invoke + 385

11 libdispatch.dylib 0x00007fff5ee816ed _dispatch_workloop_worker_thread + 598

12 libsystem_pthread.dylib 0x00007fff5f0b2611 _pthread_wqthread + 421

13 libsystem_pthread.dylib 0x00007fff5f0b23fd start_wqthread + 13

), NSLocalizedRecoverySuggestion=An unknown error has occurred., NSLocalizedFailureReason=An unknown error has occurred.}

*** If you believe this error represents a bug, please attach the result bundle at /Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Logs/Test/Test-WebDriverAgentRunner-2020.05.11_23-40-06-+0300.xcresult

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 2.184 elapsed – Testing started completed.

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec – start

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 2.184 sec, +2.184 sec – end

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] Error Domain=com.apple.dtdevicekit Code=-402620415 “App installation failed” UserInfo={NSLocalizedDescription=App installation failed, com.apple.dtdevicekit.stacktrace=(

0 DTDeviceKitBase 0x000000011cb3aa56 DTDKCreateNSError + 113

1 DTDeviceKitBase 0x000000011cb3b2c5 DTDK_AMDErrorToNSError + 1177

2 DTDeviceKitBase 0x000000011cb7b585 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 158

3 DVTFoundation 0x000000010f4d8411 DVTInvokeWithStrongOwnership + 73

4 DTDeviceKitBase 0x000000011cb7b2b2 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1439

5 IDEiOSSupportCore 0x000000011ca73279 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.338 + 4146

6 DVTFoundation 0x000000010f60833e __DVTDispatchAsync_block_invoke + 801

7 libdispatch.dylib 0x00007fff5ee715f8 _dispatch_call_block_and_release + 12

8 libdispatch.dylib 0x00007fff5ee7263d _dispatch_client_callout + 8

9 libdispatch.dylib 0x00007fff5ee788e0 _dispatch_lane_serial_drain + 602

10 libdispatch.dylib 0x00007fff5ee79396 _dispatch_lane_invoke + 385

11 libdispatch.dylib 0x00007fff5ee816ed _dispatch_workloop_worker_thread + 598

12 libsystem_pthread.dylib 0x00007fff5f0b2611 _pthread_wqthread + 421

13 libsystem_pthread.dylib 0x00007fff5f0b23fd start_wqthread + 13

), NSLocalizedRecoverySuggestion=An unknown error has occurred., NSLocalizedFailureReason=An unknown error has occurred.}

Testing failed:

WebDriverAgentRunner:

WebDriverAgentRunner-Runner.app encountered an error (Failed to install or launch the test runner. (Underlying error: App installation failed. An unknown error has occurred.))

Test session results and logs:

/Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Logs/Test/Test-WebDriverAgentRunner-2020.05.11_23-40-06-+0300.xcresult

** TEST EXECUTE FAILED **

Testing started on ‘iPhone’. 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.

at getResponseForW3CError (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:826:9)

at asyncHandler (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:447:37)

Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:17:03’

System info: host: ‘-MacBook-Pro.local’, ip: ‘fe80:0:0:0:4b3:59b9:b9a6:c6d4%en0’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.14.6’, java.version: ‘1.8.0_221’

Driver info: driver.version: IOSDriver

at io.appium.java_client.remote.AppiumCommandExecutor$1.createSession(AppiumCommandExecutor.java:208)

at io.appium.java_client.remote.AppiumCommandExecutor.createSession(AppiumCommandExecutor.java:217)

at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:239)

at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)

at io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:41)

at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1)

at io.appium.java_client.ios.IOSDriver.execute(IOSDriver.java:1)

at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:213)

at io.appium.java_client.AppiumDriver.startSession(AppiumDriver.java:336)

at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:131)

at io.appium.java_client.DefaultGenericMobileDriver.(DefaultGenericMobileDriver.java:37)

at io.appium.java_client.AppiumDriver.(AppiumDriver.java:88)

at io.appium.java_client.AppiumDriver.(AppiumDriver.java:98)

at io.appium.java_client.ios.IOSDriver.(IOSDriver.java:90)

at com.ale.rainbow.mobile_qa.tests.BaseTest.setup(BaseTest.java:102)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)

at org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:59)

at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:458)

at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:222)

at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142)

at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:168)

at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105)

at org.testng.TestRunner.privateRun(TestRunner.java:648)

at org.testng.TestRunner.run(TestRunner.java:505)

at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)

at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)

at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)

at org.testng.SuiteRunner.run(SuiteRunner.java:364)

at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)

at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)

at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)

at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)

at org.testng.TestNG.runSuites(TestNG.java:1049)

at org.testng.TestNG.run(TestNG.java:1017)

at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)

at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)

at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)

Caused by: java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at io.appium.java_client.remote.AppiumCommandExecutor$1.createSession(AppiumCommandExecutor.java:186)

… 40 more

Caused by: org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65

xcodebuild error message:

2020-05-11 23:40:08.971 xcodebuild[21694:50348115] iPhoneConnect: :iphone:<DVTiOSDevice (0x7fbca7b7a3e0) iPhone, iPhone, 13.3.1 (17D50), 88782119f5c6989bdae6b1029676ec95b4a55d54> failed to install /Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app - error Error Domain=com.apple.dtdevicekit Code=-402620415 “App installation failed” UserInfo={NSLocalizedDescription=App installation failed, com.apple.dtdevicekit.stacktrace=(

0 DTDeviceKitBase 0x000000011cb3aa56 DTDKCreateNSError + 113

1 DTDeviceKitBase 0x000000011cb3b2c5 DTDK_AMDErrorToNSError + 1177

2 DTDeviceKitBase 0x000000011cb7b585 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 158

3 DVTFoundation 0x000000010f4d8411 DVTInvokeWithStrongOwnership + 73

4 DTDeviceKitBase 0x000000011cb7b2b2 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1439

5 IDEiOSSupportCore 0x000000011ca73279 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.338 + 4146

6 DVTFoundation 0x000000010f60833e __DVTDispatchAsync_block_invoke + 801

7 libdispatch.dylib 0x00007fff5ee715f8 _dispatch_call_block_and_release + 12

8 libdispatch.dylib 0x00007fff5ee7263d _dispatch_client_callout + 8

9 libdispatch.dylib 0x00007fff5ee788e0 _dispatch_lane_serial_drain + 602

10 libdispatch.dylib 0x00007fff5ee79396 _dispatch_lane_invoke + 385

11 libdispatch.dylib 0x00007fff5ee816ed _dispatch_workloop_worker_thread + 598

12 libsystem_pthread.dylib 0x00007fff5f0b2611 _pthread_wqthread + 421

13 libsystem_pthread.dylib 0x00007fff5f0b23fd start_wqthread + 13

), NSLocalizedRecoverySuggestion=An unknown error has occurred., NSLocalizedFailureReason=An unknown error has occurred.}

*** If you believe this error represents a bug, please attach the result bundle at /Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Logs/Test/Test-WebDriverAgentRunner-2020.05.11_23-40-06-+0300.xcresult

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 2.184 elapsed – Testing started completed.

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec – start

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] [MT] IDETestOperationsObserverDebug: 2.184 sec, +2.184 sec – end

2020-05-11 23:40:08.974 xcodebuild[21694:50348103] Error Domain=com.apple.dtdevicekit Code=-402620415 “App installation failed” UserInfo={NSLocalizedDescription=App installation failed, com.apple.dtdevicekit.stacktrace=(

0 DTDeviceKitBase 0x000000011cb3aa56 DTDKCreateNSError + 113

1 DTDeviceKitBase 0x000000011cb3b2c5 DTDK_AMDErrorToNSError + 1177

2 DTDeviceKitBase 0x000000011cb7b585 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 158

3 DVTFoundation 0x000000010f4d8411 DVTInvokeWithStrongOwnership + 73

4 DTDeviceKitBase 0x000000011cb7b2b2 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1439

5 IDEiOSSupportCore 0x000000011ca73279 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.338 + 4146

6 DVTFoundation 0x000000010f60833e __DVTDispatchAsync_block_invoke + 801

7 libdispatch.dylib 0x00007fff5ee715f8 _dispatch_call_block_and_release + 12

8 libdispatch.dylib 0x00007fff5ee7263d _dispatch_client_callout + 8

9 libdispatch.dylib 0x00007fff5ee788e0 _dispatch_lane_serial_drain + 602

10 libdispatch.dylib 0x00007fff5ee79396 _dispatch_lane_invoke + 385

11 libdispatch.dylib 0x00007fff5ee816ed _dispatch_workloop_worker_thread + 598

12 libsystem_pthread.dylib 0x00007fff5f0b2611 _pthread_wqthread + 421

13 libsystem_pthread.dylib 0x00007fff5f0b23fd start_wqthread + 13

), NSLocalizedRecoverySuggestion=An unknown error has occurred., NSLocalizedFailureReason=An unknown error has occurred.}

Testing failed:

WebDriverAgentRunner:

WebDriverAgentRunner-Runner.app encountered an error (Failed to install or launch the test runner. (Underlying error: App installation failed. An unknown error has occurred.))

Test session results and logs:

/Users/…/Library/Developer/Xcode/DerivedData/WebDriverAgent-dikkwtrisltbeobjmfvpthwwekvs/Logs/Test/Test-WebDriverAgentRunner-2020.05.11_23-40-06-+0300.xcresult

** TEST EXECUTE FAILED **

Testing started on ’ iPhone’. 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.

Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:17:03’

@amelawadallah,

Please follow this link: https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md

Error code:65 which suspect that your app is not signed propely.

Do your application has signed properly and is debugging enabled in your app ? Cross check that part once.

yes its signed properly and it installs via appium gui , just when running from eclipse I am having this error