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

[iOS] App crashes when launching iOS simulator with RN73 #4503

Open
2 tasks done
biteme323 opened this issue Jun 3, 2024 · 2 comments
Open
2 tasks done

[iOS] App crashes when launching iOS simulator with RN73 #4503

biteme323 opened this issue Jun 3, 2024 · 2 comments

Comments

@biteme323
Copy link

biteme323 commented Jun 3, 2024

What happened?

  • Execute Detox Release mode on a test case and receive Signal 6 crash:
  • node ./tool/get-env & detox test --configuration ios.sim.release --loglevel info --take-screenshots none ./e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts
  • App Crashes happens when executing await device.launchApp() after RN 73.6 upgrade

What was the expected behaviour?

  • Simulator should not crash right after launch and run the selected case successfully

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!

kyoung@NOW-kYoung-MBP  ~/repos/DCMoonshot/e2e   feat/RN73Upgrade-kenneth ±  /usr/bin/env 'NODE_OPTIONS= --require "/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.js" ' 'VSCODE_INSPECTOR_OPTIONS=:::{"inspectorIpc":"/var/folders/gs/0sg_s6_n3y37m7b5rchw4lhsz435xb/T/node-cdp.68891-2c6dc394-1.sock","deferredMode":false,"waitForDebugger":"","onlyEntrypoint":false,"autoAttachMode":"always","fileCallback":"/var/folders/gs/0sg_s6_n3y37m7b5rchw4lhsz435xb/T/node-debug-callback-464096621ae35b5d"}' /Users/kyoung/repos/DCMoonshot/e2e/node_modules/.bin/npm run-script ios-release ./e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts
Debugger listening on ws://127.0.0.1:57905/7157462f-187e-4a51-8533-db69d93c14ae
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.

[email protected] ios-release
node ./tool/get-env & detox test --configuration ios.sim.release --loglevel info --take-screenshots none ./e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts

Debugger listening on ws://127.0.0.1:57908/f428a0ea-4e3d-4300-b875-2676998b6af9
For help, see: https://nodejs.org/en/docs/inspector
Debugger listening on ws://127.0.0.1:57909/449d2c3e-e53f-480d-af68-d7228c471bb1
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Debugger attached.
Waiting for the debugger to disconnect...
10:01:33.930 detox[14400] B jest --config ./jest.config.ts ./e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts
Debugger listening on ws://127.0.0.1:57914/9a793ddd-817b-4785-84af-2d3bed1b0cd9
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
watchman warning: Recrawled this watch 7 times, most recently because:
MustScanSubDirs UserDroppedTo resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
To clear this warning, run:
watchman watch-del '/Users/kyoung/repos/DCMoonshot' ; watchman watch-project '/Users/kyoung/repos/DCMoonshot'

10:02:05.932 detox[14405] i com.nowcom.appName launched. To watch simulator logs, run:
/usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate 'process == ""'
10:02:20.623 detox[14405] i The pending request #-1000 ("isReady") has been rejected due to the following error:

The app has crashed, see the details below:

