Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taps on a View with RNGH do not work as expected when the app is started with Detox #4194

Closed
1 of 2 tasks
JulienFremyMP opened this issue Sep 19, 2023 · 3 comments · Fixed by #4258
Closed
1 of 2 tasks

Comments

@JulienFremyMP
Copy link

What happened?

We're using RNGH to handle taps in views in our react-native app.

When using it manually it works well.

When trying to test the app with Detox, after a first single tap, following taps seem to be ignored.

What was the expected behaviour?

We would have expected that Detox does not prevent to detect taps on the view.

Was it tested on latest Detox?

  • I have tested this issue on the latest Detox release and it still reproduces.

Did your test throw out a timeout?

Help us reproduce this issue!

I tried the DetoxTemplate project but it did not really work (npm install hanged). And since I don't have that much time and I'm no expert in this, I preferred to do a brand new repo that reproduces the issue.

It is here: https://github.com/JulienFremyMP/DetoxApp

See its README to reproduce the issue.

In what environment did this happen?

Detox version: 20.12.0
React Native version: 0.72.4
Has Fabric (React Native's new rendering system) enabled: no
Node version: v18.17.1
Device model: iPhone SE (3rd generation)
iOS version: 17.0
macOS version: 13.5.2
Xcode version: 15.0
Test-runner (select one): jest

Detox logs

Detox logs
11:06:30.409 detox[39538] B artifacts-manager onBootDevice
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","type":"ios.simulator","coldBoot":false})
11:06:30.409 detox[39538] E artifacts-manager onBootDevice
11:06:30.409 detox[39538] E device postAllocate
11:06:30.415 detox[39538] B device installUtilBinaries
  args: ()
11:06:30.415 detox[39538] E device installUtilBinaries
11:06:30.416 detox[39538] B device selectApp
  args: ("default")
11:06:30.422 detox[39538] E device selectApp
11:06:30.422 detox[39538] B device uninstallApp
  args: ()
11:06:30.422 detox[39538] B artifacts-manager onBeforeUninstallApp
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","bundleId":"org.reactjs.native.example.DetoxApp"})
11:06:30.423 detox[39538] E artifacts-manager onBeforeUninstallApp
11:06:30.423 detox[39538] i child-process:EXEC_CMD /usr/bin/xcrun simctl uninstall 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp
11:06:30.423 detox[39538] i child-process:EXEC_TRY Uninstalling org.reactjs.native.example.DetoxApp...
11:06:30.637 detox[39538] i child-process:EXEC_SUCCESS org.reactjs.native.example.DetoxApp uninstalled
11:06:30.638 detox[39538] E device uninstallApp
11:06:30.638 detox[39538] B device selectApp
  args: ("default")
11:06:30.639 detox[39538] B device terminateApp
  args: ()
11:06:30.640 detox[39538] B artifacts-manager onBeforeTerminateApp
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","bundleId":"org.reactjs.native.example.DetoxApp"})
11:06:30.640 detox[39538] E artifacts-manager onBeforeTerminateApp
11:06:30.642 detox[39538] i child-process:EXEC_CMD /usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp
11:06:30.642 detox[39538] i child-process:EXEC_TRY Terminating org.reactjs.native.example.DetoxApp...
11:06:31.769 detox[39538] i child-process:EXEC_TRY_FAIL An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate

11:06:31.769 detox[39538] i child-process:EXEC_TRY Terminating org.reactjs.native.example.DetoxApp...
11:06:31.876 detox[39538] i child-process:EXEC_FAIL "/usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate
 `/usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp` (exited with error code 3) (code=3), stdout and stderr:

11:06:31.877 detox[39538] i child-process:EXEC_FAIL
11:06:31.877 detox[39538] i child-process:EXEC_FAIL An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate

11:06:31.877 detox[39538] B artifacts-manager onTerminateApp
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","bundleId":"org.reactjs.native.example.DetoxApp"})
11:06:31.877 detox[39538] E artifacts-manager onTerminateApp
11:06:31.877 detox[39538] E device terminateApp
11:06:31.877 detox[39538] E device selectApp
11:06:31.878 detox[39538] B device installApp
  args: ()
11:06:31.878 detox[39538] i child-process:EXEC_CMD /usr/bin/xcrun simctl install 8E7C0651-82C3-43C9-B1CD-D280C192BE2B "/Users/jfremy/dev/perso/react-native/DetoxApp/ios/build/Build/Products/Debug-iphonesimulator/DetoxApp.app"
11:06:31.878 detox[39538] i child-process:EXEC_TRY Installing /Users/jfremy/dev/perso/react-native/DetoxApp/ios/build/Build/Products/Debug-iphonesimulator/DetoxApp.app...
11:06:32.165 detox[39538] i child-process:EXEC_SUCCESS /Users/jfremy/dev/perso/react-native/DetoxApp/ios/build/Build/Products/Debug-iphonesimulator/DetoxApp.app installed
11:06:32.165 detox[39538] E device installApp
11:06:32.165 detox[39538] B device selectApp
  args: ("default")
11:06:32.165 detox[39538] B device terminateApp
  args: ()
11:06:32.165 detox[39538] B artifacts-manager onBeforeTerminateApp
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","bundleId":"org.reactjs.native.example.DetoxApp"})
11:06:32.165 detox[39538] E artifacts-manager onBeforeTerminateApp
11:06:32.165 detox[39538] i child-process:EXEC_CMD /usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp
11:06:32.165 detox[39538] i child-process:EXEC_TRY Terminating org.reactjs.native.example.DetoxApp...
11:06:33.295 detox[39538] i child-process:EXEC_TRY_FAIL An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate

11:06:33.295 detox[39538] i child-process:EXEC_TRY Terminating org.reactjs.native.example.DetoxApp...
11:06:33.397 detox[39538] i child-process:EXEC_FAIL "/usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate
 `/usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp` (exited with error code 3) (code=3), stdout and stderr:

11:06:33.398 detox[39538] i child-process:EXEC_FAIL
11:06:33.398 detox[39538] i child-process:EXEC_FAIL An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate

11:06:33.398 detox[39538] B artifacts-manager onTerminateApp
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","bundleId":"org.reactjs.native.example.DetoxApp"})
11:06:33.398 detox[39538] E artifacts-manager onTerminateApp
11:06:33.398 detox[39538] E device terminateApp
11:06:33.398 detox[39538] E device selectApp
11:06:33.398 detox[39538] E lifecycle set up environment
11:06:33.540 detox[39538] i lifecycle starter.test.ts is assigned to 8E7C0651-82C3-43C9-B1CD-D280C192BE2B (iPhone SE (3rd generation))
11:06:33.540 detox[39538] B lifecycle run the tests
11:06:33.541 detox[39538] B artifacts-manager onRunDescribeStart
  args: ({"name":"ROOT_DESCRIBE_BLOCK"})
11:06:33.541 detox[39538] E artifacts-manager onRunDescribeStart
11:06:33.541 detox[39538] B lifecycle Example
11:06:33.541 detox[39538] B artifacts-manager onRunDescribeStart
  args: ({"name":"Example"})
11:06:33.542 detox[39538] E artifacts-manager onRunDescribeStart
11:06:33.542 detox[39538] B lifecycle beforeAll
11:06:33.543 detox[39538] B device launchApp
  args: ()
11:06:33.543 detox[39538] B device terminateApp
  args: ("org.reactjs.native.example.DetoxApp")
11:06:33.543 detox[39538] B artifacts-manager onBeforeTerminateApp
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","bundleId":"org.reactjs.native.example.DetoxApp"})
11:06:33.543 detox[39538] E artifacts-manager onBeforeTerminateApp
11:06:33.543 detox[39538] i child-process:EXEC_CMD /usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp
11:06:33.543 detox[39538] i child-process:EXEC_TRY Terminating org.reactjs.native.example.DetoxApp...
11:06:34.655 detox[39538] i child-process:EXEC_TRY_FAIL An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate

11:06:34.656 detox[39538] i child-process:EXEC_TRY Terminating org.reactjs.native.example.DetoxApp...
11:06:34.765 detox[39538] i child-process:EXEC_FAIL "/usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate
 `/usr/bin/xcrun simctl terminate 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp` (exited with error code 3) (code=3), stdout and stderr:

11:06:34.765 detox[39538] i child-process:EXEC_FAIL
11:06:34.766 detox[39538] i child-process:EXEC_FAIL An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
	The request to terminate "org.reactjs.native.example.DetoxApp" failed. found nothing to terminate
	found nothing to terminate

11:06:34.766 detox[39538] B artifacts-manager onTerminateApp
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","bundleId":"org.reactjs.native.example.DetoxApp"})
11:06:34.766 detox[39538] E artifacts-manager onTerminateApp
11:06:34.766 detox[39538] E device terminateApp
11:06:34.766 detox[39538] B artifacts-manager onBeforeLaunchApp
  args: ({"bundleId":"org.reactjs.native.example.DetoxApp","deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","launchArgs":{"detoxServer":"ws://localhost:60761","detoxSessionId":"c3bbecf9-bbf1-3402-bd99-088606fd6156"}})
11:06:34.767 detox[39538] E artifacts-manager onBeforeLaunchApp
11:06:34.767 detox[39538] i child-process:EXEC_CMD SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES="/Users/jfremy/Library/Detox/ios/83adbfcb70c911562893a984107a62a1aec14772/Detox.framework/Detox" /usr/bin/xcrun simctl launch 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp --args -detoxServer ws://localhost:60761 -detoxSessionId c3bbecf9-bbf1-3402-bd99-088606fd6156 -detoxDisableHierarchyDump YES
11:06:34.767 detox[39538] i child-process:EXEC_TRY Launching org.reactjs.native.example.DetoxApp...
11:06:34.896 detox[39538] i child-process:EXEC_SUCCESS org.reactjs.native.example.DetoxApp: 39623

11:06:34.897 detox[39538] i child-process:EXEC_CMD /usr/bin/xcrun simctl get_app_container 8E7C0651-82C3-43C9-B1CD-D280C192BE2B org.reactjs.native.example.DetoxApp
11:06:35.042 detox[39538] i child-process:EXEC_SUCCESS /Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/BF2E299B-C608-4496-AEFA-5048E4A1D424/DetoxApp.app

11:06:35.048 detox[39538] i device org.reactjs.native.example.DetoxApp launched. To watch simulator logs, run:
        /usr/bin/xcrun simctl spawn 8E7C0651-82C3-43C9-B1CD-D280C192BE2B log stream --level debug --style compact --predicate 'process == "DetoxApp"'
11:06:35.049 detox[39538] B artifacts-manager onLaunchApp
  args: ({"bundleId":"org.reactjs.native.example.DetoxApp","deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","launchArgs":{"detoxServer":"ws://localhost:60761","detoxSessionId":"c3bbecf9-bbf1-3402-bd99-088606fd6156","detoxDisableHierarchyDump":"YES"},"pid":39623})
11:06:35.049 detox[39538] E artifacts-manager onLaunchApp

 RUNS  e2e/starter.test.ts
11:06:35.205 detox[39537] B ws-server@60858 connection :60761<->:60858
11:06:35.410 detox[39537] i ws-server@60858 get
  data: {"messageId":0,"params":{"sessionId":"c3bbecf9-bbf1-3402-bd99-088606fd6156","role":"app"},"type":"login"}
11:06:35.411 detox[39537] i ws-server@60858 send
  data: {
    "messageId": 0,
    "params": {
      "testerConnected": true,
      "appConnected": true
    },
    "type": "loginSuccess"
  }
11:06:35.411 detox[39537] i ws-server app joined session c3bbecf9-bbf1-3402-bd99-088606fd6156
11:06:35.411 detox[39537] i ws-server@60767 send
  data: {
11:06:35.411 detox[39538] i ws-client get message
  data: {"type":"appConnected"}

11:06:35.412 detox[39538] i ws-client send message
  data: {"type":"isReady","params":{},"messageId":-1000}

 RUNS  e2e/starter.test.ts
11:06:35.413 detox[39537] i ws-server@60767 get
  data: {"type":"isReady","params":{},"messageId":-1000}
11:06:35.413 detox[39537] i ws-server@60858 send
  data: {
    "type": "isReady",
    "params": {},
    "messageId": -1000
 RUNS  e2e/starter.test.ts
11:06:36.716 detox[39537] i ws-server@60858 get
  data: {"type":"ready","params":{},"messageId":-1000}
11:06:36.717 detox[39537] i ws-server@60767 send
  data: {
    "type": "ready",
    "params": {},
    "messageId": -1000
  }
11:06:36.717 detox[39537] i ws-server@60858 get
  data: {"params":{},"messageId":-1000,"type":"ready"}
11:06:36.717 detox[39537] i ws-server@60767 send
  data: {
    "params": {},
    "messageId": -1000,
11:06:36.717 detox[39538] i ws-client get message
  data: {"type":"ready","params":{},"messageId":-1000}


 RUNS  e2e/starter.test.ts
11:06:36.717 detox[39537] i ws-server@60858 get
  data: {"params":{},"messageId":-1000,"type":"ready"}
11:06:36.717 detox[39537] i ws-server@60767 send
  data: {
    "params": {},
    "messageId": -1000,
11:06:36.718 detox[39538] i ws-client send message
  data: {"type":"waitForActive","params":{},"messageId":1}
11:06:36.718 detox[39538] i ws-client get message
  data: {"params":{},"messageId":-1000,"type":"ready"}


 RUNS  e2e/starter.test.ts
11:06:36.718 detox[39538] i ws-client get message
  data: {"params":{},"messageId":-1000,"type":"ready"}


 RUNS  e2e/starter.test.ts
11:06:36.718 detox[39537] i ws-server@60858 send
  data: {
    "type": "waitForActive",
    "params": {},
    "messageId": 1
  }
11:06:36.720 detox[39537] i ws-server@60858 get
  data: {"type":"waitForActiveDone","params":{},"messageId":1}
11:06:36.721 detox[39537] i ws-server@60767 send
  data: {
    "type": "waitForActiveDone",
    "params": {},
11:06:36.721 detox[39538] i ws-client get message
  data: {"type":"waitForActiveDone","params":{},"messageId":1}

11:06:36.721 detox[39538] B artifacts-manager onAppReady
  args: ({"deviceId":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B","bundleId":"org.reactjs.native.example.DetoxApp","pid":39623})
11:06:36.722 detox[39538] E artifacts-manager onAppReady
11:06:36.722 detox[39538] E device launchApp
11:06:36.722 detox[39538] E lifecycle beforeAll
11:06:36.722 detox[39538] B lifecycle should react to taps
11:06:36.722 detox[39538] i lifecycle Example: should react to taps
11:06:36.723 detox[39538] B artifacts-manager onTestStart
  args: ({"title":"should react to taps","fullName":"Example should react to taps","status":"running","invocations":1})
11:06:36.723 detox[39538] E artifacts-manager onTestStart
11:06:36.723 detox[39538] B lifecycle beforeEach
11:06:36.724 detox[39538] E lifecycle beforeEach
11:06:36.724 detox[39538] B lifecycle test_fn
11:06:36.725 detox[39538] i ws-client send message
  data: {"type":"invoke","params":{"type":"action","action":"tap","predicate":{"type":"id","value":"background","isRegex":false}},"messageId":2}

 RUNS  e2e/starter.test.ts
11:06:36.725 detox[39537] i ws-server@60767 get
11:06:36.726 detox[39538] B ws-client tap:"action","action":"tap","predicate":{"type":"id","value":"background","isRegex"
  data: {
    "type": "action",
    "action": "tap",
    "predicate": {
      "type": "id",
      "value": "background",
      "isRegex": false
    }
  }
  stack: Object.tap (/e2e/starter.test.ts:9:40)
  Generator.next (<anonymous>)
  asyncGeneratorStep (/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
  _next (/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:9)
  /node_modules/@babel/runtime/helpers/asyncToGenerator.js:27:7
  new Promise (<anonymous>)
  Object.<anonymous> (/node_modules/@babel/runtime/helpers/asyncToGenerator.js:19:12)
  Promise.then.completed (/node_modules/jest-circus/build/utils.js:298:28)
  new Promise (<anonymous>)
  callAsyncCircusFn (/node_modules/jest-circus/build/utils.js:231:10)
  _callCircusTest (/node_modules/jest-circus/build/run.js:316:40)
  processTicksAndRejections (node:internal/process/task_queues:95:5)
  _runTest (/node_modules/jest-circus/build/run.js:252:3)
  _runTestsForDescribeBlock (/node_modules/jest-circus/build/run.js:126:9)
  _runTestsForDescribeBlock (/node_modules/jest-circus/build/run.js:121:9)
  run (/node_modules/jest-circus/build/run.js:71:3)
  runAndTransformResultsToJestFormat (/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
  jestAdapter (/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
  runTestInternal (/node_modules/jest-runner/build/runTest.js:367:16)
  runTest (/node_modules/jest-runner/build/runTest.js:444:34)
11:06:36.726 detox[39537] i ws-server@60858 send
  data: {
    "type": "invoke",
    "params": {
      "type": "action",
      "action": "tap",
      "predicate": {
        "type": "id",
        "value": "background",
        "isRegex": false
      }
    },
    "messageId": 2
  }

 RUNS  e2e/starter.test.ts
11:06:37.322 detox[39537] i ws-server@60858 get
  data: {"params":{},"messageId":2,"type":"invokeResult"}
11:06:37.323 detox[39537] i ws-server@60767 send
  data: {
    "params": {},
    "messageId": 2,
11:06:37.325 detox[39538] i ws-client get message
  data: {"params":{},"messageId":2,"type":"invokeResult"}

11:06:37.326 detox[39538] E ws-client tap
11:06:37.327 detox[39538] i ws-client send message
  data: {"type":"invoke","params":{"type":"action","action":"tap","predicate":{"type":"id","value":"background","isRegex":false}},"messageId":3}
11:06:37.328 detox[39538] B ws-client tap
  data: {
    "type": "action",
    "action": "tap",
    "predicate": {
      "type": "id",
      "value": "background",
      "isRegex": false
    }
  }
  stack: Object.tap (/e2e/starter.test.ts:10:40)
  Generator.next (<anonymous>)
  asyncGeneratorStep (/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
  _next (/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:9)
  processTicksAndRejections (node:internal/process/task_queues:95:5)

 RUNS  e2e/starter.test.ts
11:06:37.328 detox[39537] i ws-server@60767 get
  data: {"type":"invoke","params":{"type":"action","action":"tap","predicate":{"type":"id","value":"background","isRegex":false}},"messageId":3}
11:06:37.328 detox[39537] i ws-server@60858 send
  data: {
    "type": "invoke",
    "params": {
      "type": "action",
      "action": "tap",
      "predicate": {
        "type": "id",
        "value": "background",
        "isRegex": false
      }
    },
    "messageId": 3
  }
11:06:37.785 detox[39537] i ws-server@60858 get
  data: {"type":"invokeResult","messageId":3,"params":{}}
11:06:37.786 detox[39537] i ws-server@60767 send
  data: {
    "type": "invokeResult",
    "messageId": 3,
11:06:37.787 detox[39538] i ws-client get message
  data: {"type":"invokeResult","messageId":3,"params":{}}

11:06:37.788 detox[39538] E ws-client tap
11:06:37.788 detox[39538] E lifecycle test_fn
11:06:37.789 detox[39538] B artifacts-manager onTestDone
  args: ({"title":"should react to taps","fullName":"Example should react to taps","status":"passed","invocations":1})
11:06:37.789 detox[39538] E artifacts-manager onTestDone
11:06:37.789 detox[39538] E lifecycle should react to taps
11:06:37.790 detox[39538] i lifecycle Example: should react to taps [OK]
11:06:37.790 detox[39538] B artifacts-manager onRunDescribeFinish
  args: ({"name":"Example"})
11:06:37.790 detox[39538] E artifacts-manager onRunDescribeFinish
11:06:37.791 detox[39538] E lifecycle Example

11:06:37.791 detox[39538] B artifacts-manager onRunDescribeFinish
  args: ({"name":"ROOT_DESCRIBE_BLOCK"})
11:06:37.791 detox[39538] E artifacts-manager onRunDescribeFinish
11:06:37.791 detox[39538] E lifecycle run the tests
11:06:37.792 detox[39538] B lifecycle tear down environment
11:06:37.792 detox[39538] B artifacts-manager onBeforeCleanup
  args: ()
11:06:37.793 detox[39538] E artifacts-manager onBeforeCleanup
11:06:37.793 detox[39538] i ws-client send message
  data: {"type":"cleanup","params":{"stopRunner":true},"messageId":-49642}

 RUNS  e2e/starter.test.ts
11:06:37.794 detox[39537] i ws-server@60767 get
  data: {"type":"cleanup","params":{"stopRunner":true},"messageId":-49642}
11:06:37.794 detox[39537] i ws-server@60858 send
  data: {
    "type": "cleanup",
    "params": {
      "stopRunner": true
    },
    "messageId": -49642
  }
11:06:37.795 detox[39537] i ws-server@60858 get
  data: {"messageId":-49642,"type":"cleanupDone","params":{}}
11:06:37.795 detox[39537] i ws-server@60767 send
  data: {
    "messageId": -49642,
    "type": "cleanupDone",
11:06:37.795 detox[39538] i ws-client get message
  data: {"messageId":-49642,"type":"cleanupDone","params":{}}

11:06:37.796 detox[39538] B device free
  args: ({"udid":"8E7C0651-82C3-43C9-B1CD-D280C192BE2B"}, {"shutdown":false})

 RUNS  e2e/starter.test.ts
11:06:37.797 detox[39537] i ws-server tester exited session c3bbecf9-bbf1-3402-bd99-088606fd6156
11:06:37.797 detox[39537] i ws-server@60858 send
  data: {
    "type": "testerDisconnected",
    "messageId": -1
11:06:37.797 detox[39538] E device free
11:06:37.798 detox[39538] E lifecycle tear down environment
11:06:37.798 detox[39538] E lifecycle e2e/starter.test.ts
 PASS  e2e/starter.test.ts (7.987 s)
  Example
    ✓ should react to taps (1067 ms)

11:06:37.800 detox[39538] i ipc dispatching event to  primary-39537 /tmp/detox.primary-39537  :  reportTestResults , {
  testResults: [
    {
      success: true,
      testFilePath: '/Users/jfremy/dev/perso/react-native/DetoxApp/e2e/starter.test.ts',
      testExecError: undefined,
      isPermanentFailure: false
    }
  ]
}
11:06:37.801 detox[39537] i ipc received event of :  reportTestResults {
  testResults: [
    {
      success: true,
      testFilePath: '/Users/jfremy/dev/perso/react-native/DetoxApp/e2e/starter.test.ts',
      isPermanentFailure: false
    }
  ]
}
11:06:37.801 detox[39537] i ipc dispatching event to socket  :  reportTestResultsDone {
  testResults: [
    {
      success: true,
      testFilePath: '/Users/jfremy/dev/perso/react-native/DetoxApp/e2e/starter.test.ts',
      isPermanentFailure: false
    }
  ]
}
11:06:37.801 detox[39537] i ipc broadcasting event to all known sockets listening to  /tmp/detox.primary-39537  :   sessionStateUpdate {
  testResults: [
    {
      success: true,
      testFilePath: '/Users/jfremy/dev/perso/react-native/DetoxApp/e2e/starter.test.ts',
      isPermanentFailure: false
    }
  ]
}
11:06:37.801 detox[39538] i ipc ## received events ##
11:06:37.801 detox[39538] i ipc detected event reportTestResultsDone {
  testResults: [
    {
      success: true,
      testFilePath: '/Users/jfremy/dev/perso/react-native/DetoxApp/e2e/starter.test.ts',
      isPermanentFailure: false
    }
  ]
}
11:06:37.804 detox[39538] i ipc connection closed primary-39537 /tmp/detox.primary-39537 0 tries remaining of 0
11:06:37.804 detox[39538] i ipc secondary-39538 exceeded connection rety amount of  or stopRetrying flag set.
11:06:37.804 detox[39537] i ipc socket disconnected secondary-39538
11:06:37.902 detox[39537] E lifecycle jest --config e2e/jest.config.js
11:06:37.903 detox[39537] i ws-server Detox server has been closed gracefully
11:06:37.903 detox[39537] i ws-server app exited session c3bbecf9-bbf1-3402-bd99-088606fd6156
11:06:37.903 detox[39537] E ws-server@60858 connection :60761<->:60858
11:06:37.904 detox[39537] E lifecycle node_modules/.bin/detox test --configuration ios.sim.debug --loglevel trace

Device logs

Device logs
Filtering the log data using "processImagePath BEGINSWITH "/Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app""
Timestamp               Ty Process[PID:TID]
2023-09-19 11:07:48.666 Db DetoxApp[39942:226033] [com.apple.defaults:User Defaults] found no value for key LogTouch in CFPrefsSearchListSource<0x600003008f30> (Domain: com.apple.UIKit, Container: (null))
2023-09-19 11:07:48.666 Db DetoxApp[39942:226033] [com.apple.defaults:User Defaults] found no value for key LogGesture in CFPrefsSearchListSource<0x600003008f30> (Domain: com.apple.UIKit, Container: (null))
2023-09-19 11:07:48.666 Db DetoxApp[39942:226033] [com.apple.defaults:User Defaults] found no value for key LogEventDispatch in CFPrefsSearchListSource<0x600003008f30> (Domain: com.apple.UIKit, Container: (null))
2023-09-19 11:07:48.666 Df DetoxApp[39942:226033] [com.apple.UIKit:EventDispatch] Sending UIEvent type: 0; subtype: 0; to windows: 1
2023-09-19 11:07:48.673 Df DetoxApp[39942:226033] [com.apple.UIKit:EventDispatch] Sending UIEvent type: 0; subtype: 0; to window: <UIWindow: 0x109f18460>; contextId: 0x1EB03F41
2023-09-19 11:07:48.673 Db DetoxApp[39942:226033] [com.apple.defaults:User Defaults] found no value for key LogGestureExclusion in CFPrefsSearchListSource<0x600003008f30> (Domain: com.apple.UIKit, Container: (null))
2023-09-19 11:07:48.673 Db DetoxApp[39942:226033] [com.apple.defaults:User Defaults] found no value for key LogGesturePerformance in CFPrefsSearchListSource<0x600003008f30> (Domain: com.apple.UIKit, Container: (null))
2023-09-19 11:07:48.673 A  DetoxApp[39942:226033] (UIKitCore) send gesture actions
2023-09-19 11:07:48.682 Df DetoxApp[39942:226033] [com.apple.UIKit:EventDispatch] Sending UIEvent type: 0; subtype: 0; to windows: 1
2023-09-19 11:07:48.683 Df DetoxApp[39942:226033] [com.apple.UIKit:EventDispatch] Sending UIEvent type: 0; subtype: 0; to window: <UIWindow: 0x109f18460>; contextId: 0x1EB03F41
2023-09-19 11:07:48.683 A  DetoxApp[39942:226033] (UIKitCore) send gesture actions
2023-09-19 11:07:48.683 A  DetoxApp[39942:226033] (UIKitCore) send gesture actions
2023-09-19 11:07:48.685 I  DetoxApp[39942:226079] [com.facebook.react.log:javascript] onSingleTapEnd
2023-09-19 11:07:48.876 Db DetoxApp[39942:2260c1] [com.apple.containermanager:xpc] connection <0x600000c10b10/1/0; 0x600000c10b10> canceled after timeout; cnt = 3
2023-09-19 11:07:48.876 Db DetoxApp[39942:2260c1] [com.apple.containermanager:xpc] connection <0x600000c10b10/1/0> released (shared; canceler); cnt = 2
2023-09-19 11:07:48.876 Df DetoxApp[39942:2260c1] [com.apple.xpc:connection] [0x600003b041c0] invalidated on xpc_connection_cancel()
2023-09-19 11:07:48.876 Db DetoxApp[39942:2260c1] [com.apple.containermanager:xpc] connection <0x600000c10b10/1/0> released; cnt = 1
2023-09-19 11:07:48.876 I  DetoxApp[39942:22606b] [com.apple.containermanager:xpc] connection <0x600000c10b10/1/0; 0x0> invalidated
2023-09-19 11:07:48.876 Db DetoxApp[39942:22606b] [com.apple.containermanager:xpc] connection <0x600000c10b10/1/0> released; cnt = 0
2023-09-19 11:07:48.876 Db DetoxApp[39942:22606b] [com.apple.containermanager:xpc] connection <0x600000c10b10/1/0> freed; cnt = 0
2023-09-19 11:07:49.180 I  DetoxApp[39942:226033] [com.wix.Detox:WebSocket] Action received: invoke
2023-09-19 11:07:49.195 Db DetoxApp[39942:22606b] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked() proceeding with the in_the_app check for hostname: localhost
2023-09-19 11:07:49.195 Db DetoxApp[39942:22606b] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: strings
	Result        : None
2023-09-19 11:07:49.195 Db DetoxApp[39942:22606b] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: stringsdict
	Result        : None
2023-09-19 11:07:49.195 Db DetoxApp[39942:22606b] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked(): hostname localhost is not a tracker. Returning: ne_tracker_status_none
2023-09-19 11:07:49.196 Db DetoxApp[39942:22606b] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked() proceeding with the in_the_app check for hostname: localhost
2023-09-19 11:07:49.196 Db DetoxApp[39942:22606b] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: strings
	Result        : None
2023-09-19 11:07:49.196 Db DetoxApp[39942:22606b] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: stringsdict
	Result        : None
2023-09-19 11:07:49.196 Db DetoxApp[39942:22606b] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked(): hostname localhost is not a tracker. Returning: ne_tracker_status_none
2023-09-19 11:07:49.200 Db DetoxApp[39942:22606b] [com.apple.network.libinfo:getaddrinfo] nat64_v4_requires_synthesis(127.0.0.1) == false
2023-09-19 11:07:49.201 Db DetoxApp[39942:22606b] [com.apple.network:] tcp_connection_create_with_endpoint_and_parameters 10 localhost 9088
2023-09-19 11:07:49.201 Db DetoxApp[39942:22606b] [com.apple.network:] tcp_connection_set_usage_model 10 setting usage model to 1
2023-09-19 11:07:49.201 Df DetoxApp[39942:22606b] (CFNetwork) TCP Conn [10:0x60000334c3c0] using empty proxy configuration
2023-09-19 11:07:49.201 Df DetoxApp[39942:22606b] (CFNetwork) Stream client bypassing proxies on TCP Conn [10:0x60000334c3c0]
2023-09-19 11:07:49.201 Df DetoxApp[39942:22606b] (CFNetwork) TCP Conn 0x60000334c3c0 started
2023-09-19 11:07:49.201 Db DetoxApp[39942:22606b] [com.apple.network:] tcp_connection_start 10 starting
2023-09-19 11:07:49.201 I  DetoxApp[39942:22606b] [com.apple.network:connection] nw_connection_create_with_id [C10] create connection to Hostname#939d2dc1:9088
2023-09-19 11:07:49.202 Db DetoxApp[39942:22606b] [com.apple.network:] tcp_connection_start starting tc_nwconn=0x11320aa70
2023-09-19 11:07:49.202 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10 77DC8514-CD3F-43B2-87FF-1EE0A57BB7EB Hostname#939d2dc1:9088 tcp, definite, attribution: developer, context: Default Network Context (private), proc: 5B317DDC-07B1-3D1D-98D3-5BB0AF15E0E0, no proxy, prohibit fallback, allow socket access] start
2023-09-19 11:07:49.202 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_handler_start [C10 Hostname#939d2dc1:9088 initial parent-flow ((null))]
2023-09-19 11:07:49.202 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10 Hostname#939d2dc1:9088 initial parent-flow ((null))] event: path:start @0.000s
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_handler_path_change [C10 Hostname#939d2dc1:9088 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked() proceeding with the in_the_app check for hostname: localhost
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: strings
	Result        : None
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: stringsdict
	Result        : None
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked(): hostname localhost is not a tracker. Returning: ne_tracker_status_none
2023-09-19 11:07:49.202 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10 Hostname#939d2dc1:9088 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] event: path:satisfied @0.000s, uuid: 0FAED26A-F820-4D2C-B978-F57CA8BCCF6F
2023-09-19 11:07:49.202 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_connection_endpoint_report_on_nw_queue_block_invoke [C10 Hostname#939d2dc1:9088 waiting parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] skipping state update
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_attach_protocols [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_attach_protocols [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] stopping after adding persistent application protocols
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_setup_protocols [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] persistent protocol stack, starting
2023-09-19 11:07:49.202 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] event: flow:start_connect @0.000s
2023-09-19 11:07:49.202 Df DetoxApp[39942:2260c0] [com.apple.network:connection] nw_connection_report_state_with_handler_on_nw_queue [C10] reporting state preparing
2023-09-19 11:07:49.202 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_connect [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] connect bottom protocol
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_start_child [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] creating and starting child handler
2023-09-19 11:07:49.202 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] event: flow:start_child @0.000s
2023-09-19 11:07:49.202 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_handler_start [C10.1 Hostname#939d2dc1:9088 initial path ((null))]
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1 Hostname#939d2dc1:9088 initial path ((null))]
2023-09-19 11:07:49.202 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1 Hostname#939d2dc1:9088 initial path ((null))] event: path:start @0.000s
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_handler_path_change [C10.1 Hostname#939d2dc1:9088 waiting path (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked() proceeding with the in_the_app check for hostname: localhost
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: strings
	Result        : None
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: stringsdict
	Result        : None
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked(): hostname localhost is not a tracker. Returning: ne_tracker_status_none
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1 Hostname#939d2dc1:9088 waiting path (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.202 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1 Hostname#939d2dc1:9088 waiting path (satisfied (Path is satisfied), interface: en0[802.11])] event: path:satisfied @0.000s, uuid: 0FAED26A-F820-4D2C-B978-F57CA8BCCF6F
2023-09-19 11:07:49.202 Db DetoxApp[39942:2260c0] [com.apple.network:connection] -[NWConcrete_nw_endpoint_resolver startWithHandler:] [C10.1 Hostname#939d2dc1:9088 waiting resolver (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.203 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.203 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] event: resolver:start_dns @0.000s
2023-09-19 11:07:49.203 Db DetoxApp[39942:2260c0] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked() proceeding with the in_the_app check for hostname: localhost
2023-09-19 11:07:49.203 Db DetoxApp[39942:2260c0] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: strings
	Result        : None
2023-09-19 11:07:49.203 Db DetoxApp[39942:2260c0] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: stringsdict
	Result        : None
2023-09-19 11:07:49.203 Db DetoxApp[39942:2260c0] [com.apple.networkextension:] ne_tracker_check_is_hostname_blocked(): hostname localhost is not a tracker. Returning: ne_tracker_status_none
2023-09-19 11:07:49.203 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_resolver_create_dns_service_locked [C10.1] Starting host resolution Hostname#939d2dc1:9088, flags 0xc000d000 proto 0
2023-09-19 11:07:49.204 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_resolver_host_resolve_callback [C10.1] flags=0x40000002 ifindex=4294967295 error=NoError(0) hostname=localhost. addr=IPv4#ffd0ada0 ttl=1
2023-09-19 11:07:49.204 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_resolver_start_query_timer [C10.1] Starting 2s query timer to receive all answers for Hostname#939d2dc1:9088
2023-09-19 11:07:49.204 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_resolver_start_delayed_reporting_timer [C10.1] Received IPv4 SVCB result, delaying reporting: waiting 50ms on IPv6 for Hostname#939d2dc1:9088
2023-09-19 11:07:49.205 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_resolver_host_resolve_callback [C10.1] flags=0x40000002 ifindex=0 error=NoSuchRecord(-65554) hostname=localhost. addr=IN6ADDR_ANY ttl=77
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_resolver_cancel_delayed_reporting_timer [C10.1] Cancelling delayed reporting timer for Hostname#939d2dc1:9088
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_resolver_cancel_query_timer [C10.1] Cancelling query timer for Hostname#939d2dc1:9088
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_update [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] resolver is complete
2023-09-19 11:07:49.205 Df DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_update [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] Adding endpoint handler for 127.0.0.1:9088
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_update [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] Updated endpoint list is (127.0.0.1:9088)
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.205 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] event: resolver:receive_dns @0.003s
2023-09-19 11:07:49.205 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_start_next_child [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] starting child endpoint 127.0.0.1:9088
2023-09-19 11:07:49.205 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_handler_start [C10.1.1 127.0.0.1:9088 initial path ((null))]
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_receive_report [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 initial path ((null))]
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 initial path ((null))]
2023-09-19 11:07:49.205 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1.1 127.0.0.1:9088 initial path ((null))] event: path:start @0.003s
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_handler_path_change [C10.1.1 127.0.0.1:9088 waiting path (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_receive_report [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 waiting path (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 waiting path (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.205 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1.1 127.0.0.1:9088 waiting path (satisfied (Path is satisfied), interface: lo0)] event: path:satisfied @0.003s, uuid: F6915507-D460-49DD-9D99-F60311F87060
2023-09-19 11:07:49.205 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_setup_protocols [C10.1.1 127.0.0.1:9088 in_progress socket-flow (satisfied (Path is satisfied), interface: lo0)] setup flow id 292FE512-30E5-4C5B-8A66-C1DCE619034F
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_attach_protocols [C10.1.1 127.0.0.1:9088 in_progress socket-flow (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.205 Db DetoxApp[39942:2260c0] [com.apple.network:] nw_fd_wrapper_create Created <fd_wrapper 37, guarded: false>
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] nw_socket_initialize_socket [C10.1.1:1] Not guarding fd 37
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_attach_protocols [C10.1.1 127.0.0.1:9088 in_progress socket-flow (satisfied (Path is satisfied), interface: lo0)] Attached socket protocol
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_setup_protocols [C10.1.1 127.0.0.1:9088 in_progress socket-flow (satisfied (Path is satisfied), interface: lo0)] leaf flow starting
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_receive_report [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 in_progress socket-flow (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 in_progress socket-flow (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1.1 127.0.0.1:9088 in_progress socket-flow (satisfied (Path is satisfied), interface: lo0)] event: flow:start_connect @0.004s
2023-09-19 11:07:49.206 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_start_next_child [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] starting next child endpoint in 100ms
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_socket_handle_socket_event [C10.1.1:1] Event mask: 0x800
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] nw_socket_handle_socket_event [C10.1.1:1] Socket received CONNECTED event
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_socket_setup_notsent_lowat [C10.1.1:1] Set TCP_NOTSENT_LOWAT(16384)
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] nw_flow_connected [C10.1.1 127.0.0.1:9088 in_progress socket-flow (satisfied (Path is satisfied), interface: lo0)] Output protocol connected (socket)
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_connected_path_change [C10.1.1 127.0.0.1:9088 ready socket-flow (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.206 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_connected_path_change [C10.1.1 127.0.0.1:9088 ready socket-flow (satisfied (Path is satisfied), interface: lo0)] Connected path is satisfied, viable
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_receive_report [C10.1 Hostname#939d2dc1:9088 in_progress resolver (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 ready socket-flow (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 Hostname#939d2dc1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 ready socket-flow (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1.1 127.0.0.1:9088 ready socket-flow (satisfied (Path is satisfied), interface: lo0)] event: flow:child_finish_connect @0.004s
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 127.0.0.1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] connecting endpoint_flow to child's shared protocol
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_setup_protocols [C10 127.0.0.1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] already set up
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_setup_protocols [C10 127.0.0.1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] child flow connected, starting
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_setup_protocols [C10 127.0.0.1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] already started
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 127.0.0.1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1 Hostname#939d2dc1:9088 ready resolver (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1 Hostname#939d2dc1:9088 ready resolver (satisfied (Path is satisfied), interface: en0[802.11])] event: flow:child_finish_connect @0.004s
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_resolver_receive_report [C10.1 Hostname#939d2dc1:9088 ready resolver (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 ready socket-flow (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 127.0.0.1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1.1 127.0.0.1:9088 ready socket-flow (satisfied (Path is satisfied), interface: lo0)]
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1.1 127.0.0.1:9088 ready socket-flow (satisfied (Path is satisfied), interface: lo0)] event: flow:changed_viability @0.004s
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_receive_report [C10 127.0.0.1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] received child report: [C10.1 Hostname#939d2dc1:9088 ready resolver (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10.1 Hostname#939d2dc1:9088 ready resolver (satisfied (Path is satisfied), interface: en0[802.11])] event: flow:changed_viability @0.004s
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] nw_flow_connected [C10 127.0.0.1:9088 in_progress parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] Output protocol connected (endpoint_flow)
2023-09-19 11:07:49.206 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_connected_path_change [C10 127.0.0.1:9088 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11])]
2023-09-19 11:07:49.206 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_endpoint_flow_connected_path_change [C10 127.0.0.1:9088 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] Connected path is satisfied, child is viable
2023-09-19 11:07:49.206 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10 127.0.0.1:9088 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] event: flow:finish_connect @0.004s
2023-09-19 11:07:49.207 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_connection_run_ech_probe_locked_on_nw_queue [C10] stack doesn't include TLS; not running ECH probe
2023-09-19 11:07:49.207 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_connection_endpoint_report_on_nw_queue_block_invoke [C10] Connected fallback generation 0
2023-09-19 11:07:49.207 I  DetoxApp[39942:2260c0] [com.apple.network:connection] nw_connection_start_candidate_manager_if_needed_locked [C10] Checking whether to start candidate manager
2023-09-19 11:07:49.207 Db DetoxApp[39942:2260c0] [com.apple.network:connection] nw_connection_start_candidate_manager_if_needed_locked [C10] Connection does not support multipath, not starting candidate manager
2023-09-19 11:07:49.207 Df DetoxApp[39942:2260c0] [com.apple.network:connection] nw_connection_report_state_with_handler_on_nw_queue [C10] reporting state ready
2023-09-19 11:07:49.207 Df DetoxApp[39942:2260c0] [com.apple.network:connection] [C10 127.0.0.1:9088 ready parent-flow (satisfied (Path is satisfied), interface: en0[802.11])] event: flow:changed_viability @0.005s
2023-09-19 11:07:49.207 Db DetoxApp[39942:22606b] [com.apple.network:] tcp_connection_start_block_invoke 10 sending event TCP_CONNECTION_EVENT_CONNECTED in response to state ready and error (null)
2023-09-19 11:07:49.207 Db DetoxApp[39942:22606b] [com.apple.network:] tcp_connection_fillout_event_locked 10 event: TCP_CONNECTION_EVENT_CONNECTED, reason: nw_connection event, should deliver: true
2023-09-19 11:07:49.207 Db DetoxApp[39942:22606b] [com.apple.network:] tcp_connection_get_statistics DNS: 3ms/3ms since start, TCP: 0ms/0ms since start, TLS: 0ms/0ms since start
2023-09-19 11:07:49.207 Df DetoxApp[39942:22606b] (CFNetwork) TCP Conn 0x60000334c3c0 event 1. err: 0
2023-09-19 11:07:49.207 Db DetoxApp[39942:22606b] [com.apple.network:] tcp_connection_get_socket 10 dupfd: 38, takeownership: true
2023-09-19 11:07:49.207 Df DetoxApp[39942:22606b] (CFNetwork) TCP Conn 0x60000334c3c0 complete. fd: 38, err: 0
2023-09-19 11:07:49.211 Db DetoxApp[39942:226076] [com.apple.defaults:User Defaults] found no value for key SSLSessionConfig in CFPrefsSearchListSource<0x600003008000> (Domain: org.reactjs.native.example.DetoxApp, Container: (null))
2023-09-19 11:07:49.211 Db DetoxApp[39942:226076] [com.apple.defaults:User Defaults] found no value for key SSLSessionConfig in CFPrefsSearchListSource<0x600003008000> (Domain: org.reactjs.native.example.DetoxApp, Container: (null))
2023-09-19 11:07:49.211 Db DetoxApp[39942:226076] [com.apple.defaults:User Defaults] found no value for key SSLSessionConfig in CFPrefsSearchListSource<0x600003008000> (Domain: org.reactjs.native.example.DetoxApp, Container: (null))
2023-09-19 11:07:49.211 Db DetoxApp[39942:226076] [com.apple.defaults:User Defaults] found no value for key SSLSessionConfig in CFPrefsSearchListSource<0x600003008000> (Domain: org.reactjs.native.example.DetoxApp, Container: (null))
2023-09-19 11:07:49.215 A  DetoxApp[39942:226076] (Security) SecTrustEvaluateIfNecessary
2023-09-19 11:07:49.215 Df DetoxApp[39942:226076] [com.apple.securityd:xpc] user sessions enabled, targeting 501
2023-09-19 11:07:49.215 Df DetoxApp[39942:226076] [com.apple.xpc:connection] [0x600003b25500] activating connection: mach=true listener=false peer=false name=com.apple.trustd
2023-09-19 11:07:49.217 Df DetoxApp[39942:226076] [com.apple.securityd:xpc] cleaning up unpooled xpc conn to trustd 0x600003b25500
2023-09-19 11:07:49.217 Df DetoxApp[39942:226076] [com.apple.xpc:connection] [0x600003b25500] invalidated on xpc_connection_cancel()
2023-09-19 11:07:49.217 Df DetoxApp[39942:22606b] [com.apple.securityd:xpc] got event: Connection invalid
2023-09-19 11:07:49.218 Df DetoxApp[39942:226076] [com.apple.securityd:SecError] Trust evaluate failure: [root AnchorTrusted]
2023-09-19 11:07:49.218 Df DetoxApp[39942:226076] (CFNetwork) TCP Conn 0x60000334c3c0 starting SSL negotiation
2023-09-19 11:07:49.222 Db DetoxApp[39942:226076] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: strings
	Result        : None
2023-09-19 11:07:49.223 Db DetoxApp[39942:226076] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: stringsdict
	Result        : None
2023-09-19 11:07:49.223 Db DetoxApp[39942:226076] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: strings
	Result        : None
2023-09-19 11:07:49.223 Db DetoxApp[39942:226076] [com.apple.CFBundle:resources] Resource lookup at CFBundle 0x600003b000e0 </Users/jfremy/Library/Developer/CoreSimulator/Devices/8E7C0651-82C3-43C9-B1CD-D280C192BE2B/data/Containers/Bundle/Application/288DD3A4-5F93-4282-B4D3-2AFE34EDED0A/DetoxApp.app> (executable, loaded)
	Request       : InfoPlist type: stringsdict
	Result        : None
2023-09-19 11:07:49.225 Df DetoxApp[39942:226076] (CFNetwork) TCP Conn 0x60000334c3c0 SSL Handshake DONE
2023-09-19 11:07:49.232 Df DetoxApp[39942:226033] [com.apple.UIKit:EventDispatch] Sending UIEvent type: 0; subtype: 0; to windows: 1
2023-09-19 11:07:49.233 Df DetoxApp[39942:226033] [com.apple.UIKit:EventDispatch] Sending UIEvent type: 0; subtype: 0; to window: <UIWindow: 0x109f18460>; contextId: 0x1EB03F41
2023-09-19 11:07:49.233 A  DetoxApp[39942:226033] (UIKitCore) send gesture actions
2023-09-19 11:07:49.249 Df DetoxApp[39942:226033] [com.apple.UIKit:EventDispatch] Sending UIEvent type: 0; subtype: 0; to windows: 1
2023-09-19 11:07:49.249 Df DetoxApp[39942:226033] [com.apple.UIKit:EventDispatch] Sending UIEvent type: 0; subtype: 0; to window: <UIWindow: 0x109f18460>; contextId: 0x1EB03F41
2023-09-19 11:07:49.249 A  DetoxApp[39942:226033] (UIKitCore) send gesture actions


More data, please!

No response

@sanduluca
Copy link

sanduluca commented Oct 23, 2023

I have following layout. The taps does not work because of the Animated.View. If i remove the animated view the tap works.
The problem is on Android only. On iOS its working fine

import Animated, { useAnimatedStyle } from 'react-native-reanimated';

...

<Animated.View style={animatedStyle}>
	<TouchableOpacity onPress={toggleExpand} testID="EXPAND_CALENDAR_BUTTON">
		<Icon />
	</TouchableOpacity>
</Animated.View>

asafkorem added a commit that referenced this issue Oct 30, 2023
Addresses synchronization problem reported on: #4194

Bypass perform-selector sync in a unique scenario stemming from react-native-gesture-handler.
This is a temporary solution, specifically addressing this case.
A comprehensive fix is in the pipeline, but for the moment, this resolves the isolated occurrence.
asafkorem added a commit that referenced this issue Oct 30, 2023
Addresses synchronization problem reported on: #4194

Bypass perform-selector sync in a unique scenario stemming from react-native-gesture-handler.
This is a temporary solution, specifically addressing this case.
A comprehensive fix is in the pipeline, but for the moment, this resolves the isolated occurrence.
@asafkorem asafkorem linked a pull request Oct 30, 2023 that will close this issue
@asafkorem
Copy link
Contributor

It should be fixed once the patch version containing #4258 is released. I will provide updates on this issue.

noomorph pushed a commit that referenced this issue Oct 30, 2023
Addresses synchronization problem reported on: #4194

Bypass perform-selector sync in a unique scenario stemming from react-native-gesture-handler.
This is a temporary solution, specifically addressing this case.
A comprehensive fix is in the pipeline, but for the moment, this resolves the isolated occurrence.
@noomorph
Copy link
Collaborator

cc @ggilles (please check Detox 20.13.4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants