API violation - object is a required parameter

I’m getting the error as the title when I try to launch WebDriverAgentRunner application to retrieve the clipboard value on iOS real device. The appium is running on BrowserStack.
FYI: I also referred to https://github.com/appium/WebDriverAgent/issues/330#issuecomment-728237230

// Error at here
self.driver.activate_app('com.facebook.WebDriverAgentRunner.xctrunner')
// and doesn't reach to this line
assert self.driver.get_clipboard_text() == '4280670025136378'
Server log
2021-06-15 06:29:20:389 - [Appium] Appium v1.17.0 creating new XCUITestDriver (v3.21.1) session
2021-06-15 06:29:20:390 - [debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {
2021-06-15 06:29:20:391 - [debug] [BaseDriver]   "useXctestrunFile": true,
2021-06-15 06:29:20:391 - [debug] [BaseDriver]   "bootstrapPath": "/usr/local/.browserstack/config/wda_derived_data_00008030-001924C01E33802E_1.17.0/Build/Products",
2021-06-15 06:29:20:391 - [debug] [BaseDriver]   "orientation": "PORTRAIT",
2021-06-15 06:29:20:391 - [debug] [BaseDriver]   "browserstack.isTargetBased": "false",
2021-06-15 06:29:20:391 - [debug] [BaseDriver]   "newCommandTimeout": 0,
2021-06-15 06:29:20:391 - [debug] [BaseDriver]   "udid": "00008030-001924C01E33802E",
2021-06-15 06:29:20:391 - [debug] [BaseDriver]   "appPackage": "com.a.b",
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "bundleId": "com.a.b",
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "platformName": "iOS",
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "automationName": "XCUITest",
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "device": "iphone",
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "os_version": "14.0",
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "browserstack.is_hub_canary": "false",
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "acceptSslCert": false,
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "detected_language": "appium/python 0.50 (selenium/3.141.0 (python mac))",
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "new_bucketing": true,
2021-06-15 06:29:20:392 - [debug] [BaseDriver]   "osVersion": "14",
2021-06-15 06:29:20:393 - [debug] [BaseDriver]   "deviceName": "iPhone 11",
2021-06-15 06:29:20:393 - [debug] [BaseDriver]   "sessionName": "test_copy_pan_to_clipboard",
2021-06-15 06:29:20:393 - [debug] [BaseDriver]   "buildName": "sqa_2021_06_15",
2021-06-15 06:29:20:393 - [debug] [BaseDriver]   "projectName": "SQA-Regression",
2021-06-15 06:29:20:394 - [debug] [BaseDriver]   "platform": "MAC",
2021-06-15 06:29:20:394 - [debug] [BaseDriver]   "browserstack.minOSVersion": "11.0",
2021-06-15 06:29:20:394 - [debug] [BaseDriver]   "bundleID": "com.a.b",
2021-06-15 06:29:20:395 - [debug] [BaseDriver]   "version": "",
2021-06-15 06:29:20:395 - [debug] [BaseDriver]   "mobile": {
2021-06-15 06:29:20:395 - [debug] [BaseDriver]     "browser": "mobile",
2021-06-15 06:29:20:395 - [debug] [BaseDriver]     "version": "iPhone 11-14.0"
2021-06-15 06:29:20:395 - [debug] [BaseDriver]   },
2021-06-15 06:29:20:395 - [debug] [BaseDriver]   "orig_os": "ios",
2021-06-15 06:29:20:395 - [debug] [BaseDriver]   "64bit": false,
2021-06-15 06:29:20:395 - [debug] [BaseDriver]   "safariInitialUrl": "http://mobile-internet-check.browserstack.com",
2021-06-15 06:29:20:395 - [debug] [BaseDriver]   "webkitResponseTimeout": 20000,
2021-06-15 06:29:20:395 - [debug] [BaseDriver]   "uiautomator2ServerLaunchTimeout": 60000,
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "deviceOrientation": "PORTRAIT",
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "wdaStartupRetries": 3,
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "waitForQuiescence": "false",
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "browserstack.appium_version": "1.17.0",
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "realMobile": "true",
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "acceptSslCerts": false,
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "safariIgnoreFraudWarning": true,
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "noReset": true,
2021-06-15 06:29:20:396 - [debug] [BaseDriver]   "wda_port": 8405
2021-06-15 06:29:20:396 - [debug] [BaseDriver] }
2021-06-15 06:29:20:397 - [BaseDriver] Capability 'waitForQuiescence' changed from string to boolean. This may cause unexpected behavior
2021-06-15 06:29:20:399 - [BaseDriver] The following capabilities were provided, but are not recognized by Appium:
2021-06-15 06:29:20:400 - [BaseDriver]   browserstack.isTargetBased
2021-06-15 06:29:20:400 - [BaseDriver]   appPackage
2021-06-15 06:29:20:400 - [BaseDriver]   device
2021-06-15 06:29:20:400 - [BaseDriver]   os_version
2021-06-15 06:29:20:400 - [BaseDriver]   browserstack.is_hub_canary
2021-06-15 06:29:20:400 - [BaseDriver]   acceptSslCert
2021-06-15 06:29:20:400 - [BaseDriver]   detected_language
2021-06-15 06:29:20:401 - [BaseDriver]   new_bucketing
2021-06-15 06:29:20:401 - [BaseDriver]   osVersion
2021-06-15 06:29:20:401 - [BaseDriver]   sessionName
2021-06-15 06:29:20:401 - [BaseDriver]   buildName
2021-06-15 06:29:20:401 - [BaseDriver]   projectName
2021-06-15 06:29:20:401 - [BaseDriver]   platform
2021-06-15 06:29:20:401 - [BaseDriver]   browserstack.minOSVersion
2021-06-15 06:29:20:401 - [BaseDriver]   bundleID
2021-06-15 06:29:20:402 - [BaseDriver]   version
2021-06-15 06:29:20:402 - [BaseDriver]   mobile
2021-06-15 06:29:20:402 - [BaseDriver]   orig_os
2021-06-15 06:29:20:402 - [BaseDriver]   64bit
2021-06-15 06:29:20:402 - [BaseDriver]   uiautomator2ServerLaunchTimeout
2021-06-15 06:29:20:402 - [BaseDriver]   deviceOrientation
2021-06-15 06:29:20:402 - [BaseDriver]   browserstack.appium_version
2021-06-15 06:29:20:402 - [BaseDriver]   realMobile
2021-06-15 06:29:20:402 - [BaseDriver]   acceptSslCerts
2021-06-15 06:29:20:402 - [BaseDriver]   wda_port
2021-06-15 06:29:20:403 - [BaseDriver] Session created with session id: d7135614-71f8-44cd-b553-5799690e5856
2021-06-15 06:29:20:419 - [debug] [XCUITest] Current user: 'app'
2021-06-15 06:29:20:426 - [debug] [XCUITest] Available devices: 00008101-000A28C03482001E, 00008030-001924C01E33802E, 00008030-000641200187802E, 00008027-001D390901E9802E, 00008030-000358463669802E, 00008030-0011193A0A3B802E, 00008030-001A34890CF3802E, 00008030-00161914019B802E
2021-06-15 06:29:20:426 - [debug] [XCUITest] Creating iDevice object with udid '00008030-001924C01E33802E'
2021-06-15 06:29:20:427 - [XCUITest] Determining device to run tests on: udid: '00008030-001924C01E33802E', real device: true
2021-06-15 06:29:20:427 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1623738560427 (06:29:20 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:20:428 - [debug] [BaseDriver] Event 'appConfigured' logged at 1623738560428 (06:29:20 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:20:428 - [debug] [BaseDriver] Event 'resetStarted' logged at 1623738560428 (06:29:20 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:20:428 - [debug] [XCUITest] Reset: fullReset not set. Leaving as is
2021-06-15 06:29:20:428 - [debug] [BaseDriver] Event 'resetComplete' logged at 1623738560428 (06:29:20 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:20:629 - [debug] [XCUITest] Crash reports root '/Users/app/Library/Logs/CrashReporter/MobileDevice/iPhone' does not exist. Got nothing to gather.
2021-06-15 06:29:20:630 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1623738560630 (06:29:20 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:20:630 - [XCUITest] Setting up real device
2021-06-15 06:29:20:630 - [debug] [XCUITest] Calling: 'ios-deploy --exists --id 00008030-001924C01E33802E --bundle_id com.a.b'
2021-06-15 06:29:20:907 - [debug] [XCUITest] Stdout: '[....] Waiting for iOS device to be connected
2021-06-15 06:29:20:907 - [debug] [XCUITest] Skipping 00008101-000A28C03482001E (D53pAP, D53pAP, uknownos, unkarch) a.k.a. 'iPhone'.
2021-06-15 06:29:20:907 - [debug] [XCUITest] [....] Using 00008030-001924C01E33802E (N104AP, N104AP, uknownos, unkarch) a.k.a. 'iPhone'.
2021-06-15 06:29:20:907 - [debug] [XCUITest] true
2021-06-15 06:29:20:907 - [debug] [XCUITest] '
2021-06-15 06:29:20:907 - [WebDriverAgent] Using WDA path: '/usr/local/.browserstack/config/wda_derived_data_00008030-001924C01E33802E_1.17.0/Build/Products'
2021-06-15 06:29:20:908 - [WebDriverAgent] Using WDA agent: '/usr/local/.browserstack/config/wda_derived_data_00008030-001924C01E33802E_1.17.0/Build/Products/WebDriverAgent.xcodeproj'
2021-06-15 06:29:20:919 - [debug] [WebDriverAgent] Error getting processes listening on port '8405': Command 'lsof' not found. Is it installed?
2021-06-15 06:29:20:919 - [debug] [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8405 have been found
2021-06-15 06:29:20:919 - [DevCon Factory] Requesting connection for device 00008030-001924C01E33802E on local port 8405, device port 8405
2021-06-15 06:29:20:920 - [debug] [DevCon Factory] Cached connections count: 1
2021-06-15 06:29:20:920 - [DevCon Factory] Found cached connections on port #8405: ["00008030-001924C01E33802E:8405"]
2021-06-15 06:29:20:922 - [DevCon Factory] Port #8405 is busy. Did you quit the previous driver session(s) properly?
2021-06-15 06:29:20:922 - [DevCon Factory] Trying to release the port
2021-06-15 06:29:20:922 - [DevCon Factory] Releasing the listener for '00008030-001924C01E33802E:8405'
2021-06-15 06:29:20:922 - [debug] [iProxy@00008030:8405] Closing the connection
2021-06-15 06:29:20:924 - [iProxy@00008030:8405] The connection has been closed
2021-06-15 06:29:20:924 - [DevCon Factory] Port #8405 has been successfully released after 2ms
2021-06-15 06:29:20:925 - [DevCon Factory] Successfully requested the connection for 00008030-001924C01E33802E:8405
2021-06-15 06:29:20:925 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus'
2021-06-15 06:29:20:925 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8405/status] with no body
2021-06-15 06:29:20:945 - [debug] [WD Proxy] Got response with status 200: {
2021-06-15 06:29:20:945 - [debug] [WD Proxy]   "value" : {
2021-06-15 06:29:20:945 - [debug] [WD Proxy]     "message" : "WebDriverAgent is ready to accept commands",
2021-06-15 06:29:20:945 - [debug] [WD Proxy]     "state" : "success",
2021-06-15 06:29:20:945 - [debug] [WD Proxy]     "os" : {
2021-06-15 06:29:20:945 - [debug] [WD Proxy]       "name" : "iOS",
2021-06-15 06:29:20:945 - [debug] [WD Proxy]       "version" : "14.0",
2021-06-15 06:29:20:945 - [debug] [WD Proxy]       "sdkVersion" : "14.0"
2021-06-15 06:29:20:946 - [debug] [WD Proxy]     },
2021-06-15 06:29:20:946 - [debug] [WD Proxy]     "ios" : {
2021-06-15 06:29:20:946 - [debug] [WD Proxy]       "simulatorVersion" : "14.0",
2021-06-15 06:29:20:946 - [debug] [WD Proxy]       "ip" : "192.168.2.25"
2021-06-15 06:29:20:946 - [debug] [WD Proxy]     },
2021-06-15 06:29:20:946 - [debug] [WD Proxy]     "ready" : true,
2021-06-15 06:29:20:946 - [debug] [WD Proxy]     "build" : {
2021-06-15 06:29:20:947 - [debug] [WD Proxy]       "time" : "Jun 11 2021 14:04:23",
2021-06-15 06:29:20:947 - [debug] [WD Proxy]       "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
2021-06-15 06:29:20:947 - [debug] [WD Proxy]     }
2021-06-15 06:29:20:947 - [debug] [WD Proxy]   },
2021-06-15 06:29:20:947 - [debug] [WD Proxy]   "sessionId" : "B71B8B53-2C72-4C72-9528-9A41BDF9B05F"
2021-06-15 06:29:20:947 - [debug] [WD Proxy] }
2021-06-15 06:29:20:948 - [debug] [WebDriverAgent] Upgrade timestamp of the currently bundled WDA: null
2021-06-15 06:29:20:949 - [debug] [WebDriverAgent] Upgrade timestamp of the WDA on the device: undefined
2021-06-15 06:29:20:949 - [WebDriverAgent] Will reuse previously cached WDA instance at 'http://127.0.0.1:8405/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 8405 if this is an undesired behavior.
2021-06-15 06:29:20:949 - [debug] [XCUITest] Trying to start WebDriverAgent 3 times with 10000ms interval
2021-06-15 06:29:20:950 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1623738560950 (06:29:20 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:20:950 - [WebDriverAgent] Using provided WebdriverAgent at 'http://127.0.0.1:8405/'
2021-06-15 06:29:20:950 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus'
2021-06-15 06:29:20:950 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8405/status] with no body
2021-06-15 06:29:20:965 - [debug] [WD Proxy] Got response with status 200: {
2021-06-15 06:29:20:965 - [debug] [WD Proxy]   "value" : {
2021-06-15 06:29:20:965 - [debug] [WD Proxy]     "message" : "WebDriverAgent is ready to accept commands",
2021-06-15 06:29:20:965 - [debug] [WD Proxy]     "state" : "success",
2021-06-15 06:29:20:965 - [debug] [WD Proxy]     "os" : {
2021-06-15 06:29:20:966 - [debug] [WD Proxy]       "name" : "iOS",
2021-06-15 06:29:20:966 - [debug] [WD Proxy]       "version" : "14.0",
2021-06-15 06:29:20:966 - [debug] [WD Proxy]       "sdkVersion" : "14.0"
2021-06-15 06:29:20:966 - [debug] [WD Proxy]     },
2021-06-15 06:29:20:966 - [debug] [WD Proxy]     "ios" : {
2021-06-15 06:29:20:966 - [debug] [WD Proxy]       "simulatorVersion" : "14.0",
2021-06-15 06:29:20:966 - [debug] [WD Proxy]       "ip" : "192.168.2.25"
2021-06-15 06:29:20:966 - [debug] [WD Proxy]     },
2021-06-15 06:29:20:966 - [debug] [WD Proxy]     "ready" : true,
2021-06-15 06:29:20:966 - [debug] [WD Proxy]     "build" : {
2021-06-15 06:29:20:966 - [debug] [WD Proxy]       "time" : "Jun 11 2021 14:04:23",
2021-06-15 06:29:20:966 - [debug] [WD Proxy]       "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
2021-06-15 06:29:20:966 - [debug] [WD Proxy]     }
2021-06-15 06:29:20:966 - [debug] [WD Proxy]   },
2021-06-15 06:29:20:967 - [debug] [WD Proxy]   "sessionId" : "B71B8B53-2C72-4C72-9528-9A41BDF9B05F"
2021-06-15 06:29:20:967 - [debug] [WD Proxy] }
2021-06-15 06:29:20:967 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1623738560967 (06:29:20 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:20:967 - [debug] [XCUITest] Sending createSession command to WDA
2021-06-15 06:29:20:968 - [debug] [WD Proxy] Matched '/session' to command name 'createSession'
2021-06-15 06:29:20:968 - [debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8405/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.a.b","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":false,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
2021-06-15 06:29:27:890 - [debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"3EE2D7C0-A709-4365-8A58-9810CB3D3D4B","capabilities":{"device":"iphone","browserName":" ","sdkVersion":"14.0","CFBundleIdentifier":"com.apple.springboard"}},"sessionId":"3EE2D7C0-A709-4365-8A58-9810CB3D3D4B"}
2021-06-15 06:29:27:890 - [WD Proxy] Determined the downstream protocol as 'W3C'
2021-06-15 06:29:27:890 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1623738567890 (06:29:27 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:27:890 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1623738567890 (06:29:27 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:27:890 - [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2021-06-15 06:29:27:893 - [debug] [WD Proxy] Matched '/orientation' to command name 'setOrientation'
2021-06-15 06:29:27:893 - [debug] [WD Proxy] Proxying [POST /orientation] to [POST http://127.0.0.1:8405/session/3EE2D7C0-A709-4365-8A58-9810CB3D3D4B/orientation] with body: {"orientation":"PORTRAIT"}
2021-06-15 06:29:29:425 - [debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":"3EE2D7C0-A709-4365-8A58-9810CB3D3D4B"}
2021-06-15 06:29:29:426 - [debug] [BaseDriver] Event 'orientationSet' logged at 1623738569426 (06:29:29 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:29:426 - [debug] [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2021-06-15 06:29:29:426 - [debug] [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2021-06-15 06:29:29:426 - [Appium] New XCUITestDriver session created successfully, session d7135614-71f8-44cd-b553-5799690e5856 added to master session list
2021-06-15 06:29:29:427 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1623738569427 (06:29:29 GMT+0000 (Coordinated Universal Time))
2021-06-15 06:29:29:427 - [debug] [MJSONWP (d7135614)] Cached the protocol value 'MJSONWP' for the new session d7135614-71f8-44cd-b553-5799690e5856
2021-06-15 06:29:29:428 - [HTTP] <-- POST /wd/hub/session 200 9040 ms - 1640
2021-06-15 06:29:29:429 - [HTTP]

...

2021-06-15 06:30:35:407 - [HTTP] --> POST /wd/hub/session/d7135614-71f8-44cd-b553-5799690e5856/appium/device/activate_app
2021-06-15 06:30:35:407 - [HTTP] {"appId":"com.facebook.WebDriverAgentRunner.xctrunner"}
2021-06-15 06:30:35:407 - [debug] [MJSONWP (d7135614)] Calling AppiumDriver.activateApp() with args: ["com.facebook.WebDriverAgentRunner.xctrunner",null,null,null,"d7135614-71f8-44cd-b553-5799690e5856"]
2021-06-15 06:30:35:407 - [debug] [XCUITest] Executing command 'activateApp'
2021-06-15 06:30:35:410 - [debug] [WD Proxy] Proxying [POST /wda/apps/launch] to [POST http://127.0.0.1:8405/session/3EE2D7C0-A709-4365-8A58-9810CB3D3D4B/wda/apps/launch] with body: {"bundleId":"com.facebook.WebDriverAgentRunner.xctrunner"}
2021-06-15 06:31:35:465 - [WD Proxy] Got response with status 500: {"value":{"error":"unknown error","message":"API violation - object is a required parameter.","traceback":"(\n\t0   CoreFoundation                      0x00000001aa9ca5c0 472C9193-115D-34CD-AD1D-0E7E091C9432 + 1185216\n\t1   libobjc.A.dylib                     0x00000001bea4442c objc_exception_throw + 60\n\t2   CoreFoundation                      0x00000001aa8d31b4 472C9193-115D-34CD-AD1D-0E7E091C9432 + 172468\n\t3   Foundation                          0x00000001abc317bc 095C09DD-6436-3270-B062-A150203FDEED + 505788\n\t4   XCTest                              0x0000000102857fe8 -[XCTKVOExpectation initWithKeyPath:object:expectedValue:options:] + 824\n\t5   XCTest                              0x0000000102858050 -[XCTKVOExpectation initWithKeyPath:object:expectedValue:] + 88\n\t6   XCTest                              0x000000010285f164 -[XCUIApplicationImpl _waitForValidPID] + 120\n\t7   XCTest                              0x000000010285e18c __42-[XCUIApplicationImpl _launchWithRequest:]_block_invoke + 768\n\...
2021-06-15 06:31:35:465 - [debug] [W3C] Matched W3C error code 'unknown error' to UnknownError
2021-06-15 06:31:35:481 - [debug] [MJSONWP (d7135614)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: API violation - object is a required parameter.
2021-06-15 06:31:35:481 - [debug] [MJSONWP (d7135614)]     at errorFromW3CJsonCode (/nix/store/cx5lbswy4694dy61i0c84gynvjs9j11n-appium-1.17.0/node_modules/appium-base-driver/lib/protocol/errors.js:780:25)
2021-06-15 06:31:35:482 - [debug] [MJSONWP (d7135614)]     at ProxyRequestError.getActualError (/nix/store/cx5lbswy4694dy61i0c84gynvjs9j11n-appium-1.17.0/node_modules/appium-base-driver/lib/protocol/errors.js:663:14)
2021-06-15 06:31:35:482 - [debug] [MJSONWP (d7135614)]     at JWProxy.command (/nix/store/cx5lbswy4694dy61i0c84gynvjs9j11n-appium-1.17.0/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:265:8)
2021-06-15 06:31:35:482 - [HTTP] <-- POST /wd/hub/session/d7135614-71f8-44cd-b553-5799690e5856/appium/device/activate_app 500 60074 ms - 218
2021-06-15 06:31:35:482 - [HTTP]
  • Platform you are automating (iOS or Android): iOS (React Native)
  • Appium version: v1.17.0
  • Simulator/Emulator or Real Device: Real Device
  • The language you are using for writing tests (client binding): Python