Signal 6 was raised
(
0 Detox 0x0000000110846aa5 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
1 Detox 0x0000000110849b2c __DTXHandleCrash + 460
2 Detox 0x000000011084a263 __DTXHandleSignal + 59
3 libsystem_platform.dylib 0x000000011f778fdd _sigtramp + 29
4 libswiftCore.dylib 0x00000001214e74f9 (anonymous namespace)::DecodedMetadataBuilder::createGenericTypeParameterType(unsigned int, unsigned int) const + 41
5 libsystem_c.dylib 0x000000011f80dd1c abort + 133
6 libsystem_malloc.dylib 0x000000011f9438b0 malloc_vreport + 926
7 libsystem_malloc.dylib 0x000000011f943c53 malloc_zone_error + 190
8 libsystem_malloc.dylib 0x000000011f92cacd nanov2_guard_corruption_detected + 34
9 libsystem_malloc.dylib 0x000000011f92a82f nanov2_allocate_outlined + 351
10 libsystem_malloc.dylib 0x000000011f92b0c4 nanov2_calloc + 612
11 CoreFoundation 0x000000011ddb0828 __NSArrayM_new + 252
12 CoreFoundation 0x000000011dee1195 +[NSMutableArray arrayWithCapacity:] + 33
13 Detox 0x0000000110836081 -[NSArray(Utils) dtx_mapObjectsUsingBlock:] + 81
14 Detox 0x0000000110846b2c +[NSThread(DetoxUtils) dtx_demangledCallStackSymbolsForReturnAddresses:startIndex:] + 45
15 Detox 0x0000000110846ac5 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 69
16 Detox 0x0000000110849b2c __DTXHandleCrash + 460
17 Detox 0x000000011084a263 __DTXHandleSignal + 59
18 libsystem_platform.dylib 0x000000011f778fdd _sigtramp + 29
19 CoreFoundation 0x000000011de4cb27 __CFStringCreateImmutableFunnel3 + 2558
20 libsystem_c.dylib 0x000000011f80dd1c abort + 133
21 libsystem_malloc.dylib 0x000000011f9438b0 malloc_vreport + 926
22 libsystem_malloc.dylib 0x000000011f943c53 malloc_zone_error + 190
23 libsystem_malloc.dylib 0x000000011f92cacd nanov2_guard_corruption_detected + 34
24 libsystem_malloc.dylib 0x000000011f92a82f nanov2_allocate_outlined + 351
25 libsystem_malloc.dylib 0x000000011f92b0c4 nanov2_calloc + 612
26 CoreFoundation 0x000000011de2a03c _CFRuntimeCreateInstance + 390
27 CoreFoundation 0x000000011de4c95b __CFStringCreateImmutableFunnel3 + 2098
28 CoreFoundation 0x000000011de4cea7 CFStringCreateWithBytes + 41
29 Foundation 0x0000000119a94331 +[NSString stringWithUTF8String:] + 68
30 AccessibilityUtilities 0x00000001660c7404 __46-[AXBinaryMonitor _addHandler:withName:toMap:]_block_invoke.91 + 102
31 DetoxSync 0x000000016595db5c ____detox_sync_dispatch_wrapper_block_invoke + 23
32 libdispatch.dylib 0x000000011f1d33ec _dispatch_call_block_and_release + 12
33 libdispatch.dylib 0x000000011f1d46d8 _dispatch_client_callout + 8
34 libdispatch.dylib 0x000000011f1dc27d _dispatch_lane_serial_drain + 1228
35 libdispatch.dylib 0x000000011f1dce17 _dispatch_lane_invoke + 406
36 libdispatch.dylib 0x000000011f1e89a8 _dispatch_root_queue_drain_deferred_wlh + 276
37 libdispatch.dylib 0x000000011f1e7f72 _dispatch_workloop_worker_thread + 552
38 libsystem_pthread.dylib 0x000000011f8e5b84 _pthread_wqthread + 327
39 libsystem_pthread.dylib 0x000000011f8e4acf start_wqthread + 15
)
at Function. (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:22:34)
at Generator.next ()
at /Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:8:71
at new Promise ()
at Object..__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:4:12)
at retries (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:20:24)
at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/retry-promise.ts:95:34
at step (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:46:23)
at Object.next (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:27:53)
at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:21:71
at new Promise ()
at Object..__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:17:12)
at _retry (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:107:12)
at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/retry-promise.ts:48:55
at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/timeout.ts:17:24
at new Promise ()
at Object..exports.timeout (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/timeout.ts:10:12)
at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/retry-promise.ts:48:12
at step (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:46:23)
at Object.next (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:27:53)
at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:21:71
at new Promise ()
at Object..__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:17:12)
at retry (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:75:12)
at Function. (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:19:20)
at Generator.next ()
at /Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:8:71
at new Promise ()
at Object..__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:4:12)
at Function.launchApp (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:32:16)
at /Users/kyoung/repos/DCMoonshot/e2e/e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts:14:27
at Generator.next ()
at /Users/kyoung/repos/DCMoonshot/e2e/e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts:8:71
at new Promise ()
at Object..__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts:4:12)
at Object. (/Users/kyoung/repos/DCMoonshot/e2e/e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts:12:26)
at Promise.then.completed (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/utils.js:298:28)
at new Promise ()
at callAsyncCircusFn (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/utils.js:231:10)
at _callCircusHook (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/run.js:281:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async _runTestsForDescribeBlock (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/run.js:95:7)
at async _runTestsForDescribeBlock (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/run.js:121:9)
at async run (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/run.js:71:3)
at async runAndTransformResultsToJestFormat (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
at async jestAdapter (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at async runTestInternal (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-runner/build/runTest.js:367:16)
at async runTest (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-runner/build/runTest.js:444:34) {
name: 'DetoxRuntimeError'
}
10:02:31.494 detox[14405] i com.nowcom.appName launched. To watch simulator logs, run:
/usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate 'process == ""'
10:02:39.911 detox[14405] i The pending request #-1000 ("isReady") has been rejected due to the following error:

The app has crashed, see the details below:

Signal 6 was raised
(
0 Detox 0x000000010de46aa5 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
1 Detox 0x000000010de49b2c __DTXHandleCrash + 460
2 Detox 0x000000010de4a263 __DTXHandleSignal + 59
3 libsystem_platform.dylib 0x000000011ccaafdd _sigtramp + 29
4 ??? 0x0000000000000000 0x0 + 0
5 libsystem_c.dylib 0x000000011ce11d1c abort + 133
6 libsystem_malloc.dylib 0x000000011cc618b0 malloc_vreport + 926
7 libsystem_malloc.dylib 0x000000011cc61c53 malloc_zone_error + 190
8 libsystem_malloc.dylib 0x000000011cc4aacd nanov2_guard_corruption_detected + 34
9 libsystem_malloc.dylib 0x000000011cc4882f nanov2_allocate_outlined + 351
10 libsystem_malloc.dylib 0x000000011cc490c4 nanov2_calloc + 612
11 CoreFoundation 0x000000011b54019b mdict_rehashd + 90
12 CoreFoundation 0x000000011b53d1c5 -[__NSDictionaryM __setObject:forKey:] + 1004
13 CoreFoundation 0x000000011b3c0900 _createQueryTableAtPath + 1068
14 CoreFoundation 0x000000011b3c017c _copyQueryTable + 261
15 CoreFoundation 0x000000011b3bf933 _copyResourceURLsFromBundle + 366
16 CoreFoundation 0x000000011b3be292 _CFBundleCopyFindResources + 1478
17 CoreFoundation 0x000000011b3bdcc3 CFBundleCopyResourceURL + 31
18 CoreFoundation 0x000000011b5048cb _CFBundleGetStringsSources + 481
19 CoreFoundation 0x000000011b544cee CFBundleGetLocalInfoDictionary + 195
20 Foundation 0x0000000116f6f966 -[NSBundle localizedInfoDictionary] + 30
21 Foundation 0x0000000116f6f9a1 -[NSBundle objectForInfoDictionaryKey:] + 37
22 0x0000000102702dde FIRCLSProcessBinaryImageChange + 832
23 libdispatch.dylib 0x000000011c7666d8 _dispatch_client_callout + 8
24 libdispatch.dylib 0x000000011c76e27d _dispatch_lane_serial_drain + 1228
25 libdispatch.dylib 0x000000011c76ee17 _dispatch_lane_invoke + 406
26 libdispatch.dylib 0x000000011c77a9a8 _dispatch_root_queue_drain_deferred_wlh + 276
27 libdispatch.dylib 0x000000011c779f72 _dispatch_workloop_worker_thread + 552
28 libsystem_pthread.dylib 0x000000011cfc2b84 _pthread_wqthread + 327
29 libsystem_pthread.dylib 0x000000011cfc1acf start_wqthread + 15
)
at Function. (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:22:34)
at Generator.next ()
at /Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:8:71
at new Promise ()
at Object..__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:4:12)
at retries (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:20:24)
at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/retry-promise.ts:95:34
at step (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:46:23)
at Object.next (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:27:53)
at fulfilled (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:18:58) {
name: 'DetoxRuntimeError'
}

RUNS e2e/inventory/listing/vehicle-listing/trim-vin-mileage-display-on-vlp.e2e.ts

In what environment did this happen?

Detox version: 20.22.2
React Native version: 0.73.8
Has Fabric (React Native's new rendering system) enabled: (yes/no) no
Node version: v18.18.0
Device model: iPhone 15 Pro
iOS version: iOS 17.4
macOS version: Sonoma 14.4.1
Xcode version: 15.4
Test-runner (select one): jest / other jest

Detox logs

Detox logs
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"Service path not specified, so defaulting to ipc.config.socketRoot + ipc.config.appspace + id ","time":"2024-06-03T18:37:07.597Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"requested connection to  primary-23036 /tmp/detox.primary-23036","time":"2024-06-03T18:37:07.598Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"Connecting client on Unix Socket : /tmp/detox.primary-23036","time":"2024-06-03T18:37:07.598Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"retrying reset","time":"2024-06-03T18:37:07.602Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"dispatching event to  primary-23036 /tmp/detox.primary-23036  :  registerContext , { id: \u001b[32m'secondary-23037'\u001b[39m }","time":"2024-06-03T18:37:07.603Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"## received events ##","time":"2024-06-03T18:37:07.604Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"detected event registerContextDone { testResults: [], testSessionIndex: \u001b[33m0\u001b[39m }","time":"2024-06-03T18:37:07.605Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"lifecycle,jest-environment","ph":"B","tid":0,"msg":"e2e/inventory/listing/listing-record-count.e2e.ts","time":"2024-06-03T18:37:08.322Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"lifecycle,jest-environment","ph":"B","tid":0,"msg":"set up environment","time":"2024-06-03T18:37:08.332Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"dispatching event to  primary-23036 /tmp/detox.primary-23036  :  registerWorker , { workerId: \u001b[32m'w1'\u001b[39m }","time":"2024-06-03T18:37:08.333Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"## received events ##","time":"2024-06-03T18:37:08.334Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"detected event registerWorkerDone { workersCount: \u001b[33m1\u001b[39m }","time":"2024-06-03T18:37:08.334Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"## received events ##","time":"2024-06-03T18:37:08.421Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"detected event sessionStateUpdate { workersCount: \u001b[33m1\u001b[39m }","time":"2024-06-03T18:37:08.421Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"msg":"opened web socket to: ws://localhost:60221","time":"2024-06-03T18:37:08.425Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"type\":\"login\",\"params\":{\"sessionId\":\"391092c8-57c5-6c55-a4dd-7810a221eb0a\",\"role\":\"tester\"},\"messageId\":0}","msg":"send message","time":"2024-06-03T18:37:08.426Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"type\":\"loginSuccess\",\"params\":{\"testerConnected\":true,\"appConnected\":false},\"messageId\":0}\n ","msg":"get message","time":"2024-06-03T18:37:08.429Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"dispatching event to  primary-23036 /tmp/detox.primary-23036  :  allocateDevice , {\n  deviceConfig: { type: \u001b[32m'ios.simulator'\u001b[39m, device: { type: \u001b[32m'iPhone 15 Pro'\u001b[39m } }\n}","time":"2024-06-03T18:37:08.505Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"## received events ##","time":"2024-06-03T18:37:09.508Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ipc","ph":"i","tid":0,"msg":"detected event allocateDeviceDone {\n  deviceCookie: {\n    id: \u001b[32m'6E08C18B-A9F1-4251-854A-19CF77217BBE'\u001b[39m,\n    udid: \u001b[32m'6E08C18B-A9F1-4251-854A-19CF77217BBE'\u001b[39m,\n    type: \u001b[32m'ios.simulator'\u001b[39m\n  }\n}","time":"2024-06-03T18:37:09.508Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE"}],"msg":"onBootDevice","time":"2024-06-03T18:37:09.519Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBootDevice","time":"2024-06-03T18:37:09.520Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"installUtilBinaries","time":"2024-06-03T18:37:09.520Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"installUtilBinaries","time":"2024-06-03T18:37:09.520Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":["default"],"msg":"selectApp","time":"2024-06-03T18:37:09.521Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"selectApp","time":"2024-06-03T18:37:09.526Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"uninstallApp","time":"2024-06-03T18:37:09.526Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onBeforeUninstallApp","time":"2024-06-03T18:37:09.526Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeUninstallApp","time":"2024-06-03T18:37:09.526Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":0,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:09.527Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":0,"event":"EXEC_TRY","retryNumber":1,"msg":"Uninstalling com.nowcom.dcmobile...","time":"2024-06-03T18:37:09.527Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":0,"event":"EXEC_SUCCESS","msg":"com.nowcom.dcmobile uninstalled","time":"2024-06-03T18:37:09.697Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"uninstallApp","time":"2024-06-03T18:37:09.698Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":["default"],"msg":"selectApp","time":"2024-06-03T18:37:09.698Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"terminateApp","time":"2024-06-03T18:37:09.699Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:09.699Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:09.699Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":1,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:09.699Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":1,"event":"EXEC_TRY","retryNumber":1,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:09.699Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":1,"event":"EXEC_TRY_FAIL","msg":"An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n","time":"2024-06-03T18:37:10.829Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":1,"event":"EXEC_TRY","retryNumber":2,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:10.830Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":1,"event":"EXEC_FAIL","msg":"\"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile\" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile\nAn error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n `/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile` (exited with error code 3) (code=3), stdout and stderr:\n","time":"2024-06-03T18:37:10.934Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":1,"event":"EXEC_FAIL","stdout":true,"msg":"","time":"2024-06-03T18:37:10.934Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":1,"event":"EXEC_FAIL","stderr":true,"msg":"An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n","time":"2024-06-03T18:37:10.934Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onTerminateApp","time":"2024-06-03T18:37:10.934Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onTerminateApp","time":"2024-06-03T18:37:10.934Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"terminateApp","time":"2024-06-03T18:37:10.934Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"selectApp","time":"2024-06-03T18:37:10.935Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"installApp","time":"2024-06-03T18:37:10.935Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":2,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","time":"2024-06-03T18:37:10.935Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":2,"event":"EXEC_TRY","retryNumber":1,"msg":"Installing /Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app...","time":"2024-06-03T18:37:10.935Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":2,"event":"EXEC_SUCCESS","msg":"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app installed","time":"2024-06-03T18:37:11.344Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"installApp","time":"2024-06-03T18:37:11.344Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":["default"],"msg":"selectApp","time":"2024-06-03T18:37:11.344Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"terminateApp","time":"2024-06-03T18:37:11.345Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:11.345Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:11.345Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":3,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:11.345Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":3,"event":"EXEC_TRY","retryNumber":1,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:11.345Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":3,"event":"EXEC_TRY_FAIL","msg":"An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n","time":"2024-06-03T18:37:12.471Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":3,"event":"EXEC_TRY","retryNumber":2,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:12.472Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":3,"event":"EXEC_FAIL","msg":"\"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile\" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile\nAn error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n `/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile` (exited with error code 3) (code=3), stdout and stderr:\n","time":"2024-06-03T18:37:12.573Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":3,"event":"EXEC_FAIL","stdout":true,"msg":"","time":"2024-06-03T18:37:12.573Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":3,"event":"EXEC_FAIL","stderr":true,"msg":"An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n","time":"2024-06-03T18:37:12.573Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onTerminateApp","time":"2024-06-03T18:37:12.574Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onTerminateApp","time":"2024-06-03T18:37:12.574Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"terminateApp","time":"2024-06-03T18:37:12.574Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"selectApp","time":"2024-06-03T18:37:12.574Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"lifecycle,jest-environment","ph":"E","tid":0,"success":true,"msg":"set up environment","time":"2024-06-03T18:37:12.574Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"lifecycle,jest-environment","ph":"B","tid":0,"msg":"run the tests","time":"2024-06-03T18:37:13.013Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"name":"ROOT_DESCRIBE_BLOCK"}],"msg":"onRunDescribeStart","time":"2024-06-03T18:37:13.013Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onRunDescribeStart","time":"2024-06-03T18:37:13.020Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"lifecycle,jest-environment","ph":"B","tid":0,"msg":"[Inventory][Listing] Vehicle Listing Record Count","time":"2024-06-03T18:37:13.021Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"name":"[Inventory][Listing] Vehicle Listing Record Count"}],"msg":"onRunDescribeStart","time":"2024-06-03T18:37:13.021Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onRunDescribeStart","time":"2024-06-03T18:37:13.021Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"lifecycle,jest-environment","ph":"B","tid":0,"functionCode":"() => __awaiter(void 0, void 0, void 0, function* () {\n        yield utilities_1.Utilities.action.launchApp();\n        yield app_1.App.authentication.login(data_1.Data.accounts.credentials.dcmoonshotoapallproducts);\n        yield utilities_1.Utilities.action.tap(app_1.App.header.drawerButton);\n        yield utilities_1.Utilities.action.tap(app_1.App.sideNav.menu(data_1.Data.menu.inventory.allInventory));\n    })","msg":"beforeAll","time":"2024-06-03T18:37:13.022Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[{"delete":true,"newInstance":true,"launchArgs":{"detoxPrintBusyIdleResources":"YES"},"permissions":{"notifications":"NO","camera":"YES","photos":"YES","calendar":"YES","faceid":"YES","userTracking":"NO"}}],"msg":"launchApp","time":"2024-06-03T18:37:13.027Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":["com.nowcom.dcmobile"],"msg":"terminateApp","time":"2024-06-03T18:37:13.028Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:13.028Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:13.028Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":4,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:13.028Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":4,"event":"EXEC_TRY","retryNumber":1,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:13.029Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":4,"event":"EXEC_TRY_FAIL","msg":"An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n","time":"2024-06-03T18:37:14.126Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":4,"event":"EXEC_TRY","retryNumber":2,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:14.128Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":4,"event":"EXEC_FAIL","msg":"\"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile\" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile\nAn error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n `/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile` (exited with error code 3) (code=3), stdout and stderr:\n","time":"2024-06-03T18:37:14.247Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":4,"event":"EXEC_FAIL","stdout":true,"msg":"","time":"2024-06-03T18:37:14.247Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":4,"event":"EXEC_FAIL","stderr":true,"msg":"An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n","time":"2024-06-03T18:37:14.247Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onTerminateApp","time":"2024-06-03T18:37:14.248Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onTerminateApp","time":"2024-06-03T18:37:14.248Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"terminateApp","time":"2024-06-03T18:37:14.248Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"uninstallApp","time":"2024-06-03T18:37:14.248Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onBeforeUninstallApp","time":"2024-06-03T18:37:14.248Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeUninstallApp","time":"2024-06-03T18:37:14.248Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":5,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:14.248Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":5,"event":"EXEC_TRY","retryNumber":1,"msg":"Uninstalling com.nowcom.dcmobile...","time":"2024-06-03T18:37:14.248Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":5,"event":"EXEC_SUCCESS","msg":"com.nowcom.dcmobile uninstalled","time":"2024-06-03T18:37:14.374Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"uninstallApp","time":"2024-06-03T18:37:14.374Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"installApp","time":"2024-06-03T18:37:14.375Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":6,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","time":"2024-06-03T18:37:14.375Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":6,"event":"EXEC_TRY","retryNumber":1,"msg":"Installing /Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app...","time":"2024-06-03T18:37:14.375Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":6,"event":"EXEC_SUCCESS","msg":"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app installed","time":"2024-06-03T18:37:14.776Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"installApp","time":"2024-06-03T18:37:14.776Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions notifications=NO","trackingId":7,"event":"EXEC_CMD","msg":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions notifications=NO","time":"2024-06-03T18:37:14.777Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions notifications=NO","trackingId":7,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with AppleSimUtils: notifications=NO...","time":"2024-06-03T18:37:14.777Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions notifications=NO","trackingId":7,"event":"EXEC_SUCCESS","msg":"notifications permissions are set","time":"2024-06-03T18:37:15.103Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant camera com.nowcom.dcmobile","trackingId":8,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant camera com.nowcom.dcmobile","time":"2024-06-03T18:37:15.103Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant camera com.nowcom.dcmobile","trackingId":8,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with Simctl: grant camera...","time":"2024-06-03T18:37:15.103Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant camera com.nowcom.dcmobile","trackingId":8,"event":"EXEC_SUCCESS","msg":"camera permissions are set","time":"2024-06-03T18:37:15.211Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions photos=YES","trackingId":9,"event":"EXEC_CMD","msg":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions photos=YES","time":"2024-06-03T18:37:15.212Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions photos=YES","trackingId":9,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with AppleSimUtils: photos=YES...","time":"2024-06-03T18:37:15.212Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions photos=YES","trackingId":9,"event":"EXEC_SUCCESS","msg":"photos permissions are set","time":"2024-06-03T18:37:15.450Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant calendar com.nowcom.dcmobile","trackingId":10,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant calendar com.nowcom.dcmobile","time":"2024-06-03T18:37:15.450Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant calendar com.nowcom.dcmobile","trackingId":10,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with Simctl: grant calendar...","time":"2024-06-03T18:37:15.450Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant calendar com.nowcom.dcmobile","trackingId":10,"event":"EXEC_SUCCESS","msg":"calendar permissions are set","time":"2024-06-03T18:37:15.548Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions faceid=YES","trackingId":11,"event":"EXEC_CMD","msg":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions faceid=YES","time":"2024-06-03T18:37:15.549Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions faceid=YES","trackingId":11,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with AppleSimUtils: faceid=YES...","time":"2024-06-03T18:37:15.549Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions faceid=YES","trackingId":11,"event":"EXEC_SUCCESS","msg":"faceid permissions are set","time":"2024-06-03T18:37:15.792Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions userTracking=NO","trackingId":12,"event":"EXEC_CMD","msg":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions userTracking=NO","time":"2024-06-03T18:37:15.792Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions userTracking=NO","trackingId":12,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with AppleSimUtils: userTracking=NO...","time":"2024-06-03T18:37:15.792Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions userTracking=NO","trackingId":12,"event":"EXEC_SUCCESS","msg":"userTracking permissions are set","time":"2024-06-03T18:37:16.099Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"bundleId":"com.nowcom.dcmobile","deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","launchArgs":{"detoxServer":"ws://localhost:60221","detoxSessionId":"391092c8-57c5-6c55-a4dd-7810a221eb0a","detoxPrintBusyIdleResources":"YES"}}],"msg":"onBeforeLaunchApp","time":"2024-06-03T18:37:16.100Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifact","ph":"i","tid":0,"class":"SimulatorLogRecording","event":"ARTIFACT_START","msg":"starting SimulatorLogRecording {\n  udid: '6E08C18B-A9F1-4251-854A-19CF77217BBE',\n  bundleId: 'com.nowcom.dcmobile'\n}","time":"2024-06-03T18:37:16.101Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":13,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:16.102Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":13,"event":"EXEC_SUCCESS","stdout":true,"msg":"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5C522796-68BB-4993-9E6A-E51863E550CA/<appName>.app\n","time":"2024-06-03T18:37:16.215Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-spawn","ph":"i","tid":0,"fn":"spawnAndLog","command":"/usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate \"processImagePath beginsWith \\\"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5C522796-68BB-4993-9E6A-E51863E550CA/<appName>.app\\\"\"","trackingId":14,"cpid":23184,"event":"SPAWN_CMD","msg":"/usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate \"processImagePath beginsWith \\\"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5C522796-68BB-4993-9E6A-E51863E550CA/<appName>.app\\\"\"","time":"2024-06-03T18:37:16.217Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeLaunchApp","time":"2024-06-03T18:37:16.268Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES=\"/Users/kyoung/Library/Detox/ios/framework/de04c992cbbe5b446589ea72d12af9d907f8bd30/Detox.framework/Detox\" /usr/bin/xcrun simctl launch 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile --args -detoxServer ws://localhost:60221 -detoxSessionId 391092c8-57c5-6c55-a4dd-7810a221eb0a -detoxPrintBusyIdleResources YES -detoxDisableHierarchyDump YES","trackingId":15,"event":"EXEC_CMD","msg":"SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES=\"/Users/kyoung/Library/Detox/ios/framework/de04c992cbbe5b446589ea72d12af9d907f8bd30/Detox.framework/Detox\" /usr/bin/xcrun simctl launch 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile --args -detoxServer ws://localhost:60221 -detoxSessionId 391092c8-57c5-6c55-a4dd-7810a221eb0a -detoxPrintBusyIdleResources YES -detoxDisableHierarchyDump YES","time":"2024-06-03T18:37:16.268Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES=\"/Users/kyoung/Library/Detox/ios/framework/de04c992cbbe5b446589ea72d12af9d907f8bd30/Detox.framework/Detox\" /usr/bin/xcrun simctl launch 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile --args -detoxServer ws://localhost:60221 -detoxSessionId 391092c8-57c5-6c55-a4dd-7810a221eb0a -detoxPrintBusyIdleResources YES -detoxDisableHierarchyDump YES","trackingId":15,"event":"EXEC_TRY","retryNumber":1,"msg":"Launching com.nowcom.dcmobile...","time":"2024-06-03T18:37:16.268Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES=\"/Users/kyoung/Library/Detox/ios/framework/de04c992cbbe5b446589ea72d12af9d907f8bd30/Detox.framework/Detox\" /usr/bin/xcrun simctl launch 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile --args -detoxServer ws://localhost:60221 -detoxSessionId 391092c8-57c5-6c55-a4dd-7810a221eb0a -detoxPrintBusyIdleResources YES -detoxDisableHierarchyDump YES","trackingId":15,"event":"EXEC_SUCCESS","stdout":true,"msg":"com.nowcom.dcmobile: 23212\n","time":"2024-06-03T18:37:22.642Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":16,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:22.643Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":16,"event":"EXEC_SUCCESS","stdout":true,"msg":"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5C522796-68BB-4993-9E6A-E51863E550CA/<appName>.app\n","time":"2024-06-03T18:37:22.941Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":30,"cat":"device","ph":"i","tid":0,"msg":"com.nowcom.dcmobile launched. To watch simulator logs, run:\n        /usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate 'process == \"<appName>\"'","time":"2024-06-03T18:37:22.956Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"bundleId":"com.nowcom.dcmobile","deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","launchArgs":{"detoxServer":"ws://localhost:60221","detoxSessionId":"391092c8-57c5-6c55-a4dd-7810a221eb0a","detoxPrintBusyIdleResources":"YES","detoxDisableHierarchyDump":"YES"},"pid":23212}],"msg":"onLaunchApp","time":"2024-06-03T18:37:22.956Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onLaunchApp","time":"2024-06-03T18:37:22.957Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"type\":\"appConnected\"}\n ","msg":"get message","time":"2024-06-03T18:37:26.854Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"type\":\"isReady\",\"params\":{},\"messageId\":-1000}","msg":"send message","time":"2024-06-03T18:37:26.856Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"params\":{\"exceptionName\":\"RCTFatalException: Unhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes\",\"exceptionReason\":\"Unhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes, stack:\\nrequireModule@1:220874\\nget@1:221032\\nanonymous@1:429399\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:428710\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nget I18nManager@1:210807\\nanonymous@1:2988000\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:2916928\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nget@1:5008387\\nget@1:5007588\\nanonymous@1:4959800\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:4958144\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:4950059\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:1026621\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:200562\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193809\\nmetroRequire@1:193474\\nglobal@1:193026\\n\",\"threadNumber\":2,\"errorDetails\":\"Exception was thrown: \\nRCTFatalException: Unhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes\\nUnhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes, stack:\\nrequireModule@1:220874\\nget@1:221032\\nanonymous@1:429399\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:428710\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nget I18nManager@1:210807\\nanonymous@1:2988000\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:2916928\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nget@1:5008387\\nget@1:5007588\\nanonymous@1:4959800\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:4958144\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:4950059\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:1026621\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:200562\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193809\\nmetroRequire@1:193474\\nglobal@1:193026\\n\\n(\\n\\t0   CoreFoundation                      0x000000011becc521 __exceptionPreprocess + 226\\n\\t1   libobjc.A.dylib                     0x000000010f0e07e8 objc_exception_throw + 48\\n\\t2   <appName>                        0x000000010338b29b RCTFormatError + 0\\n\\t3   <appName>                        0x000000010340d982 -[RCTExceptionsManager reportFatal:stack:exceptionId:extraDataAsJSON:] + 539\\n\\t4   <appName>                        0x000000010340e33d -[RCTExceptionsManager reportException:] + 1667\\n\\t5   CoreFoundation                      0x000000011bed315c __invoking___ + 140\\n\\t6   CoreFoundation                      0x000000011bed0483 -[NSInvocation invoke] + 302\\n\\t7   CoreFoundation                      0x000000011bed06f3 -[NSInvocation invokeWithTarget:] + 70\\n\\t8   <appName>                        0x00000001033c31c3 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 583\\n\\t9   <appName>                        0x00000001033c5992 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 562\\n\\t10  <appName>                        0x00000001033c559f invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 110\\n\\t11  DetoxSync                           0x000000016092eb5c ____detox_sync_dispatch_wrapper_block_invoke + 23\\n\\t12  libdispatch.dylib                   0x000000011cf5b3ec _dispatch_call_block_and_release + 12\\n\\t13  libdispatch.dylib                   0x000000011cf5c6d8 _dispatch_client_callout + 8\\n\\t14  libdispatch.dylib                   0x000000011cf6427d _dispatch_lane_serial_drain + 1228\\n\\t15  libdispatch.dylib                   0x000000011cf64e17 _dispatch_lane_invoke + 406\\n\\t16  libdispatch.dylib                   0x000000011cf709a8 _dispatch_root_queue_drain_deferred_wlh + 276\\n\\t17  libdispatch.dylib                   0x000000011cf6ff72 _dispatch_workloop_worker_thread + 552\\n\\t18  libsystem_pthread.dylib             0x000000011d99cb84 _pthread_wqthread + 327\\n\\t19  libsystem_pthread.dylib             0x000000011d99bacf start_wqthread + 15\\n)\",\"queueName\":\"com.facebook.react.ExceptionsManagerQueue\"},\"type\":\"AppWillTerminateWithError\",\"messageId\":-10000}\n ","msg":"get message","time":"2024-06-03T18:37:27.434Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"terminateApp","time":"2024-06-03T18:37:32.438Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:32.439Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:32.440Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":17,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:32.440Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":17,"event":"EXEC_TRY","retryNumber":1,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:32.441Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"type\":\"appDisconnected\"}\n ","msg":"get message","time":"2024-06-03T18:37:32.597Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":false,"error":"The pending request #-1000 (\"isReady\") has been rejected due to the following error:\n\nThe app has crashed, see the details below:\n\nException was thrown: \nRCTFatalException: Unhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes\nUnhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes, stack:\nrequireModule@1:220874\nget@1:221032\nanonymous@1:429399\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:428710\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nget I18nManager@1:210807\nanonymous@1:2988000\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:2916928\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nget@1:5008387\nget@1:5007588\nanonymous@1:4959800\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:4958144\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:4950059\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:1026621\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:200562\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193809\nmetroRequire@1:193474\nglobal@1:193026\n\n(\n\t0   CoreFoundation                      0x000000011becc521 __exceptionPreprocess + 226\n\t1   libobjc.A.dylib                     0x000000010f0e07e8 objc_exception_throw + 48\n\t2   <appName>                        0x000000010338b29b RCTFormatError + 0\n\t3   <appName>                        0x000000010340d982 -[RCTExceptionsManager reportFatal:stack:exceptionId:extraDataAsJSON:] + 539\n\t4   <appName>                        0x000000010340e33d -[RCTExceptionsManager reportException:] + 1667\n\t5   CoreFoundation                      0x000000011bed315c __invoking___ + 140\n\t6   CoreFoundation                      0x000000011bed0483 -[NSInvocation invoke] + 302\n\t7   CoreFoundation                      0x000000011bed06f3 -[NSInvocation invokeWithTarget:] + 70\n\t8   <appName>                        0x00000001033c31c3 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 583\n\t9   <appName>                        0x00000001033c5992 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 562\n\t10  <appName>                        0x00000001033c559f invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 110\n\t11  DetoxSync                           0x000000016092eb5c ____detox_sync_dispatch_wrapper_block_invoke + 23\n\t12  libdispatch.dylib                   0x000000011cf5b3ec _dispatch_call_block_and_release + 12\n\t13  libdispatch.dylib                   0x000000011cf5c6d8 _dispatch_client_callout + 8\n\t14  libdispatch.dylib                   0x000000011cf6427d _dispatch_lane_serial_drain + 1228\n\t15  libdispatch.dylib                   0x000000011cf64e17 _dispatch_lane_invoke + 406\n\t16  libdispatch.dylib                   0x000000011cf709a8 _dispatch_root_queue_drain_deferred_wlh + 276\n\t17  libdispatch.dylib                   0x000000011cf6ff72 _dispatch_workloop_worker_thread + 552\n\t18  libsystem_pthread.dylib             0x000000011d99cb84 _pthread_wqthread + 327\n\t19  libsystem_pthread.dylib             0x000000011d99bacf start_wqthread + 15\n)","msg":"terminateApp","time":"2024-06-03T18:37:32.598Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":30,"cat":"user","ph":"i","tid":0,"origin":"at utilities/action.ts:53:29","msg":"The pending request #-1000 (\"isReady\") has been rejected due to the following error:\n\nThe app has crashed, see the details below:\n\nException was thrown: \nRCTFatalException: Unhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes\nUnhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes, stack:\nrequireModule@1:220874\nget@1:221032\nanonymous@1:429399\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:428710\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nget I18nManager@1:210807\nanonymous@1:2988000\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:2916928\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nget@1:5008387\nget@1:5007588\nanonymous@1:4959800\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:4958144\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:4950059\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:1026621\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193852\nmetroRequire@1:193474\nanonymous@1:200562\nloadModuleImplementation@1:194311\nguardedLoadModule@1:193809\nmetroRequire@1:193474\nglobal@1:193026\n\n(\n\t0   CoreFoundation                      0x000000011becc521 __exceptionPreprocess + 226\n\t1   libobjc.A.dylib                     0x000000010f0e07e8 objc_exception_throw + 48\n\t2   <appName>                        0x000000010338b29b RCTFormatError + 0\n\t3   <appName>                        0x000000010340d982 -[RCTExceptionsManager reportFatal:stack:exceptionId:extraDataAsJSON:] + 539\n\t4   <appName>                        0x000000010340e33d -[RCTExceptionsManager reportException:] + 1667\n\t5   CoreFoundation                      0x000000011bed315c __invoking___ + 140\n\t6   CoreFoundation                      0x000000011bed0483 -[NSInvocation invoke] + 302\n\t7   CoreFoundation                      0x000000011bed06f3 -[NSInvocation invokeWithTarget:] + 70\n\t8   <appName>                        0x00000001033c31c3 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 583\n\t9   <appName>                        0x00000001033c5992 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 562\n\t10  <appName>                        0x00000001033c559f invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 110\n\t11  DetoxSync                           0x000000016092eb5c ____detox_sync_dispatch_wrapper_block_invoke + 23\n\t12  libdispatch.dylib                   0x000000011cf5b3ec _dispatch_call_block_and_release + 12\n\t13  libdispatch.dylib                   0x000000011cf5c6d8 _dispatch_client_callout + 8\n\t14  libdispatch.dylib                   0x000000011cf6427d _dispatch_lane_serial_drain + 1228\n\t15  libdispatch.dylib                   0x000000011cf64e17 _dispatch_lane_invoke + 406\n\t16  libdispatch.dylib                   0x000000011cf709a8 _dispatch_root_queue_drain_deferred_wlh + 276\n\t17  libdispatch.dylib                   0x000000011cf6ff72 _dispatch_workloop_worker_thread + 552\n\t18  libsystem_pthread.dylib             0x000000011d99cb84 _pthread_wqthread + 327\n\t19  libsystem_pthread.dylib             0x000000011d99bacf start_wqthread + 15\n)\n    at Function.<anonymous> (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:22:34)\n    at Generator.next (<anonymous>)\n    at /Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:8:71\n    at new Promise (<anonymous>)\n    at Object.<anonymous>.__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:4:12)\n    at retries (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:20:24)\n    at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/retry-promise.ts:95:34\n    at step (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:46:23)\n    at Object.next (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:27:53)\n    at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:21:71\n    at new Promise (<anonymous>)\n    at Object.<anonymous>.__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:17:12)\n    at _retry (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:107:12)\n    at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/retry-promise.ts:48:55\n    at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/timeout.ts:17:24\n    at new Promise (<anonymous>)\n    at Object.<anonymous>.exports.timeout (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/timeout.ts:10:12)\n    at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/src/retry-promise.ts:48:12\n    at step (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:46:23)\n    at Object.next (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:27:53)\n    at /Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:21:71\n    at new Promise (<anonymous>)\n    at Object.<anonymous>.__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:17:12)\n    at retry (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/ts-retry-promise/dist/retry-promise.js:75:12)\n    at Function.<anonymous> (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:19:20)\n    at Generator.next (<anonymous>)\n    at /Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:8:71\n    at new Promise (<anonymous>)\n    at Object.<anonymous>.__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:4:12)\n    at Function.launchApp (/Users/kyoung/repos/DCMoonshot/e2e/utilities/action.ts:32:16)\n    at /Users/kyoung/repos/DCMoonshot/e2e/e2e/inventory/listing/listing-record-count.e2e.ts:9:27\n    at Generator.next (<anonymous>)\n    at /Users/kyoung/repos/DCMoonshot/e2e/e2e/inventory/listing/listing-record-count.e2e.ts:8:71\n    at new Promise (<anonymous>)\n    at Object.<anonymous>.__awaiter (/Users/kyoung/repos/DCMoonshot/e2e/e2e/inventory/listing/listing-record-count.e2e.ts:4:12)\n    at Object.<anonymous> (/Users/kyoung/repos/DCMoonshot/e2e/e2e/inventory/listing/listing-record-count.e2e.ts:7:26)\n    at Promise.then.completed (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/utils.js:298:28)\n    at new Promise (<anonymous>)\n    at callAsyncCircusFn (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/utils.js:231:10)\n    at _callCircusHook (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/run.js:281:40)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at async _runTestsForDescribeBlock (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/run.js:95:7)\n    at async _runTestsForDescribeBlock (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/run.js:121:9)\n    at async run (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/run.js:71:3)\n    at async runAndTransformResultsToJestFormat (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)\n    at async jestAdapter (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)\n    at async runTestInternal (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-runner/build/runTest.js:367:16)\n    at async runTest (/Users/kyoung/repos/DCMoonshot/e2e/node_modules/jest-runner/build/runTest.js:444:34) {\n  name: 'DetoxRuntimeError'\n}","time":"2024-06-03T18:37:32.599Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":17,"event":"EXEC_SUCCESS","msg":"com.nowcom.dcmobile terminated","time":"2024-06-03T18:37:32.605Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onTerminateApp","time":"2024-06-03T18:37:32.605Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onTerminateApp","time":"2024-06-03T18:37:32.605Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"launchApp","time":"2024-06-03T18:37:32.605Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[{"delete":true,"newInstance":true,"launchArgs":{"detoxPrintBusyIdleResources":"YES"},"permissions":{"notifications":"NO","camera":"YES","photos":"YES","calendar":"YES","faceid":"YES","userTracking":"NO"}}],"msg":"launchApp","time":"2024-06-03T18:37:32.700Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":["com.nowcom.dcmobile"],"msg":"terminateApp","time":"2024-06-03T18:37:32.701Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:32.701Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeTerminateApp","time":"2024-06-03T18:37:32.701Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":18,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:32.701Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":18,"event":"EXEC_TRY","retryNumber":1,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:32.701Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":18,"event":"EXEC_TRY_FAIL","msg":"An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n","time":"2024-06-03T18:37:33.805Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":18,"event":"EXEC_TRY","retryNumber":2,"msg":"Terminating com.nowcom.dcmobile...","time":"2024-06-03T18:37:33.806Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":18,"event":"EXEC_FAIL","msg":"\"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile\" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile\nAn error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n `/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile` (exited with error code 3) (code=3), stdout and stderr:\n","time":"2024-06-03T18:37:33.944Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":18,"event":"EXEC_FAIL","stdout":true,"msg":"","time":"2024-06-03T18:37:33.944Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl terminate 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":18,"event":"EXEC_FAIL","stderr":true,"msg":"An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):\nSimulator device failed to terminate com.nowcom.dcmobile.\nfound nothing to terminate\nUnderlying error (domain=NSPOSIXErrorDomain, code=3):\n\tThe request to terminate \"com.nowcom.dcmobile\" failed. found nothing to terminate\n\tfound nothing to terminate\n","time":"2024-06-03T18:37:33.944Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onTerminateApp","time":"2024-06-03T18:37:33.944Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onTerminateApp","time":"2024-06-03T18:37:33.944Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"terminateApp","time":"2024-06-03T18:37:33.944Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"uninstallApp","time":"2024-06-03T18:37:33.945Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","bundleId":"com.nowcom.dcmobile"}],"msg":"onBeforeUninstallApp","time":"2024-06-03T18:37:33.945Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeUninstallApp","time":"2024-06-03T18:37:33.945Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":19,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:33.945Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":19,"event":"EXEC_TRY","retryNumber":1,"msg":"Uninstalling com.nowcom.dcmobile...","time":"2024-06-03T18:37:33.945Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl uninstall 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":19,"event":"EXEC_SUCCESS","msg":"com.nowcom.dcmobile uninstalled","time":"2024-06-03T18:37:34.080Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"uninstallApp","time":"2024-06-03T18:37:34.080Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"B","tid":0,"args":[],"msg":"installApp","time":"2024-06-03T18:37:34.080Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":20,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","time":"2024-06-03T18:37:34.081Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":20,"event":"EXEC_TRY","retryNumber":1,"msg":"Installing /Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app...","time":"2024-06-03T18:37:34.081Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl install 6E08C18B-A9F1-4251-854A-19CF77217BBE \"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app\"","trackingId":20,"event":"EXEC_SUCCESS","msg":"/Users/kyoung/repos/DCMoonshot/e2e/ios/build/Build/Products/Release-iphonesimulator/<appName>.app installed","time":"2024-06-03T18:37:34.482Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"device","ph":"E","tid":0,"success":true,"msg":"installApp","time":"2024-06-03T18:37:34.482Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions notifications=NO","trackingId":21,"event":"EXEC_CMD","msg":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions notifications=NO","time":"2024-06-03T18:37:34.482Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions notifications=NO","trackingId":21,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with AppleSimUtils: notifications=NO...","time":"2024-06-03T18:37:34.482Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions notifications=NO","trackingId":21,"event":"EXEC_SUCCESS","msg":"notifications permissions are set","time":"2024-06-03T18:37:34.815Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant camera com.nowcom.dcmobile","trackingId":22,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant camera com.nowcom.dcmobile","time":"2024-06-03T18:37:34.816Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant camera com.nowcom.dcmobile","trackingId":22,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with Simctl: grant camera...","time":"2024-06-03T18:37:34.816Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant camera com.nowcom.dcmobile","trackingId":22,"event":"EXEC_SUCCESS","msg":"camera permissions are set","time":"2024-06-03T18:37:34.920Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions photos=YES","trackingId":23,"event":"EXEC_CMD","msg":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions photos=YES","time":"2024-06-03T18:37:34.920Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions photos=YES","trackingId":23,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with AppleSimUtils: photos=YES...","time":"2024-06-03T18:37:34.921Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions photos=YES","trackingId":23,"event":"EXEC_SUCCESS","msg":"photos permissions are set","time":"2024-06-03T18:37:35.169Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant calendar com.nowcom.dcmobile","trackingId":24,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant calendar com.nowcom.dcmobile","time":"2024-06-03T18:37:35.170Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant calendar com.nowcom.dcmobile","trackingId":24,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with Simctl: grant calendar...","time":"2024-06-03T18:37:35.170Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl privacy 6E08C18B-A9F1-4251-854A-19CF77217BBE grant calendar com.nowcom.dcmobile","trackingId":24,"event":"EXEC_SUCCESS","msg":"calendar permissions are set","time":"2024-06-03T18:37:35.270Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions faceid=YES","trackingId":25,"event":"EXEC_CMD","msg":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions faceid=YES","time":"2024-06-03T18:37:35.270Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions faceid=YES","trackingId":25,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with AppleSimUtils: faceid=YES...","time":"2024-06-03T18:37:35.270Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions faceid=YES","trackingId":25,"event":"EXEC_SUCCESS","msg":"faceid permissions are set","time":"2024-06-03T18:37:35.591Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions userTracking=NO","trackingId":26,"event":"EXEC_CMD","msg":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions userTracking=NO","time":"2024-06-03T18:37:35.591Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions userTracking=NO","trackingId":26,"event":"EXEC_TRY","retryNumber":1,"msg":"Trying to set permissions with AppleSimUtils: userTracking=NO...","time":"2024-06-03T18:37:35.591Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"applesimutils --byId 6E08C18B-A9F1-4251-854A-19CF77217BBE --bundle com.nowcom.dcmobile --restartSB --setPermissions userTracking=NO","trackingId":26,"event":"EXEC_SUCCESS","msg":"userTracking permissions are set","time":"2024-06-03T18:37:35.899Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"bundleId":"com.nowcom.dcmobile","deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","launchArgs":{"detoxServer":"ws://localhost:60221","detoxSessionId":"391092c8-57c5-6c55-a4dd-7810a221eb0a","detoxPrintBusyIdleResources":"YES"}}],"msg":"onBeforeLaunchApp","time":"2024-06-03T18:37:35.899Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifact","ph":"i","tid":0,"class":"SimulatorLogRecording","event":"ARTIFACT_START","msg":"starting SimulatorLogRecording {\n  udid: '6E08C18B-A9F1-4251-854A-19CF77217BBE',\n  bundleId: 'com.nowcom.dcmobile'\n}","time":"2024-06-03T18:37:35.899Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifact","ph":"i","tid":0,"class":"SimulatorLogRecording","event":"ARTIFACT_STOP","msg":"stopping SimulatorLogRecording","time":"2024-06-03T18:37:35.900Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-spawn","ph":"i","tid":0,"event":"SPAWN_KILL","cpid":23184,"signal":"SIGINT","msg":"sending SIGINT to: /usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate processImagePath beginsWith \"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5C522796-68BB-4993-9E6A-E51863E550CA/<appName>.app\"","time":"2024-06-03T18:37:35.952Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-spawn","ph":"i","tid":0,"fn":"spawnAndLog","command":"/usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate \"processImagePath beginsWith \\\"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5C522796-68BB-4993-9E6A-E51863E550CA/<appName>.app\\\"\"","trackingId":14,"cpid":23184,"event":"SPAWN_END","signal":"","code":0,"msg":"/usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate \"processImagePath beginsWith \\\"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5C522796-68BB-4993-9E6A-E51863E550CA/<appName>.app\\\"\" exited with code #0","time":"2024-06-03T18:37:35.965Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":27,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:35.966Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":27,"event":"EXEC_SUCCESS","stdout":true,"msg":"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5DAC02DE-F6F1-4421-B070-746E639AB822/<appName>.app\n","time":"2024-06-03T18:37:36.108Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-spawn","ph":"i","tid":0,"fn":"spawnAndLog","command":"/usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate \"processImagePath beginsWith \\\"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5DAC02DE-F6F1-4421-B070-746E639AB822/<appName>.app\\\"\"","trackingId":28,"cpid":23296,"event":"SPAWN_CMD","msg":"/usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate \"processImagePath beginsWith \\\"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5DAC02DE-F6F1-4421-B070-746E639AB822/<appName>.app\\\"\"","time":"2024-06-03T18:37:36.109Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onBeforeLaunchApp","time":"2024-06-03T18:37:36.160Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES=\"/Users/kyoung/Library/Detox/ios/framework/de04c992cbbe5b446589ea72d12af9d907f8bd30/Detox.framework/Detox\" /usr/bin/xcrun simctl launch 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile --args -detoxServer ws://localhost:60221 -detoxSessionId 391092c8-57c5-6c55-a4dd-7810a221eb0a -detoxPrintBusyIdleResources YES -detoxDisableHierarchyDump YES","trackingId":29,"event":"EXEC_CMD","msg":"SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES=\"/Users/kyoung/Library/Detox/ios/framework/de04c992cbbe5b446589ea72d12af9d907f8bd30/Detox.framework/Detox\" /usr/bin/xcrun simctl launch 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile --args -detoxServer ws://localhost:60221 -detoxSessionId 391092c8-57c5-6c55-a4dd-7810a221eb0a -detoxPrintBusyIdleResources YES -detoxDisableHierarchyDump YES","time":"2024-06-03T18:37:36.160Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES=\"/Users/kyoung/Library/Detox/ios/framework/de04c992cbbe5b446589ea72d12af9d907f8bd30/Detox.framework/Detox\" /usr/bin/xcrun simctl launch 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile --args -detoxServer ws://localhost:60221 -detoxSessionId 391092c8-57c5-6c55-a4dd-7810a221eb0a -detoxPrintBusyIdleResources YES -detoxDisableHierarchyDump YES","trackingId":29,"event":"EXEC_TRY","retryNumber":1,"msg":"Launching com.nowcom.dcmobile...","time":"2024-06-03T18:37:36.160Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES=\"/Users/kyoung/Library/Detox/ios/framework/de04c992cbbe5b446589ea72d12af9d907f8bd30/Detox.framework/Detox\" /usr/bin/xcrun simctl launch 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile --args -detoxServer ws://localhost:60221 -detoxSessionId 391092c8-57c5-6c55-a4dd-7810a221eb0a -detoxPrintBusyIdleResources YES -detoxDisableHierarchyDump YES","trackingId":29,"event":"EXEC_SUCCESS","stdout":true,"msg":"com.nowcom.dcmobile: 23317\n","time":"2024-06-03T18:37:42.130Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":20,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":30,"event":"EXEC_CMD","msg":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","time":"2024-06-03T18:37:42.131Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"child-process,child-process-exec","ph":"i","tid":0,"fn":"execWithRetriesAndLogs","cmd":"/usr/bin/xcrun simctl get_app_container 6E08C18B-A9F1-4251-854A-19CF77217BBE com.nowcom.dcmobile","trackingId":30,"event":"EXEC_SUCCESS","stdout":true,"msg":"/Users/kyoung/Library/Developer/CoreSimulator/Devices/6E08C18B-A9F1-4251-854A-19CF77217BBE/data/Containers/Bundle/Application/5DAC02DE-F6F1-4421-B070-746E639AB822/<appName>.app\n","time":"2024-06-03T18:37:42.284Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":30,"cat":"device","ph":"i","tid":0,"msg":"com.nowcom.dcmobile launched. To watch simulator logs, run:\n        /usr/bin/xcrun simctl spawn 6E08C18B-A9F1-4251-854A-19CF77217BBE log stream --level debug --style compact --predicate 'process == \"<appName>\"'","time":"2024-06-03T18:37:42.291Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"B","tid":0,"args":[{"bundleId":"com.nowcom.dcmobile","deviceId":"6E08C18B-A9F1-4251-854A-19CF77217BBE","launchArgs":{"detoxServer":"ws://localhost:60221","detoxSessionId":"391092c8-57c5-6c55-a4dd-7810a221eb0a","detoxPrintBusyIdleResources":"YES","detoxDisableHierarchyDump":"YES"},"pid":23317}],"msg":"onLaunchApp","time":"2024-06-03T18:37:42.291Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"artifacts-manager,artifact","ph":"E","tid":0,"success":true,"msg":"onLaunchApp","time":"2024-06-03T18:37:42.291Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"type\":\"appConnected\"}\n ","msg":"get message","time":"2024-06-03T18:37:44.651Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"type\":\"isReady\",\"params\":{},\"messageId\":-1000}","msg":"send message","time":"2024-06-03T18:37:44.652Z","v":0}
{"name":"detox","hostname":"NOW-kYoung-MBP.company.com","pid":23037,"level":10,"cat":"ws-client,ws","ph":"i","tid":0,"data":"{\"messageId\":-10000,\"type\":\"AppWillTerminateWithError\",\"params\":{\"queueName\":\"com.facebook.react.ExceptionsManagerQueue\",\"exceptionName\":\"RCTFatalException: Unhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes\",\"exceptionReason\":\"Unhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes, stack:\\nrequireModule@1:220874\\nget@1:221032\\nanonymous@1:429399\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:428710\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nget I18nManager@1:210807\\nanonymous@1:2988000\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:2916928\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nget@1:5008387\\nget@1:5007588\\nanonymous@1:4959800\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:4958144\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:4950059\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:1026621\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:200562\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193809\\nmetroRequire@1:193474\\nglobal@1:193026\\n\",\"errorDetails\":\"Exception was thrown: \\nRCTFatalException: Unhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes\\nUnhandled JS Exception: Error: Exception in HostObject::get: for prop 'I18nManager': <unknown exception>, js engine: hermes, stack:\\nrequireModule@1:220874\\nget@1:221032\\nanonymous@1:429399\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:428710\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nget I18nManager@1:210807\\nanonymous@1:2988000\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:2916928\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nget@1:5008387\\nget@1:5007588\\nanonymous@1:4959800\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:4958144\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:4950059\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:1026621\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193852\\nmetroRequire@1:193474\\nanonymous@1:200562\\nloadModuleImplementation@1:194311\\nguardedLoadModule@1:193809\\nmetroRequire@1:193474\\nglobal@1:193026\\n\\n(\\n\\t0   CoreFoundation                      0x0000000119ecc521 __exceptionPreprocess + 226\\n\\t1   libobjc.A.dylib                     0x000000010e4b37e8 objc_exception_throw + 48\\n\\t2   <appName>                        0x00000001013ea29b RCTFormatError + 0\\n\\t3   <appName>                        0x000000010146c982 -[RCTExceptionsManager reportFatal:stack:exceptionId:extraDataAsJSON:] + 539\\n\\t4   <appName>                        0x000000010146d33d -[RCTExceptionsManager reportException:] + 1667\\n\\t5   CoreFoundation                      0x0000000119ed315c __invoking___ + 140\\n\\t6   CoreFoundation                      0x0000000119ed0483 -[NSInvocation invoke] + 302\\n\\t7   CoreFoundation                      0x0000000119ed06f3 -[NSInvocation invokeWithTarget:] + 70\\n\\t8   <appName>                        0x00000001014221c3 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 583\\n\\t9   <appName>                        0x0000000101424992 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 562\\n\\t10  <appName>                        0x000000010142459f invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 110\\n\\t11  DetoxSync                           0x000000016144eb5c ____detox_sync_dispatch_wrapper_block_invoke + 23\\n\\t12  libdispatch.dylib                   0x000000011c52a3ec _dispatch_call_block_and_release + 12\\n\\t13  libdispatch.dylib                   0x000000011c52b6d8 _dispatch_client_callout + 8\\n\\t14  libdispatch.dylib                   0x000000011c53327d _dispatch_lane_serial_drain + 1228\\n\\t15  libdispatch.dylib                   0x000000011c533e17 _dispatch_lane_invoke + 406\\n\\t16  libdispatch.dylib                   0x000000011c53f9a8 _dispatch_root_queue_drain_deferred_wlh + 276\\n\\t17  libdispatch.dylib                   0x000000011c53ef72 _dispatch_workloop_worker_thread + 552\\n\\t18  libsystem_pthread.dylib             0x000000011c851b84 _pthread_wqthread + 327\\n\\t19  libsystem_pthread.dylib             0x000000011c850acf start_wqthread + 15\\n)\",\"threadNumber\":5}}\n ","msg":"get message","time":"2024-06-03T18:37:45.176Z","v":0}

Device logs

Device logs
paste your device.log here!

More data, please!

No response

@Sparowhawk
Copy link

this same issue is causing our iOS detox tests to fail

@asafkorem asafkorem self-assigned this Jun 22, 2024
@asafkorem
Copy link
Contributor

Hey @Sparowhawk, can you provide your error logs as well?

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

No branches or pull requests

3 participants