Post

Replies

Boosts

Views

Activity

Xcode build failed due to Tests did not run
I am having trouble building WebDriverAgent on MacOS Sonoma with Xcode 15 and iOS SDK 17.0. The build always fails with the following error.: Parameter of overriding method should be annotated with __attribute__((noescape)) Showing Recent Messages /Users/.nvm/versions/node/v14.18.0/lib/node_modules/appium/node_modules/appium-webdriveragent/PrivateHeaders/XCTest/XCTestCase.h:54:42: Parameter of overriding method should be annotated with __attribute__((noescape))
4
0
3.3k
Oct ’23
Xcode: Could not launch “WebDriverAgentRunner_tvOS”
Hi I was facing this issue since a week, I tried all the options but no use, can someone help me please..!! I'm totally blocked. Could not launch “WebDriverAgentRunner_tvOS” Domain: IDEDebugSessionErrorDomain Code: 3 Failure Reason: The operation couldn’t be completed. Cound not find any application for open app system request <FBSystemServiceOpenApplicationRequest: 0x282909e60; trusted: YES; bundleID: com.facebook.mm13.xcui.WebDriverAgentRunner.xctrunner; client: anon:664> User Info: {     DVTErrorCreationDateKey = "2022-07-18 23:42:12 +0000";     DVTRadarComponentKey = 855031;     IDERunOperationFailingWorker = DBGLLDBLauncher;     RawUnderlyingErrorMessage = "The operation couldn\U2019t be completed. Cound not find any application for open app system request <FBSystemServiceOpenApplicationRequest: 0x282909e60; trusted: YES; bundleID: com.facebook.mm13.xcui.WebDriverAgentRunner.xctrunner; client: anon:664>"; } -- Analytics Event: com.apple.dt.IDERunOperationWorkerFinished : {     "device_model" = "AppleTV5,3";     "device_osBuild" = "15.4.1 (19L452)";     "device_platform" = "com.apple.platform.appletvos";     "launchSession_schemeCommand" = Test;     "launchSession_state" = 1;     "launchSession_targetArch" = arm64;     "operation_duration_ms" = 9344;     "operation_errorCode" = 3;     "operation_errorDomain" = IDEDebugSessionErrorDomain;     "operation_errorWorker" = DBGLLDBLauncher;     "operation_name" = IDEiPhoneRunOperationWorkerGroup;     "param_consoleMode" = 0;     "param_debugger_attachToExtensions" = 0;     "param_debugger_attachToXPC" = 1;     "param_debugger_type" = 4;     "param_destination_isProxy" = 0;     "param_destination_platform" = "com.apple.platform.appletvos";     "param_diag_MainThreadChecker_stopOnIssue" = 0;     "param_diag_MallocStackLogging_enableDuringAttach" = 0;     "param_diag_MallocStackLogging_enableForXPC" = 0;     "param_diag_allowLocationSimulation" = 1;     "param_diag_gpu_frameCapture_enable" = 3;     "param_diag_gpu_shaderValidation_enable" = 0;     "param_diag_gpu_validation_enable" = 1;     "param_diag_memoryGraphOnResourceException" = 0;     "param_diag_queueDebugging_enable" = 1;     "param_diag_runtimeProfile_generate" = 0;     "param_diag_sanitizer_asan_enable" = 0;     "param_diag_sanitizer_tsan_enable" = 0;     "param_diag_sanitizer_tsan_stopOnIssue" = 0;     "param_diag_sanitizer_ubsan_stopOnIssue" = 0;     "param_diag_showNonLocalizedStrings" = 0;     "param_diag_viewDebugging_enabled" = 1;     "param_diag_viewDebugging_insertDylibOnLaunch" = 0;     "param_install_style" = 2;     "param_launcher_UID" = 2;     "param_launcher_allowDeviceSensorReplayData" = 0;     "param_launcher_kind" = 0;     "param_launcher_style" = 0;     "param_launcher_substyle" = 0;     "param_runnable_appExtensionHostRunMode" = 0;     "param_runnable_productType" = "com.apple.product-type.application";     "param_runnable_type" = 1;     "param_testing_launchedForTesting" = 1;     "param_testing_suppressSimulatorApp" = 0;     "param_testing_usingCLI" = 0;     "sdk_canonicalName" = "appletvos15.4";     "sdk_osVersion" = "15.4";     "sdk_variant" = appletvos; } -- System Information macOS Version 12.4 (Build 21F79) Xcode 13.4.1 (20504) (Build 13F100) Timestamp: 2022-07-18T23:42:12Z
0
0
903
Jul ’22