software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.01k stars 1.3k forks source link

crash app after upgrade to v3(IOS only) #4485

Closed fukemy closed 1 year ago

fukemy commented 1 year ago

Description

After upgrade to reanimated v3, I got this crash log:

*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<RNSScreen 0x7f93f03d15e0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key screenView.'
*** First throw call stack:
(
    0   CoreFoundation                      0x00000001154788ab __exceptionPreprocess + 242
    1   libobjc.A.dylib                     0x0000000119bcdba3 objc_exception_throw + 48
    2   CoreFoundation                      0x000000011547851d -[NSException init] + 0
    3   Foundation                          0x000000011b687b3f -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 225
    4   Foundation                          0x000000011b686919 -[NSObject(NSKeyValueCoding) valueForKey:] + 307
    5   VedaxLink                           0x0000000104cfa6ec -[REASharedTransitionManager swizzled_viewDidLayoutSubviews] + 47
    6   UIKitCore                           0x0000000137b607b3 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2837
    7   QuartzCore                          0x000000011ae5e02c _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 526
    8   QuartzCore                          0x000000011ae695b9 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 65
    9   QuartzCore                          0x000000011ad7ab0c _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 626
    10  QuartzCore                          0x000000011adb269b _ZN2CA11Transaction6commitEv + 735
    11  QuartzCore                          0x000000011ac90a89 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 1589
    12  QuartzCore                          0x000000011adb76e3 _ZL22display_timer_callbackP12__CFMachPortPvlS1_ + 395
    13  CoreFoundation                      0x00000001153a3c4f __CFMachPortPerform + 151
    14  CoreFoundation                      0x00000001153d87f4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    15  CoreFoundation                      0x00000001153d7d3b __CFRunLoopDoSource1 + 538
    16  CoreFoundation                      0x00000001153d2538 __CFRunLoopRun + 2740
    17  CoreFoundation                      0x00000001153d16a7 CFRunLoopRunSpecific + 560
    18  GraphicsServices                    0x000000012336328a GSEventRunModal + 139
    19  UIKitCore                           0x000000013752dad3 -[UIApplication _run] + 994
    20  UIKitCore                           0x00000001375329ef UIApplicationMain + 123
    21  VedaxLink                           0x000000010456bf89 main + 72
    22  dyld                                0x0000000112d9c2bf start_sim + 10
    23  ???                                 0x000000020aa3741f 0x0 + 8768418847
)
libc++abi: terminating with uncaught exception of type NSException

Steps to reproduce

  1. Upgrade to v3
  2. Install pod
  3. remove derived data
  4. reset cache
  5. run ios app

Snack or a link to a repository

No snack here

Reanimated version

3.1.0

React Native version

0.68.2

Platforms

iOS

JavaScript runtime

Hermes

Workflow

React Native (without Expo)

Architecture

Paper (Old Architecture)

Build type

Debug mode

Device

iOS simulator

Device model

ip 13

Acknowledgements

Yes

github-actions[bot] commented 1 year ago

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

fukemy commented 1 year ago

package json

    ...
    "react-native-screens": "^3.13.1",
    "@react-navigation/native": "^6.0.10",
    "@react-navigation/native-stack": "^6.6.1",
    "@react-navigation/stack": "^6.3.7",
   ...
piaskowyk commented 1 year ago

Hey, @fukemy 👋 Thanks for the report! I know how to fix it, so I think, the patching PR will be available soon.

fukemy commented 1 year ago

Hi could you please give me some advices how to fix it's temporarily, I want to run the app while waiting for your update I found those code inside REASharedTransitionManager class

- (void)swizzled_viewDidLayoutSubviews
{
  // call original method from react-native-screens, self == RNScreen
  [self swizzled_viewDidLayoutSubviews];
  UIView *screen = [self valueForKey:@"screenView"];
  [_sharedTransitionManager screenAddedToStack:screen];
}

It's seem [self valueForKey:@"screenView"] make app crash

fukemy commented 1 year ago

solved by update react-native to 0.71.x

guyromb commented 1 year ago

Still crashing for me with "@react-navigation/bottom-tabs": "^6.5.7", "@react-navigation/native": "^6.1.6", "@react-navigation/native-stack": "^6.9.12", "react-native": "0.71.8", ...

fukemy commented 1 year ago

did u found this log inside crash log? 'REASharedTransitionManager swizzled_viewDidLayoutSubviews]'

guyromb commented 1 year ago

This is the crashlog

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: 963BACF8-1C7C-4F56-B179-0CCF619F650E
CrashReporter Key:   E09113A6-5282-02FF-B8D2-ECFDF3E81A26
Hardware Model:      MacBookPro18,4
Process:             voja [29992]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/33A39FC5-4D6D-4B5A-9462-0A4666680CF5/data/Containers/Bundle/Application/0E715E5E-50EA-422E-BF85-F89BAC4D399E/voja.app/voja
Identifier:          com.voja.development
Version:             0.0.1 (1)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [37878]
Coalition:           com.apple.CoreSimulator.SimDevice.33A39FC5-4D6D-4B5A-9462-0A4666680CF5 [10805]
Responsible Process: SimulatorTrampoline [1411]

Date/Time:           2023-05-26 19:13:07.1217 +0200
Launch Time:         2023-05-26 19:13:03.8497 +0200
OS Version:          macOS 13.4 (22F66)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread:  0

Kernel Triage:
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                 0x1b0549fa8 __pthread_kill + 8
1   libsystem_pthread.dylib                0x1b059e12c pthread_kill + 256
2   libsystem_c.dylib                      0x180129e28 abort + 124
3   libc++abi.dylib                        0x18023c0c0 abort_message + 128
4   libc++abi.dylib                        0x18022c94c demangling_terminate_handler() + 276
5   libobjc.A.dylib                        0x180032c88 _objc_terminate() + 140
6   libc++abi.dylib                        0x18023b570 std::__terminate(void (*)()) + 16
7   libc++abi.dylib                        0x18023b518 std::terminate() + 52
8   libdispatch.dylib                      0x18013577c _dispatch_client_callout + 36
9   libdispatch.dylib                      0x180145018 _dispatch_main_queue_drain + 1220
10  libdispatch.dylib                      0x180144b44 _dispatch_main_queue_callback_4CF + 40
11  CoreFoundation                         0x180372ca4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
12  CoreFoundation                         0x18036d360 __CFRunLoopRun + 1956
13  CoreFoundation                         0x18036c7a4 CFRunLoopRunSpecific + 584
14  GraphicsServices                       0x188ff7c98 GSEventRunModal + 160
15  UIKitCore                              0x11401237c -[UIApplication _run] + 868
16  UIKitCore                              0x114016374 UIApplicationMain + 124
17  voja                                   0x102847e1c main + 96 (main.m:7)
18  dyld_sim                               0x108639fa0 start_sim + 20
19  dyld                                   0x108545f28 start + 2236

Thread 1:
0   libsystem_pthread.dylib                0x1b0599634 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib                0x1b0599634 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib                0x1b0599634 start_wqthread + 0

Thread 4:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib                 0x1b0542190 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x1b0553258 mach_msg2_internal + 76
2   libsystem_kernel.dylib                 0x1b054a398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib                 0x1b0542500 mach_msg + 20
4   CoreFoundation                         0x1803729c8 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                         0x18036d03c __CFRunLoopRun + 1152
6   CoreFoundation                         0x18036c7a4 CFRunLoopRunSpecific + 584
7   Foundation                             0x180bcf02c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208
8   Foundation                             0x180bcf250 -[NSRunLoop(NSRunLoop) runUntilDate:] + 60
9   UIKitCore                              0x1140b253c -[UIEventFetcher threadMain] + 424
10  Foundation                             0x180bf4a10 __NSThread__start__ + 704
11  libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
12  libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 5:
0   libsystem_pthread.dylib                0x1b0599634 start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib                0x1b0599634 start_wqthread + 0

Thread 7:
0   libsystem_pthread.dylib                0x1b0599634 start_wqthread + 0

Thread 8:: com.squareup.SocketRocket.NetworkThread
0   libsystem_kernel.dylib                 0x1b0542190 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x1b0553258 mach_msg2_internal + 76
2   libsystem_kernel.dylib                 0x1b054a398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib                 0x1b0542500 mach_msg + 20
4   CoreFoundation                         0x1803729c8 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                         0x18036d03c __CFRunLoopRun + 1152
6   CoreFoundation                         0x18036c7a4 CFRunLoopRunSpecific + 584
7   Foundation                             0x180bcf02c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208
8   voja                                   0x102d95518 -[_RCTSRRunLoopThread main] + 336
9   Foundation                             0x180bf4a10 __NSThread__start__ + 704
10  libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
11  libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 9:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib                 0x1b0542190 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x1b0553258 mach_msg2_internal + 76
2   libsystem_kernel.dylib                 0x1b054a398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib                 0x1b0542500 mach_msg + 20
4   CoreFoundation                         0x1803729c8 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                         0x18036d03c __CFRunLoopRun + 1152
6   CoreFoundation                         0x18036c7a4 CFRunLoopRunSpecific + 584
7   CFNetwork                              0x1840154fc 0x183e05000 + 2163964
8   Foundation                             0x180bf4a10 __NSThread__start__ + 704
9   libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
10  libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 10:: com.apple.CFSocket.private
0   libsystem_kernel.dylib                 0x1b054c6fc __select + 8
1   CoreFoundation                         0x180387a04 __CFSocketManager + 612
2   libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
3   libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 11:: com.facebook.react.JavaScript
0   hermes                                 0x108a9903c 0x108a50000 + 299068
1   hermes                                 0x108a97794 0x108a50000 + 292756
2   hermes                                 0x108a96e30 0x108a50000 + 290352
3   hermes                                 0x108adc2cc 0x108a50000 + 574156
4   hermes                                 0x108a57b04 0x108a50000 + 31492
5   hermes                                 0x108a57964 facebook::hermes::HermesRuntime::evaluateJavaScriptWithSourceMap(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) + 88
6   hermes                                 0x108a58c54 0x108a50000 + 35924
7   voja                                   0x102f86c58 facebook::jsi::RuntimeDecorator<facebook::jsi::Runtime, facebook::jsi::Runtime>::evaluateJavaScript(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) + 64 (decorator.h:118)
8   voja                                   0x102f846a8 facebook::jsi::WithRuntimeDecorator<facebook::react::(anonymous namespace)::ReentrancyCheck, facebook::jsi::Runtime, facebook::jsi::Runtime>::evaluateJavaScript(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) + 72 (decorator.h:527)
9   voja                                   0x103031b4c facebook::react::JSIExecutor::loadBundle(std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>) + 252 (JSIExecutor.cpp:157)
10  voja                                   0x102ee334c facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1::operator()(facebook::react::JSExecutor*) + 272 (NativeToJsBridge.cpp:146)
11  voja                                   0x102ee321c decltype(static_cast<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&>(fp)(static_cast<facebook::react::JSExecutor*>(fp0))) std::__1::__invoke<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&, facebook::react::JSExecutor*>(facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&, facebook::react::JSExecutor*&&) + 36 (type_traits:3918)
12  voja                                   0x102ee31c8 void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&, facebook::react::JSExecutor*>(facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&, facebook::react::JSExecutor*&&) + 52 (invoke.h:61)
13  voja                                   0x102ee3188 std::__1::__function::__alloc_func<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1, std::__1::allocator<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1>, void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*&&) + 52 (function.h:178)
14  voja                                   0x102ee1a4c std::__1::__function::__func<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1, std::__1::allocator<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1>, void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*&&) + 52 (function.h:352)
15  voja                                   0x102ef18b4 std::__1::__function::__value_func<void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*&&) const + 84 (function.h:505)
16  voja                                   0x102ef182c std::__1::function<void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*) const + 48 (function.h:1182)
17  voja                                   0x102ef17ec facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8::operator()() const + 92 (NativeToJsBridge.cpp:310)
18  voja                                   0x102ef1770 decltype(static_cast<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&>(fp)()) std::__1::__invoke<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&>(facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&) + 24 (type_traits:3918)
19  voja                                   0x102ef1728 void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&>(facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&) + 28 (invoke.h:61)
20  voja                                   0x102ef1700 std::__1::__function::__alloc_func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8, std::__1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8>, void ()>::operator()() + 28 (function.h:178)
21  voja                                   0x102ef0064 std::__1::__function::__func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8, std::__1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8>, void ()>::operator()() + 28 (function.h:352)
22  voja                                   0x102c2f1a8 std::__1::__function::__value_func<void ()>::operator()() const + 60 (function.h:505)
23  voja                                   0x102c2f160 std::__1::function<void ()>::operator()() const + 24 (function.h:1182)
24  voja                                   0x102d11f74 facebook::react::tryAndReturnError(std::__1::function<void ()> const&) + 24 (RCTCxxUtils.mm:74)
25  voja                                   0x102d3aa64 facebook::react::RCTMessageThread::tryFunc(std::__1::function<void ()> const&) + 36
26  voja                                   0x102d40014 facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1::operator()() const + 80
27  voja                                   0x102d3ffa4 decltype(static_cast<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&>(fp)()) std::__1::__invoke<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&>(facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&) + 24
28  voja                                   0x102d3ff5c void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&>(facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&) + 28
29  voja                                   0x102d3ff34 std::__1::__function::__alloc_func<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1, std::__1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1>, void ()>::operator()() + 28
30  voja                                   0x102d3e99c std::__1::__function::__func<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1, std::__1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1>, void ()>::operator()() + 28
31  voja                                   0x102c2f1a8 std::__1::__function::__value_func<void ()>::operator()() const + 60 (function.h:505)
32  voja                                   0x102c2f160 std::__1::function<void ()>::operator()() const + 24 (function.h:1182)
33  voja                                   0x102d3a7c0 invocation function for block in facebook::react::RCTMessageThread::runAsync(std::__1::function<void ()>) + 48
34  CoreFoundation                         0x180372f54 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20
35  CoreFoundation                         0x18037269c __CFRunLoopDoBlocks + 364
36  CoreFoundation                         0x18036d4f0 __CFRunLoopRun + 2356
37  CoreFoundation                         0x18036c7a4 CFRunLoopRunSpecific + 584
38  voja                                   0x102ce49cc +[RCTCxxBridge runRunLoop] + 736 (RCTCxxBridge.mm:336)
39  Foundation                             0x180bf4a10 __NSThread__start__ + 704
40  libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
41  libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 12:: hades
0   libsystem_kernel.dylib                 0x1b0545694 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1b059e9e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                         0x180278920 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   hermes                                 0x108b6ea68 0x108a50000 + 1174120
4   hermes                                 0x108b6e81c 0x108a50000 + 1173532
5   libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
6   libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 13:: hermes-chrome-inspector-conn
0   libsystem_kernel.dylib                 0x1b0545694 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1b059e9e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                         0x180278920 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   voja                                   0x103022f14 void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1) + 64 (__mutex_base:404)
4   voja                                   0x103022d30 facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 112 (SerialExecutor.cpp:41)
5   voja                                   0x103025a60 facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0::operator()() const + 28 (SerialExecutor.cpp:16)
6   voja                                   0x103025a24 decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(fp)()) std::__1::__invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&) + 24 (type_traits:3918)
7   voja                                   0x1030259dc void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&) + 28 (invoke.h:61)
8   voja                                   0x1030259b4 std::__1::__function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()() + 28 (function.h:178)
9   voja                                   0x103024430 std::__1::__function::__func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()() + 28 (function.h:352)
10  voja                                   0x102c2f1a8 std::__1::__function::__value_func<void ()>::operator()() const + 60 (function.h:505)
11  voja                                   0x102c2f160 std::__1::function<void ()>::operator()() const + 24 (function.h:1182)
12  voja                                   0x102f18084 facebook::hermes::inspector::detail::Thread::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>) + 32 (Thread.h:73)
13  voja                                   0x102f18ed4 decltype(static_cast<void (*>(fp)(static_cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(fp0), static_cast<std::__1::function<void ()>>(fp0))) std::__1::__invoke<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>(void (*&&)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, std::__1::function<void ()>&&) + 100 (type_traits:3918)
14  voja                                   0x102f18e50 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>, 2ul, 3ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>&, std::__1::__tuple_indices<2ul, 3ul>) + 76 (thread:287)
15  voja                                   0x102f18530 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>>(void*) + 84 (thread:298)
16  libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
17  libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 14:: hermes-inspector
0   libsystem_kernel.dylib                 0x1b0545694 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1b059e9e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                         0x180278920 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   voja                                   0x103022f14 void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1) + 64 (__mutex_base:404)
4   voja                                   0x103022d30 facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 112 (SerialExecutor.cpp:41)
5   voja                                   0x103025a60 facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0::operator()() const + 28 (SerialExecutor.cpp:16)
6   voja                                   0x103025a24 decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(fp)()) std::__1::__invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&) + 24 (type_traits:3918)
7   voja                                   0x1030259dc void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&) + 28 (invoke.h:61)
8   voja                                   0x1030259b4 std::__1::__function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()() + 28 (function.h:178)
9   voja                                   0x103024430 std::__1::__function::__func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()() + 28 (function.h:352)
10  voja                                   0x102c2f1a8 std::__1::__function::__value_func<void ()>::operator()() const + 60 (function.h:505)
11  voja                                   0x102c2f160 std::__1::function<void ()>::operator()() const + 24 (function.h:1182)
12  voja                                   0x102f18084 facebook::hermes::inspector::detail::Thread::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>) + 32 (Thread.h:73)
13  voja                                   0x102f18ed4 decltype(static_cast<void (*>(fp)(static_cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(fp0), static_cast<std::__1::function<void ()>>(fp0))) std::__1::__invoke<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>(void (*&&)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, std::__1::function<void ()>&&) + 100 (type_traits:3918)
14  voja                                   0x102f18e50 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>, 2ul, 3ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>&, std::__1::__tuple_indices<2ul, 3ul>) + 76 (thread:287)
15  voja                                   0x102f18530 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>>(void*) + 84 (thread:298)
16  libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
17  libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 15:: hades
0   libsystem_kernel.dylib                 0x1b0545694 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1b059e9e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                         0x180278920 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   hermes                                 0x108b6ea68 0x108a50000 + 1174120
4   hermes                                 0x108b6e81c 0x108a50000 + 1173532
5   libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
6   libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 16:: hermes-chrome-inspector-conn
0   libsystem_kernel.dylib                 0x1b0545694 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1b059e9e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                         0x180278920 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   voja                                   0x103022f14 void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1) + 64 (__mutex_base:404)
4   voja                                   0x103022d30 facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 112 (SerialExecutor.cpp:41)
5   voja                                   0x103025a60 facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0::operator()() const + 28 (SerialExecutor.cpp:16)
6   voja                                   0x103025a24 decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(fp)()) std::__1::__invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&) + 24 (type_traits:3918)
7   voja                                   0x1030259dc void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&) + 28 (invoke.h:61)
8   voja                                   0x1030259b4 std::__1::__function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()() + 28 (function.h:178)
9   voja                                   0x103024430 std::__1::__function::__func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()() + 28 (function.h:352)
10  voja                                   0x102c2f1a8 std::__1::__function::__value_func<void ()>::operator()() const + 60 (function.h:505)
11  voja                                   0x102c2f160 std::__1::function<void ()>::operator()() const + 24 (function.h:1182)
12  voja                                   0x102f18084 facebook::hermes::inspector::detail::Thread::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>) + 32 (Thread.h:73)
13  voja                                   0x102f18ed4 decltype(static_cast<void (*>(fp)(static_cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(fp0), static_cast<std::__1::function<void ()>>(fp0))) std::__1::__invoke<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>(void (*&&)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, std::__1::function<void ()>&&) + 100 (type_traits:3918)
14  voja                                   0x102f18e50 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>, 2ul, 3ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>&, std::__1::__tuple_indices<2ul, 3ul>) + 76 (thread:287)
15  voja                                   0x102f18530 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>>(void*) + 84 (thread:298)
16  libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
17  libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 17:: hermes-inspector
0   libsystem_kernel.dylib                 0x1b0545694 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1b059e9e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                         0x180278920 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   voja                                   0x103022f14 void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1) + 64 (__mutex_base:404)
4   voja                                   0x103022d30 facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 112 (SerialExecutor.cpp:41)
5   voja                                   0x103025a60 facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0::operator()() const + 28 (SerialExecutor.cpp:16)
6   voja                                   0x103025a24 decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(fp)()) std::__1::__invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&) + 24 (type_traits:3918)
7   voja                                   0x1030259dc void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&) + 28 (invoke.h:61)
8   voja                                   0x1030259b4 std::__1::__function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()() + 28 (function.h:178)
9   voja                                   0x103024430 std::__1::__function::__func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()() + 28 (function.h:352)
10  voja                                   0x102c2f1a8 std::__1::__function::__value_func<void ()>::operator()() const + 60 (function.h:505)
11  voja                                   0x102c2f160 std::__1::function<void ()>::operator()() const + 24 (function.h:1182)
12  voja                                   0x102f18084 facebook::hermes::inspector::detail::Thread::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>) + 32 (Thread.h:73)
13  voja                                   0x102f18ed4 decltype(static_cast<void (*>(fp)(static_cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(fp0), static_cast<std::__1::function<void ()>>(fp0))) std::__1::__invoke<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>(void (*&&)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, std::__1::function<void ()>&&) + 100 (type_traits:3918)
14  voja                                   0x102f18e50 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>, 2ul, 3ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>&, std::__1::__tuple_indices<2ul, 3ul>) + 76 (thread:287)
15  voja                                   0x102f18530 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>>(void*) + 84 (thread:298)
16  libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
17  libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 18:: com.apple.CFStream.LegacyThread
0   libsystem_kernel.dylib                 0x1b0542190 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x1b0553258 mach_msg2_internal + 76
2   libsystem_kernel.dylib                 0x1b054a398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib                 0x1b0542500 mach_msg + 20
4   CoreFoundation                         0x1803729c8 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                         0x18036d03c __CFRunLoopRun + 1152
6   CoreFoundation                         0x18036c7a4 CFRunLoopRunSpecific + 584
7   CoreFoundation                         0x18039666c _legacyStreamRunLoop_workThread + 260
8   libsystem_pthread.dylib                0x1b059e428 _pthread_start + 116
9   libsystem_pthread.dylib                0x1b0599648 thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x00005ffee12a8d8c   x5: 0x000000000000000c   x6: 0x0000000000000020   x7: 0x0000600002d16f40
    x8: 0x00000001085dc240   x9: 0xa32f27137b03ae7c  x10: 0x3632303932323637  x11: 0x34313a3538343430
   x12: 0x6b726f7728207265  x13: 0x323236375f74656c  x14: 0x0000000000000010  x15: 0x2931363a34313a35
   x16: 0x0000000000000148  x17: 0x000000000fa00000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001085dc240  x21: 0x0000000000000103  x22: 0x00000001085dc320  x23: 0x0000000000000114
   x24: 0x0000600001319c80  x25: 0x0000600001319c80  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x0000000000000000   fp: 0x000000016d5b8ba0   lr: 0x00000001b059e12c
    sp: 0x000000016d5b8b80   pc: 0x00000001b0549fa8 cpsr: 0x40001000
   far: 0x0000000103ef53a8  esr: 0x56000080  Address size fault

Binary Images:
       0x108540000 -        0x1085cffff dyld (*) <bd993f39-c902-37d6-8bd8-6d827c7f121e> /usr/lib/dyld
       0x108638000 -        0x108687fff dyld_sim (*) <d763ecdd-458a-3dc0-92d4-bf4f7a54bfbb> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x102844000 -        0x1040a3fff com.voja.development (0.0.1) <702263e7-2df4-3fd5-925a-e620044ddb87> /Users/USER/Library/Developer/CoreSimulator/Devices/33A39FC5-4D6D-4B5A-9462-0A4666680CF5/data/Containers/Bundle/Application/0E715E5E-50EA-422E-BF85-F89BAC4D399E/voja.app/voja
       0x1086c8000 -        0x1086f7fff com.apple.GLKit (126) <64cdd6c2-356e-377b-b5d2-c3f9d0d9a6ec> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/GLKit.framework/GLKit
       0x10ba28000 -        0x10cd7ffff com.apple.JavaScriptCore (8614) <053bf96b-3e2b-3dc0-91c1-3c425601b7d7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
       0x1084b8000 -        0x1084d3fff com.apple.MetalKit (154) <38b25309-a406-33c0-8ab1-1c749e42d73d> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalKit.framework/MetalKit
       0x108448000 -        0x10844bfff com.apple.UIKit (1.0) <8b154880-95fe-390f-ae82-1a3a3a640227> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit
       0x108a50000 -        0x108d2bfff dev.hermesengine.iphonesimulator (0.12.0) <26e0dce6-c1c5-3cd2-a512-b744e780a198> /Users/USER/Library/Developer/CoreSimulator/Devices/33A39FC5-4D6D-4B5A-9462-0A4666680CF5/data/Containers/Bundle/Application/0E715E5E-50EA-422E-BF85-F89BAC4D399E/voja.app/Frameworks/hermes.framework/hermes
       0x10968c000 -        0x109893fff com.apple.SafariServices (16.2) <f5e00d77-c08e-3790-8595-8a559c8cd459> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/Frameworks/SafariServices.framework/SafariServices
       0x108458000 -        0x108473fff com.apple.VisionKit (1.0) <3b040f6e-da05-3024-9109-b4db221327e7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VisionKit.framework/VisionKit
       0x109b54000 -        0x10a583fff com.apple.WebKit (8614) <b71891a7-717d-37ec-8e18-7ef3fccc7ca0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/Frameworks/WebKit.framework/WebKit
       0x108d60000 -        0x108dc7fff libswiftUIKit.dylib (*) <824e5d3b-d62e-3919-a9fc-a0d78999a629> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftUIKit.dylib
       0x108430000 -        0x108433fff libswiftWebKit.dylib (*) <73bebae1-764e-32cb-b78c-34c92c0bd8d6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftWebKit.dylib
       0x108890000 -        0x1088d7fff com.apple.DocumentManager (1.0) <c9599edd-0775-3c1f-b7cb-869b06d28d09> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
       0x1135a4000 -        0x114c5ffff com.apple.UIKitCore (1.0) <3f2e4277-d1ab-3c9c-8ca1-14c5ef9dbfc8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
       0x109318000 -        0x109407fff com.apple.ShareSheet (1853) <fae39dc2-ee5f-3aa6-8543-202a5f35b83e> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
       0x108740000 -        0x1087cbfff com.apple.PrintKitUI (1.0) <05c6d3a7-3b8b-3a8b-bf3e-c4e84dd5432b> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrintKitUI.framework/PrintKitUI
       0x108eb4000 -        0x109047fff com.apple.WebKitLegacy (8614) <978ce30a-2d27-3351-b0a9-1cd09ea6c86f> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
       0x10d25c000 -        0x10f787fff com.apple.WebCore (8614) <36e6cc90-75d3-306f-99ee-e3cdfdad8762> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/WebCore
       0x10b160000 -        0x10b4bbfff libANGLE-shared.dylib (*) <edc9428d-dde1-3194-9982-4d011f19a646> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libANGLE-shared.dylib
       0x1091fc000 -        0x109237fff com.apple.WebGPU (8614) <ae0d6d30-af7e-3cd2-b839-2b4e9970ca8b> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebGPU.framework/WebGPU
       0x1120d4000 -        0x11284bfff libwebrtc.dylib (*) <0e0f0eff-592b-30a4-9d36-141c73af8689> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
       0x108940000 -        0x10899ffff com.apple.AuthenticationServices (12.0) <4c3e8217-c691-31fb-b121-2a129c16ffaa> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
       0x10955c000 -        0x1095d3fff com.apple.AuthenticationServicesCore (1.0) <26e1caba-8c27-3625-9fd2-c6bf0f110c36> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore
       0x10b84c000 -        0x10b89bfff com.apple.OnBoardingKit (1.0) <90d1ec08-83f4-3f70-aee0-7abe41c86385> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
       0x11100c000 -        0x11111bfff com.apple.preferences-framework (1) <1f3c0f11-f05c-316f-8fe8-da7828ceac36> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Preferences.framework/Preferences
       0x110e14000 -        0x110ecbfff com.apple.WebBookmarks (8614) <62f06696-9010-3b4f-8fce-103cc888db6b> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
       0x112ad8000 -        0x112dbbfff com.apple.ContactsUI (1.0.0) <f7d1e40c-7f39-32fd-8317-c10f440ad95c> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ContactsUI.framework/ContactsUI
       0x1166ec000 -        0x116a23fff com.apple.PencilKit (1.0) <b3b73c84-1c6c-391f-893d-97d2666709e9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/PencilKit.framework/PencilKit
       0x110b30000 -        0x110c37fff com.apple.mobilesafari.framework (16.2) <05048183-4bfb-30d1-a806-032363891dfa> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari
       0x111a7c000 -        0x111c4ffff com.apple.Safari.Shared.UI (8614) <e3e5bbf4-5894-36a4-b1e2-902828c6ba52> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
       0x10b6d8000 -        0x10b6fbfff com.apple.SafariFoundation (8614) <7901d09a-ede8-3cda-a20f-2babcc1feb98> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
       0x11128c000 -        0x111607fff com.apple.MediaPlayer (1.0) <d3a4bd8c-83fa-3ffc-abfc-59f584da14e7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
       0x117988000 -        0x117c3ffff com.apple.MapKit (1.0) <a62c40a8-177c-3845-ba91-669d7e5f71a9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/MapKit
       0x10b738000 -        0x10b757fff com.apple.WebUI (1.0) <ca5e868b-c03f-37bb-9e3d-82aa33aa4b06> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebUI.framework/WebUI
       0x111e84000 -        0x111f43fff com.apple.Safari.Core (8614) <31b0f142-b2a2-3b90-9067-18bcd9646dd2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
       0x10b90c000 -        0x10b97ffff com.apple.AuthKitUI (1.0) <cfa1e26d-0465-3f0e-99c2-9d8a19170d80> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
       0x109260000 -        0x10928ffff com.apple.AppSSO (1.0) <45693d21-8734-3fbe-b625-ff857cb0d1fb> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
       0x110da0000 -        0x110dc3fff com.apple.LocalAuthenticationPrivateUI (1.0) <abfda801-f055-39aa-becc-73002bd883c1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
       0x113440000 -        0x1134dbfff com.apple.RemoteUI (1.0) <dcb572d1-b636-3b54-9d44-604a9e9fd1da> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
       0x1131b0000 -        0x113293fff com.apple.PDFKit (1.0) <7a8f4306-9635-3a84-ab0b-a3b31fe3c51f> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/PDFKit.framework/PDFKit
       0x11709c000 -        0x117163fff com.apple.CorePDF (5.0) <42be2f5d-976a-39b8-bba4-5d5186731715> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
       0x116f80000 -        0x11700bfff com.apple.LiftUI (1.0) <57892d57-2599-3205-8082-53c46742d390> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LiftUI.framework/LiftUI
       0x11bebc000 -        0x11d43ffff com.apple.SwiftUI (4.2.11) <1bb9ceee-86d4-35a6-89c9-bd86a50e7f0f> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SwiftUI.framework/SwiftUI
       0x108500000 -        0x108513fff com.apple.RecapPerformanceTesting (17) <e2780ffb-0e1f-37f5-9d3e-7283f91426cf> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RecapPerformanceTesting.framework/RecapPerformanceTesting
       0x1092cc000 -        0x1092dffff com.apple.settingsandcoreapps.SettingsFoundation (1.0) <74582e4b-e720-33c9-991b-931388b25e9c> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
       0x117210000 -        0x11744bfff com.apple.Safari.Shared (8614) <0b9762c8-5d9d-36a1-beec-044d6ddddadd> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Cryptexes/OS/System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
       0x110f90000 -        0x110fbbfff com.apple.AppSupportUI (1.0) <7d72100a-8001-395c-a5f6-066d645b3f27> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
       0x109648000 -        0x109657fff com.apple.PersonaUI (1.0) <b05972a4-845b-39cf-bb58-b993e87222ac> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
       0x116db4000 -        0x116e33fff com.apple.Contacts.ContactsUICore (1.0) <e41574f3-5e6b-38c4-90d9-b74042ca6532> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
       0x10b78c000 -        0x10b7d3fff com.apple.TemplateKit (1.0) <5ea14ba5-5118-3651-9436-a13b5b2d94f9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
       0x11204c000 -        0x112067fff com.apple.MaterialKit (1.0) <365dc0cb-598e-32ac-af49-e0096279f21b> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
       0x113398000 -        0x1133bffff com.apple.BaseBoardUI (617.14) <60a32761-9d75-3e03-b655-4daae16590bf> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
       0x1176b4000 -        0x1177abfff com.apple.LinkPresentation (212) <d85151af-ceb1-3f29-bb7e-087d580c2976> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
       0x1185b4000 -        0x118713fff com.apple.AVKit (1.0) <87f1c176-5b56-34a5-a642-9678ece06279> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVKit.framework/AVKit
       0x118140000 -        0x1181a3fff com.apple.Pegasus (1.0) <138a7c8a-6b20-3ac7-abbb-6f018814bdc8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
       0x10887c000 -        0x10887ffff com.apple.ParsecSubscriptionServiceSupport (1.0) <28f21448-03bf-30b4-982a-fcb231107f0f> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
       0x117f80000 -        0x118023fff com.apple.AppStoreComponents (1.0) <d945d5f5-1452-3a73-bae3-2005de394d08> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppStoreComponents.framework/AppStoreComponents
       0x1188e4000 -        0x118993fff com.apple.VideoSubscriberAccount.VideoSubscriberAccountFramework (1.0) <dce43081-ae6b-3aec-afb8-d777ad83cc39> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
       0x11927c000 -        0x11953ffff com.apple.JetEngine (1.0) <bfdc4d31-8e32-36d2-933b-2362cd5588e3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/JetEngine.framework/JetEngine
       0x118a84000 -        0x118b4ffff com.apple.JetUI (1.0) <4a528e69-6f85-3e66-bf16-e45d426d2043> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/JetUI.framework/JetUI
       0x1183f0000 -        0x11847bfff com.apple.-JetEngine-SwiftUI (1.0) <27c06d77-8a7c-3430-aceb-1e8671778995> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/_JetEngine_SwiftUI.framework/_JetEngine_SwiftUI
       0x118228000 -        0x1182effff com.apple.DocumentCamera (1.0) <2b7f3511-c9f6-3771-9ed7-86fe9a8fe52d> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera
       0x11902c000 -        0x11911ffff com.apple.VisionKitCore (1.0) <66aeb8cb-175f-3b1c-9698-59ee0714fd64> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VisionKitCore.framework/VisionKitCore
       0x1184dc000 -        0x118513fff com.apple.CameraEditKit (1.0) <64b3e967-c192-36ae-9e0d-f72c7c4eae66> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
       0x111a68000 -        0x111a73fff libobjc-trampolines.dylib (*) <16ee454c-d2a0-37be-a3fb-576c1a143ac4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc-trampolines.dylib
       0x1b0541000 -        0x1b0578fe7 libsystem_kernel.dylib (*) <f91811dc-efe8-3dfa-9553-71defa7ed45f> /usr/lib/system/libsystem_kernel.dylib
       0x1b0597000 -        0x1b05a3ff7 libsystem_pthread.dylib (*) <ba7c01fe-353b-3146-a7c6-f2bb8a0fa842> /usr/lib/system/libsystem_pthread.dylib
       0x1800b5000 -        0x180131ff3 libsystem_c.dylib (*) <809fd1a9-98ea-308b-82ad-ec137230577a> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib
       0x180228000 -        0x180241ffb libc++abi.dylib (*) <f125b535-94ac-34d8-b81b-e9f4b59004fc> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib
       0x18002c000 -        0x180060d9f libobjc.A.dylib (*) <2140ae27-11dd-398f-b65a-ad86245d6cc8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
       0x180132000 -        0x180178fff libdispatch.dylib (*) <75a8e72d-f60e-33db-9798-e4f60f5c9226> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
       0x1802ed000 -        0x180699fff com.apple.CoreFoundation (6.9) <9b810641-e5e7-3950-a3f7-25ce1ede4d7a> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x188ff4000 -        0x188ffcfff com.apple.GraphicsServices (1.0) <3340e7ba-7ef4-3baf-b4b8-28b2e06fe6e6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x180710000 -        0x180fc4fff com.apple.Foundation (6.9) <4a53f446-37df-36ed-aaf0-242bf3845fc0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
       0x183e05000 -        0x184189fff com.apple.CFNetwork (1402.0.8) <c55f057b-42a5-353a-b564-2999bdb2df42> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x18026c000 -        0x1802c7ffb libc++.1.dylib (*) <ca7db440-78b7-3d9e-8ba8-d1657150f8b9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib

EOF

-----------
Full Report
-----------

{"app_name":"voja","timestamp":"2023-05-26 19:13:10.00 +0200","app_version":"0.0.1","slice_uuid":"702263e7-2df4-3fd5-925a-e620044ddb87","build_version":"1","platform":7,"bundleID":"com.voja.development","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.4 (22F66)","roots_installed":0,"name":"voja","incident_id":"963BACF8-1C7C-4F56-B179-0CCF619F650E"}
{
  "uptime" : 54000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,4",
  "coalitionID" : 10805,
  "osVersion" : {
    "train" : "macOS 13.4",
    "build" : "22F66",
    "releaseType" : "User"
  },
  "captureTime" : "2023-05-26 19:13:07.1217 +0200",
  "incident" : "963BACF8-1C7C-4F56-B179-0CCF619F650E",
  "pid" : 29992,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-05-26 19:13:03.8497 +0200",
  "procStartAbsTime" : 1318376122076,
  "procExitAbsTime" : 1318454548163,
  "procName" : "voja",
  "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/33A39FC5-4D6D-4B5A-9462-0A4666680CF5\/data\/Containers\/Bundle\/Application\/0E715E5E-50EA-422E-BF85-F89BAC4D399E\/voja.app\/voja",
  "bundleInfo" : {"CFBundleShortVersionString":"0.0.1","CFBundleVersion":"1","CFBundleIdentifier":"com.voja.development"},
  "storeInfo" : {"deviceIdentifierForVendor":"1313E8E5-B7DC-5544-B035-7D54CEC3C065","thirdParty":true},
  "parentProc" : "launchd_sim",
  "parentPid" : 37878,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.33A39FC5-4D6D-4B5A-9462-0A4666680CF5",
  "crashReporterKey" : "E09113A6-5282-02FF-B8D2-ECFDF3E81A26",
  "responsiblePid" : 1411,
  "responsibleProc" : "SimulatorTrampoline",
  "codeSigningID" : "com.voja.development",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570425861,
  "codeSigningValidationCategory" : 10,
  "codeSigningTrustLevel" : 0,
  "wakeTime" : 18289,
  "sleepWakeUUID" : "67E1C4C5-CF27-4088-9DB3-FCB770B1DBCD",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "ktriageinfo" : "VM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\n",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":80,"task_for_pid":3},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":1048087,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":105548303994252},{"value":12},{"value":32},{"value":105553163546432},{"value":4435329600,"symbolLocation":0,"symbol":"_main_thread"},{"value":11758660116709355132},{"value":3905236849097061943},{"value":3760851164081697840},{"value":7742373266968310373},{"value":3617013062184494444},{"value":16},{"value":2968213253025511989},{"value":328},{"value":262144000},{"value":0},{"value":6},{"value":4435329600,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":4435329824,"symbolLocation":224,"symbol":"_main_thread"},{"value":276},{"value":105553136295040},{"value":105553136295040},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7253647660},"cpsr":{"value":1073745920},"fp":{"value":6129683360},"sp":{"value":6129683328},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7253303208,"matchesCrashFrame":1},"far":{"value":4360983464}},"queue":"com.apple.main-thread","frames":[{"imageOffset":36776,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":66},{"imageOffset":28972,"symbol":"pthread_kill","symbolLocation":256,"imageIndex":67},{"imageOffset":478760,"symbol":"abort","symbolLocation":124,"imageIndex":68},{"imageOffset":82112,"symbol":"abort_message","symbolLocation":128,"imageIndex":69},{"imageOffset":18764,"symbol":"demangling_terminate_handler()","symbolLocation":276,"imageIndex":69},{"imageOffset":27784,"symbol":"_objc_terminate()","symbolLocation":140,"imageIndex":70},{"imageOffset":79216,"symbol":"std::__terminate(void (*)())","symbolLocation":16,"imageIndex":69},{"imageOffset":79128,"symbol":"std::terminate()","symbolLocation":52,"imageIndex":69},{"imageOffset":14204,"symbol":"_dispatch_client_callout","symbolLocation":36,"imageIndex":71},{"imageOffset":77848,"symbol":"_dispatch_main_queue_drain","symbolLocation":1220,"imageIndex":71},{"imageOffset":76612,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":40,"imageIndex":71},{"imageOffset":548004,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":12,"imageIndex":72},{"imageOffset":525152,"symbol":"__CFRunLoopRun","symbolLocation":1956,"imageIndex":72},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":72},{"imageOffset":15512,"symbol":"GSEventRunModal","symbolLocation":160,"imageIndex":73},{"imageOffset":10937212,"symbol":"-[UIApplication _run]","symbolLocation":868,"imageIndex":14},{"imageOffset":10953588,"symbol":"UIApplicationMain","symbolLocation":124,"imageIndex":14},{"imageOffset":15900,"sourceLine":7,"sourceFile":"main.m","symbol":"main","imageIndex":2,"symbolLocation":96},{"imageOffset":8096,"symbol":"start_sim","symbolLocation":20,"imageIndex":1},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":0}]},{"id":1048116,"frames":[{"imageOffset":9780,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":67}]},{"id":1048118,"frames":[{"imageOffset":9780,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":67}]},{"id":1048119,"frames":[{"imageOffset":9780,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":67}]},{"id":1048120,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":4496,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":66},{"imageOffset":74328,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":66},{"imageOffset":37784,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":66},{"imageOffset":5376,"symbol":"mach_msg","symbolLocation":20,"imageIndex":66},{"imageOffset":547272,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":72},{"imageOffset":524348,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":72},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":72},{"imageOffset":4976684,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":74},{"imageOffset":4977232,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":60,"imageIndex":74},{"imageOffset":11593020,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":424,"imageIndex":14},{"imageOffset":5130768,"symbol":"__NSThread__start__","symbolLocation":704,"imageIndex":74},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048121,"frames":[{"imageOffset":9780,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":67}]},{"id":1048122,"frames":[{"imageOffset":9780,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":67}]},{"id":1048124,"frames":[{"imageOffset":9780,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":67}]},{"id":1048189,"name":"com.squareup.SocketRocket.NetworkThread","frames":[{"imageOffset":4496,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":66},{"imageOffset":74328,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":66},{"imageOffset":37784,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":66},{"imageOffset":5376,"symbol":"mach_msg","symbolLocation":20,"imageIndex":66},{"imageOffset":547272,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":72},{"imageOffset":524348,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":72},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":72},{"imageOffset":4976684,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":74},{"imageOffset":5575960,"symbol":"-[_RCTSRRunLoopThread main]","symbolLocation":336,"imageIndex":2},{"imageOffset":5130768,"symbol":"__NSThread__start__","symbolLocation":704,"imageIndex":74},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048190,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":4496,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":66},{"imageOffset":74328,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":66},{"imageOffset":37784,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":66},{"imageOffset":5376,"symbol":"mach_msg","symbolLocation":20,"imageIndex":66},{"imageOffset":547272,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":72},{"imageOffset":524348,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":72},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":72},{"imageOffset":2163964,"imageIndex":75},{"imageOffset":5130768,"symbol":"__NSThread__start__","symbolLocation":704,"imageIndex":74},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048191,"name":"com.apple.CFSocket.private","frames":[{"imageOffset":46844,"symbol":"__select","symbolLocation":8,"imageIndex":66},{"imageOffset":633348,"symbol":"__CFSocketManager","symbolLocation":612,"imageIndex":72},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048192,"name":"com.facebook.react.JavaScript","frames":[{"imageOffset":299068,"imageIndex":7},{"imageOffset":292756,"imageIndex":7},{"imageOffset":290352,"imageIndex":7},{"imageOffset":574156,"imageIndex":7},{"imageOffset":31492,"imageIndex":7},{"imageOffset":31076,"symbol":"facebook::hermes::HermesRuntime::evaluateJavaScriptWithSourceMap(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)","symbolLocation":88,"imageIndex":7},{"imageOffset":35924,"imageIndex":7},{"imageOffset":7613528,"sourceLine":118,"sourceFile":"decorator.h","symbol":"facebook::jsi::RuntimeDecorator<facebook::jsi::Runtime, facebook::jsi::Runtime>::evaluateJavaScript(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)","imageIndex":2,"symbolLocation":64},{"imageOffset":7603880,"sourceLine":527,"sourceFile":"decorator.h","symbol":"facebook::jsi::WithRuntimeDecorator<facebook::react::(anonymous namespace)::ReentrancyCheck, facebook::jsi::Runtime, facebook::jsi::Runtime>::evaluateJavaScript(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)","imageIndex":2,"symbolLocation":72},{"imageOffset":8313676,"sourceLine":157,"sourceFile":"JSIExecutor.cpp","symbol":"facebook::react::JSIExecutor::loadBundle(std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)","imageIndex":2,"symbolLocation":252},{"imageOffset":6943564,"sourceLine":146,"sourceFile":"NativeToJsBridge.cpp","symbol":"facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1::operator()(facebook::react::JSExecutor*)","imageIndex":2,"symbolLocation":272},{"imageOffset":6943260,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&>(fp)(static_cast<facebook::react::JSExecutor*>(fp0))) std::__1::__invoke<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&, facebook::react::JSExecutor*>(facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&, facebook::react::JSExecutor*&&)","imageIndex":2,"symbolLocation":36},{"imageOffset":6943176,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&, facebook::react::JSExecutor*>(facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1&, facebook::react::JSExecutor*&&)","imageIndex":2,"symbolLocation":52},{"imageOffset":6943112,"sourceLine":178,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1, std::__1::allocator<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1>, void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*&&)","imageIndex":2,"symbolLocation":52},{"imageOffset":6937164,"sourceLine":352,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1, std::__1::allocator<facebook::react::NativeToJsBridge::loadBundle(std::__1::unique_ptr<facebook::react::RAMBundleRegistry, std::__1::default_delete<facebook::react::RAMBundleRegistry>>, std::__1::unique_ptr<facebook::react::JSBigString const, std::__1::default_delete<facebook::react::JSBigString const>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>)::$_1>, void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*&&)","imageIndex":2,"symbolLocation":52},{"imageOffset":7002292,"sourceLine":505,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*&&) const","imageIndex":2,"symbolLocation":84},{"imageOffset":7002156,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*) const","imageIndex":2,"symbolLocation":48},{"imageOffset":7002092,"sourceLine":310,"sourceFile":"NativeToJsBridge.cpp","symbol":"facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8::operator()() const","imageIndex":2,"symbolLocation":92},{"imageOffset":7001968,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&>(fp)()) std::__1::__invoke<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&>(facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&)","imageIndex":2,"symbolLocation":24},{"imageOffset":7001896,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&>(facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8&)","imageIndex":2,"symbolLocation":28},{"imageOffset":7001856,"sourceLine":178,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8, std::__1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":6996068,"sourceLine":352,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8, std::__1::allocator<facebook::react::NativeToJsBridge::runOnExecutorQueue(std::__1::function<void (facebook::react::JSExecutor*)>)::$_8>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":4108712,"sourceLine":505,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void ()>::operator()() const","imageIndex":2,"symbolLocation":60},{"imageOffset":4108640,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":2,"symbolLocation":24},{"imageOffset":5037940,"sourceLine":74,"sourceFile":"RCTCxxUtils.mm","symbol":"facebook::react::tryAndReturnError(std::__1::function<void ()> const&)","imageIndex":2,"symbolLocation":24},{"imageOffset":5204580,"symbol":"facebook::react::RCTMessageThread::tryFunc(std::__1::function<void ()> const&)","symbolLocation":36,"imageIndex":2},{"imageOffset":5226516,"symbol":"facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1::operator()() const","symbolLocation":80,"imageIndex":2},{"imageOffset":5226404,"symbol":"decltype(static_cast<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&>(fp)()) std::__1::__invoke<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&>(facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&)","symbolLocation":24,"imageIndex":2},{"imageOffset":5226332,"symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&>(facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1&)","symbolLocation":28,"imageIndex":2},{"imageOffset":5226292,"symbol":"std::__1::__function::__alloc_func<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1, std::__1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1>, void ()>::operator()()","symbolLocation":28,"imageIndex":2},{"imageOffset":5220764,"symbol":"std::__1::__function::__func<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1, std::__1::allocator<facebook::react::RCTMessageThread::runOnQueue(std::__1::function<void ()>&&)::$_1>, void ()>::operator()()","symbolLocation":28,"imageIndex":2},{"imageOffset":4108712,"sourceLine":505,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void ()>::operator()() const","imageIndex":2,"symbolLocation":60},{"imageOffset":4108640,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":2,"symbolLocation":24},{"imageOffset":5203904,"symbol":"invocation function for block in facebook::react::RCTMessageThread::runAsync(std::__1::function<void ()>)","symbolLocation":48,"imageIndex":2},{"imageOffset":548692,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":20,"imageIndex":72},{"imageOffset":546460,"symbol":"__CFRunLoopDoBlocks","symbolLocation":364,"imageIndex":72},{"imageOffset":525552,"symbol":"__CFRunLoopRun","symbolLocation":2356,"imageIndex":72},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":72},{"imageOffset":4852172,"sourceLine":336,"sourceFile":"RCTCxxBridge.mm","symbol":"+[RCTCxxBridge runRunLoop]","imageIndex":2,"symbolLocation":736},{"imageOffset":5130768,"symbol":"__NSThread__start__","symbolLocation":704,"imageIndex":74},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048193,"name":"hades","frames":[{"imageOffset":18068,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":66},{"imageOffset":31204,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":67},{"imageOffset":51488,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":76},{"imageOffset":1174120,"imageIndex":7},{"imageOffset":1173532,"imageIndex":7},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048194,"name":"hermes-chrome-inspector-conn","frames":[{"imageOffset":18068,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":66},{"imageOffset":31204,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":67},{"imageOffset":51488,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":76},{"imageOffset":8253204,"sourceLine":404,"sourceFile":"__mutex_base","symbol":"void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1)","imageIndex":2,"symbolLocation":64},{"imageOffset":8252720,"sourceLine":41,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::runLoop()","imageIndex":2,"symbolLocation":112},{"imageOffset":8264288,"sourceLine":16,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0::operator()() const","imageIndex":2,"symbolLocation":28},{"imageOffset":8264228,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(fp)()) std::__1::__invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&)","imageIndex":2,"symbolLocation":24},{"imageOffset":8264156,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&)","imageIndex":2,"symbolLocation":28},{"imageOffset":8264116,"sourceLine":178,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":8258608,"sourceLine":352,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":4108712,"sourceLine":505,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void ()>::operator()() const","imageIndex":2,"symbolLocation":60},{"imageOffset":4108640,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":2,"symbolLocation":24},{"imageOffset":7159940,"sourceLine":73,"sourceFile":"Thread.h","symbol":"facebook::hermes::inspector::detail::Thread::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>)","imageIndex":2,"symbolLocation":32},{"imageOffset":7163604,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<void (*>(fp)(static_cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(fp0), static_cast<std::__1::function<void ()>>(fp0))) std::__1::__invoke<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>(void (*&&)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, std::__1::function<void ()>&&)","imageIndex":2,"symbolLocation":100},{"imageOffset":7163472,"sourceLine":287,"sourceFile":"thread","symbol":"void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>, 2ul, 3ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>&, std::__1::__tuple_indices<2ul, 3ul>)","imageIndex":2,"symbolLocation":76},{"imageOffset":7161136,"sourceLine":298,"sourceFile":"thread","symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>>(void*)","imageIndex":2,"symbolLocation":84},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048195,"name":"hermes-inspector","frames":[{"imageOffset":18068,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":66},{"imageOffset":31204,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":67},{"imageOffset":51488,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":76},{"imageOffset":8253204,"sourceLine":404,"sourceFile":"__mutex_base","symbol":"void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1)","imageIndex":2,"symbolLocation":64},{"imageOffset":8252720,"sourceLine":41,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::runLoop()","imageIndex":2,"symbolLocation":112},{"imageOffset":8264288,"sourceLine":16,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0::operator()() const","imageIndex":2,"symbolLocation":28},{"imageOffset":8264228,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(fp)()) std::__1::__invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&)","imageIndex":2,"symbolLocation":24},{"imageOffset":8264156,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&)","imageIndex":2,"symbolLocation":28},{"imageOffset":8264116,"sourceLine":178,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":8258608,"sourceLine":352,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":4108712,"sourceLine":505,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void ()>::operator()() const","imageIndex":2,"symbolLocation":60},{"imageOffset":4108640,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":2,"symbolLocation":24},{"imageOffset":7159940,"sourceLine":73,"sourceFile":"Thread.h","symbol":"facebook::hermes::inspector::detail::Thread::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>)","imageIndex":2,"symbolLocation":32},{"imageOffset":7163604,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<void (*>(fp)(static_cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(fp0), static_cast<std::__1::function<void ()>>(fp0))) std::__1::__invoke<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>(void (*&&)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, std::__1::function<void ()>&&)","imageIndex":2,"symbolLocation":100},{"imageOffset":7163472,"sourceLine":287,"sourceFile":"thread","symbol":"void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>, 2ul, 3ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>&, std::__1::__tuple_indices<2ul, 3ul>)","imageIndex":2,"symbolLocation":76},{"imageOffset":7161136,"sourceLine":298,"sourceFile":"thread","symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>>(void*)","imageIndex":2,"symbolLocation":84},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048196,"name":"hades","frames":[{"imageOffset":18068,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":66},{"imageOffset":31204,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":67},{"imageOffset":51488,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":76},{"imageOffset":1174120,"imageIndex":7},{"imageOffset":1173532,"imageIndex":7},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048197,"name":"hermes-chrome-inspector-conn","frames":[{"imageOffset":18068,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":66},{"imageOffset":31204,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":67},{"imageOffset":51488,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":76},{"imageOffset":8253204,"sourceLine":404,"sourceFile":"__mutex_base","symbol":"void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1)","imageIndex":2,"symbolLocation":64},{"imageOffset":8252720,"sourceLine":41,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::runLoop()","imageIndex":2,"symbolLocation":112},{"imageOffset":8264288,"sourceLine":16,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0::operator()() const","imageIndex":2,"symbolLocation":28},{"imageOffset":8264228,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(fp)()) std::__1::__invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&)","imageIndex":2,"symbolLocation":24},{"imageOffset":8264156,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&)","imageIndex":2,"symbolLocation":28},{"imageOffset":8264116,"sourceLine":178,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":8258608,"sourceLine":352,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":4108712,"sourceLine":505,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void ()>::operator()() const","imageIndex":2,"symbolLocation":60},{"imageOffset":4108640,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":2,"symbolLocation":24},{"imageOffset":7159940,"sourceLine":73,"sourceFile":"Thread.h","symbol":"facebook::hermes::inspector::detail::Thread::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>)","imageIndex":2,"symbolLocation":32},{"imageOffset":7163604,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<void (*>(fp)(static_cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(fp0), static_cast<std::__1::function<void ()>>(fp0))) std::__1::__invoke<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>(void (*&&)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, std::__1::function<void ()>&&)","imageIndex":2,"symbolLocation":100},{"imageOffset":7163472,"sourceLine":287,"sourceFile":"thread","symbol":"void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>, 2ul, 3ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>&, std::__1::__tuple_indices<2ul, 3ul>)","imageIndex":2,"symbolLocation":76},{"imageOffset":7161136,"sourceLine":298,"sourceFile":"thread","symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>>(void*)","imageIndex":2,"symbolLocation":84},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048198,"name":"hermes-inspector","frames":[{"imageOffset":18068,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":66},{"imageOffset":31204,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageIndex":67},{"imageOffset":51488,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":76},{"imageOffset":8253204,"sourceLine":404,"sourceFile":"__mutex_base","symbol":"void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1)","imageIndex":2,"symbolLocation":64},{"imageOffset":8252720,"sourceLine":41,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::runLoop()","imageIndex":2,"symbolLocation":112},{"imageOffset":8264288,"sourceLine":16,"sourceFile":"SerialExecutor.cpp","symbol":"facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0::operator()() const","imageIndex":2,"symbolLocation":28},{"imageOffset":8264228,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(fp)()) std::__1::__invoke<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&)","imageIndex":2,"symbolLocation":24},{"imageOffset":8264156,"sourceLine":61,"sourceFile":"invoke.h","symbol":"void std::__1::__invoke_void_return_wrapper<void, true>::__call<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&>(facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0&)","imageIndex":2,"symbolLocation":28},{"imageOffset":8264116,"sourceLine":178,"sourceFile":"function.h","symbol":"std::__1::__function::__alloc_func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":8258608,"sourceLine":352,"sourceFile":"function.h","symbol":"std::__1::__function::__func<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0, std::__1::allocator<facebook::hermes::inspector::detail::SerialExecutor::SerialExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::$_0>, void ()>::operator()()","imageIndex":2,"symbolLocation":28},{"imageOffset":4108712,"sourceLine":505,"sourceFile":"function.h","symbol":"std::__1::__function::__value_func<void ()>::operator()() const","imageIndex":2,"symbolLocation":60},{"imageOffset":4108640,"sourceLine":1182,"sourceFile":"function.h","symbol":"std::__1::function<void ()>::operator()() const","imageIndex":2,"symbolLocation":24},{"imageOffset":7159940,"sourceLine":73,"sourceFile":"Thread.h","symbol":"facebook::hermes::inspector::detail::Thread::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>)","imageIndex":2,"symbolLocation":32},{"imageOffset":7163604,"sourceLine":3918,"sourceFile":"type_traits","symbol":"decltype(static_cast<void (*>(fp)(static_cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(fp0), static_cast<std::__1::function<void ()>>(fp0))) std::__1::__invoke<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>(void (*&&)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&&, std::__1::function<void ()>&&)","imageIndex":2,"symbolLocation":100},{"imageOffset":7163472,"sourceLine":287,"sourceFile":"thread","symbol":"void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>, 2ul, 3ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>&, std::__1::__tuple_indices<2ul, 3ul>)","imageIndex":2,"symbolLocation":76},{"imageOffset":7161136,"sourceLine":298,"sourceFile":"thread","symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>>>(void*)","imageIndex":2,"symbolLocation":84},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]},{"id":1048202,"name":"com.apple.CFStream.LegacyThread","frames":[{"imageOffset":4496,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":66},{"imageOffset":74328,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":66},{"imageOffset":37784,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":66},{"imageOffset":5376,"symbol":"mach_msg","symbolLocation":20,"imageIndex":66},{"imageOffset":547272,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":72},{"imageOffset":524348,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":72},{"imageOffset":522148,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":72},{"imageOffset":693868,"symbol":"_legacyStreamRunLoop_workThread","symbolLocation":260,"imageIndex":72},{"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":67},{"imageOffset":9800,"symbol":"thread_start","symbolLocation":8,"imageIndex":67}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4434690048,
    "size" : 589824,
    "uuid" : "bd993f39-c902-37d6-8bd8-6d827c7f121e",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4435705856,
    "size" : 327680,
    "uuid" : "d763ecdd-458a-3dc0-92d4-bf4f7a54bfbb",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim",
    "name" : "dyld_sim"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4337188864,
    "CFBundleShortVersionString" : "0.0.1",
    "CFBundleIdentifier" : "com.voja.development",
    "size" : 25559040,
    "uuid" : "702263e7-2df4-3fd5-925a-e620044ddb87",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/33A39FC5-4D6D-4B5A-9462-0A4666680CF5\/data\/Containers\/Bundle\/Application\/0E715E5E-50EA-422E-BF85-F89BAC4D399E\/voja.app\/voja",
    "name" : "voja",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4436295680,
    "CFBundleShortVersionString" : "126",
    "CFBundleIdentifier" : "com.apple.GLKit",
    "size" : 196608,
    "uuid" : "64cdd6c2-356e-377b-b5d2-c3f9d0d9a6ec",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/GLKit.framework\/GLKit",
    "name" : "GLKit",
    "CFBundleVersion" : "126"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4490166272,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.JavaScriptCore",
    "size" : 20283392,
    "uuid" : "053bf96b-3e2b-3dc0-91c1-3c425601b7d7",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/Frameworks\/JavaScriptCore.framework\/JavaScriptCore",
    "name" : "JavaScriptCore",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4434132992,
    "CFBundleShortVersionString" : "154",
    "CFBundleIdentifier" : "com.apple.MetalKit",
    "size" : 114688,
    "uuid" : "38b25309-a406-33c0-8ab1-1c749e42d73d",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/MetalKit.framework\/MetalKit",
    "name" : "MetalKit",
    "CFBundleVersion" : "154"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4433674240,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKit",
    "size" : 16384,
    "uuid" : "8b154880-95fe-390f-ae82-1a3a3a640227",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/UIKit.framework\/UIKit",
    "name" : "UIKit",
    "CFBundleVersion" : "6209"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4439998464,
    "CFBundleShortVersionString" : "0.12.0",
    "CFBundleIdentifier" : "dev.hermesengine.iphonesimulator",
    "size" : 2998272,
    "uuid" : "26e0dce6-c1c5-3cd2-a512-b744e780a198",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/33A39FC5-4D6D-4B5A-9462-0A4666680CF5\/data\/Containers\/Bundle\/Application\/0E715E5E-50EA-422E-BF85-F89BAC4D399E\/voja.app\/Frameworks\/hermes.framework\/hermes",
    "name" : "hermes",
    "CFBundleVersion" : "0.12.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4452827136,
    "CFBundleShortVersionString" : "16.2",
    "CFBundleIdentifier" : "com.apple.SafariServices",
    "size" : 2129920,
    "uuid" : "f5e00d77-c08e-3790-8595-8a559c8cd459",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/Frameworks\/SafariServices.framework\/SafariServices",
    "name" : "SafariServices",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4433739776,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.VisionKit",
    "size" : 114688,
    "uuid" : "3b040f6e-da05-3024-9109-b4db221327e7",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/VisionKit.framework\/VisionKit",
    "name" : "VisionKit",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4457840640,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.WebKit",
    "size" : 10682368,
    "uuid" : "b71891a7-717d-37ec-8e18-7ef3fccc7ca0",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/Frameworks\/WebKit.framework\/WebKit",
    "name" : "WebKit",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4443209728,
    "size" : 425984,
    "uuid" : "824e5d3b-d62e-3919-a9fc-a0d78999a629",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/swift\/libswiftUIKit.dylib",
    "name" : "libswiftUIKit.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4433575936,
    "size" : 16384,
    "uuid" : "73bebae1-764e-32cb-b78c-34c92c0bd8d6",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/swift\/libswiftWebKit.dylib",
    "name" : "libswiftWebKit.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4438163456,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.DocumentManager",
    "size" : 294912,
    "uuid" : "c9599edd-0775-3c1f-b7cb-869b06d28d09",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/DocumentManager.framework\/DocumentManager",
    "name" : "DocumentManager",
    "CFBundleVersion" : "280.3.4"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4619649024,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitCore",
    "size" : 23838720,
    "uuid" : "3f2e4277-d1ab-3c9c-8ca1-14c5ef9dbfc8",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore",
    "name" : "UIKitCore",
    "CFBundleVersion" : "6209"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4449206272,
    "CFBundleShortVersionString" : "1853",
    "CFBundleIdentifier" : "com.apple.ShareSheet",
    "size" : 983040,
    "uuid" : "fae39dc2-ee5f-3aa6-8543-202a5f35b83e",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ShareSheet.framework\/ShareSheet",
    "name" : "ShareSheet",
    "CFBundleVersion" : "1853"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4436787200,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.PrintKitUI",
    "size" : 573440,
    "uuid" : "05c6d3a7-3b8b-3a8b-bf3e-c4e84dd5432b",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PrintKitUI.framework\/PrintKitUI",
    "name" : "PrintKitUI",
    "CFBundleVersion" : "15.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4444602368,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.WebKitLegacy",
    "size" : 1654784,
    "uuid" : "978ce30a-2d27-3351-b0a9-1cd09ea6c86f",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/WebKitLegacy.framework\/WebKitLegacy",
    "name" : "WebKitLegacy",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4515545088,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.WebCore",
    "size" : 38977536,
    "uuid" : "36e6cc90-75d3-306f-99ee-e3cdfdad8762",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/WebCore.framework\/WebCore",
    "name" : "WebCore",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4480958464,
    "size" : 3522560,
    "uuid" : "edc9428d-dde1-3194-9982-4d011f19a646",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/WebCore.framework\/Frameworks\/libANGLE-shared.dylib",
    "name" : "libANGLE-shared.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4448043008,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.WebGPU",
    "size" : 245760,
    "uuid" : "ae0d6d30-af7e-3cd2-b839-2b4e9970ca8b",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/WebGPU.framework\/WebGPU",
    "name" : "WebGPU",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4597825536,
    "size" : 7831552,
    "uuid" : "0e0f0eff-592b-30a4-9d36-141c73af8689",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/WebCore.framework\/Frameworks\/libwebrtc.dylib",
    "name" : "libwebrtc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4438884352,
    "CFBundleShortVersionString" : "12.0",
    "CFBundleIdentifier" : "com.apple.AuthenticationServices",
    "size" : 393216,
    "uuid" : "4c3e8217-c691-31fb-b121-2a129c16ffaa",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/Frameworks\/AuthenticationServices.framework\/AuthenticationServices",
    "name" : "AuthenticationServices",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4451581952,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AuthenticationServicesCore",
    "size" : 491520,
    "uuid" : "26e1caba-8c27-3625-9fd2-c6bf0f110c36",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/AuthenticationServicesCore.framework\/AuthenticationServicesCore",
    "name" : "AuthenticationServicesCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4488216576,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.OnBoardingKit",
    "size" : 327680,
    "uuid" : "90d1ec08-83f4-3f70-aee0-7abe41c86385",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/OnBoardingKit.framework\/OnBoardingKit",
    "name" : "OnBoardingKit",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4580229120,
    "CFBundleShortVersionString" : "1",
    "CFBundleIdentifier" : "com.apple.preferences-framework",
    "size" : 1114112,
    "uuid" : "1f3c0f11-f05c-316f-8fe8-da7828ceac36",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/Preferences.framework\/Preferences",
    "name" : "Preferences",
    "CFBundleVersion" : "5156.3.6"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4578164736,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.WebBookmarks",
    "size" : 753664,
    "uuid" : "62f06696-9010-3b4f-8fce-103cc888db6b",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/WebBookmarks.framework\/WebBookmarks",
    "name" : "WebBookmarks",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4608327680,
    "CFBundleShortVersionString" : "1.0.0",
    "CFBundleIdentifier" : "com.apple.ContactsUI",
    "size" : 3031040,
    "uuid" : "f7d1e40c-7f39-32fd-8317-c10f440ad95c",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/ContactsUI.framework\/ContactsUI",
    "name" : "ContactsUI",
    "CFBundleVersion" : "1189.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4671324160,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.PencilKit",
    "size" : 3375104,
    "uuid" : "b3b73c84-1c6c-391f-893d-97d2666709e9",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/PencilKit.framework\/PencilKit",
    "name" : "PencilKit",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4575133696,
    "CFBundleShortVersionString" : "16.2",
    "CFBundleIdentifier" : "com.apple.mobilesafari.framework",
    "size" : 1081344,
    "uuid" : "05048183-4bfb-30d1-a806-032363891dfa",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/MobileSafari.framework\/MobileSafari",
    "name" : "MobileSafari",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4591173632,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.Safari.Shared.UI",
    "size" : 1916928,
    "uuid" : "e3e5bbf4-5894-36a4-b1e2-902828c6ba52",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/SafariSharedUI.framework\/SafariSharedUI",
    "name" : "SafariSharedUI",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4486692864,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.SafariFoundation",
    "size" : 147456,
    "uuid" : "7901d09a-ede8-3cda-a20f-2babcc1feb98",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/SafariFoundation.framework\/SafariFoundation",
    "name" : "SafariFoundation",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4582850560,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.MediaPlayer",
    "size" : 3653632,
    "uuid" : "d3a4bd8c-83fa-3ffc-abfc-59f584da14e7",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/MediaPlayer.framework\/MediaPlayer",
    "name" : "MediaPlayer",
    "CFBundleVersion" : "4022.330.3"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4690837504,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.MapKit",
    "size" : 2850816,
    "uuid" : "a62c40a8-177c-3845-ba91-669d7e5f71a9",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/MapKit.framework\/MapKit",
    "name" : "MapKit",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4487086080,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.WebUI",
    "size" : 131072,
    "uuid" : "ca5e868b-c03f-37bb-9e3d-82aa33aa4b06",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/WebUI.framework\/WebUI",
    "name" : "WebUI",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4595400704,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.Safari.Core",
    "size" : 786432,
    "uuid" : "31b0f142-b2a2-3b90-9067-18bcd9646dd2",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/SafariCore.framework\/SafariCore",
    "name" : "SafariCore",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4489003008,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AuthKitUI",
    "size" : 475136,
    "uuid" : "cfa1e26d-0465-3f0e-99c2-9d8a19170d80",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKitUI.framework\/AuthKitUI",
    "name" : "AuthKitUI",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4448452608,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppSSO",
    "size" : 196608,
    "uuid" : "45693d21-8734-3fbe-b625-ff857cb0d1fb",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppSSO.framework\/AppSSO",
    "name" : "AppSSO",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4577689600,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.LocalAuthenticationPrivateUI",
    "size" : 147456,
    "uuid" : "abfda801-f055-39aa-becc-73002bd883c1",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/LocalAuthenticationPrivateUI.framework\/LocalAuthenticationPrivateUI",
    "name" : "LocalAuthenticationPrivateUI",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4618190848,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.RemoteUI",
    "size" : 638976,
    "uuid" : "dcb572d1-b636-3b54-9d44-604a9e9fd1da",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/RemoteUI.framework\/RemoteUI",
    "name" : "RemoteUI",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4615503872,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.PDFKit",
    "size" : 933888,
    "uuid" : "7a8f4306-9635-3a84-ab0b-a3b31fe3c51f",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/PDFKit.framework\/PDFKit",
    "name" : "PDFKit",
    "CFBundleVersion" : "1158.3.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4681482240,
    "CFBundleShortVersionString" : "5.0",
    "CFBundleIdentifier" : "com.apple.CorePDF",
    "size" : 819200,
    "uuid" : "42be2f5d-976a-39b8-bba4-5d5186731715",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CorePDF.framework\/CorePDF",
    "name" : "CorePDF",
    "CFBundleVersion" : "551"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4680318976,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.LiftUI",
    "size" : 573440,
    "uuid" : "57892d57-2599-3205-8082-53c46742d390",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/LiftUI.framework\/LiftUI",
    "name" : "LiftUI",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4763402240,
    "CFBundleShortVersionString" : "4.2.11",
    "CFBundleIdentifier" : "com.apple.SwiftUI",
    "size" : 22560768,
    "uuid" : "1bb9ceee-86d4-35a6-89c9-bd86a50e7f0f",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/SwiftUI.framework\/SwiftUI",
    "name" : "SwiftUI",
    "CFBundleVersion" : "4.2.11"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4434427904,
    "CFBundleShortVersionString" : "17",
    "CFBundleIdentifier" : "com.apple.RecapPerformanceTesting",
    "size" : 81920,
    "uuid" : "e2780ffb-0e1f-37f5-9d3e-7283f91426cf",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/RecapPerformanceTesting.framework\/RecapPerformanceTesting",
    "name" : "RecapPerformanceTesting",
    "CFBundleVersion" : "17"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4448894976,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.settingsandcoreapps.SettingsFoundation",
    "size" : 81920,
    "uuid" : "74582e4b-e720-33c9-991b-931388b25e9c",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SettingsFoundation.framework\/SettingsFoundation",
    "name" : "SettingsFoundation",
    "CFBundleVersion" : "1048.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4683005952,
    "CFBundleShortVersionString" : "8614",
    "CFBundleIdentifier" : "com.apple.Safari.Shared",
    "size" : 2342912,
    "uuid" : "0b9762c8-5d9d-36a1-beec-044d6ddddadd",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Cryptexes\/OS\/System\/Library\/PrivateFrameworks\/SafariShared.framework\/SafariShared",
    "name" : "SafariShared",
    "CFBundleVersion" : "8614.3.6.10.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4579721216,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppSupportUI",
    "size" : 180224,
    "uuid" : "7d72100a-8001-395c-a5f6-066d645b3f27",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppSupportUI.framework\/AppSupportUI",
    "name" : "AppSupportUI"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4452548608,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.PersonaUI",
    "size" : 65536,
    "uuid" : "b05972a4-845b-39cf-bb58-b993e87222ac",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PersonaUI.framework\/PersonaUI",
    "name" : "PersonaUI",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4678434816,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.Contacts.ContactsUICore",
    "size" : 524288,
    "uuid" : "e41574f3-5e6b-38c4-90d9-b74042ca6532",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContactsUICore.framework\/ContactsUICore",
    "name" : "ContactsUICore",
    "CFBundleVersion" : "3473"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4487430144,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.TemplateKit",
    "size" : 294912,
    "uuid" : "5ea14ba5-5118-3651-9436-a13b5b2d94f9",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TemplateKit.framework\/TemplateKit",
    "name" : "TemplateKit",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4597268480,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.MaterialKit",
    "size" : 114688,
    "uuid" : "365dc0cb-598e-32ac-af49-e0096279f21b",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MaterialKit.framework\/MaterialKit",
    "name" : "MaterialKit",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4617502720,
    "CFBundleShortVersionString" : "617.14",
    "CFBundleIdentifier" : "com.apple.BaseBoardUI",
    "size" : 163840,
    "uuid" : "60a32761-9d75-3e03-b655-4daae16590bf",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BaseBoardUI.framework\/BaseBoardUI",
    "name" : "BaseBoardUI",
    "CFBundleVersion" : "617.14"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4687872000,
    "CFBundleShortVersionString" : "212",
    "CFBundleIdentifier" : "com.apple.LinkPresentation",
    "size" : 1015808,
    "uuid" : "d85151af-ceb1-3f29-bb7e-087d580c2976",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/LinkPresentation.framework\/LinkPresentation",
    "name" : "LinkPresentation",
    "CFBundleVersion" : "212.11"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4703600640,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AVKit",
    "size" : 1441792,
    "uuid" : "87f1c176-5b56-34a5-a642-9678ece06279",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/AVKit.framework\/AVKit",
    "name" : "AVKit",
    "CFBundleVersion" : "972.1.7"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4698931200,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.Pegasus",
    "size" : 409600,
    "uuid" : "138a7c8a-6b20-3ac7-abbb-6f018814bdc8",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/Pegasus.framework\/Pegasus",
    "name" : "Pegasus",
    "CFBundleVersion" : "259.5"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4438081536,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.ParsecSubscriptionServiceSupport",
    "size" : 16384,
    "uuid" : "28f21448-03bf-30b4-982a-fcb231107f0f",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ParsecSubscriptionServiceSupport.framework\/ParsecSubscriptionServiceSupport",
    "name" : "ParsecSubscriptionServiceSupport",
    "CFBundleVersion" : "977"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4697096192,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppStoreComponents",
    "size" : 671744,
    "uuid" : "d945d5f5-1452-3a73-bae3-2005de394d08",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppStoreComponents.framework\/AppStoreComponents",
    "name" : "AppStoreComponents",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4706942976,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.VideoSubscriberAccount.VideoSubscriberAccountFramework",
    "size" : 720896,
    "uuid" : "dce43081-ae6b-3aec-afb8-d777ad83cc39",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/VideoSubscriberAccount.framework\/VideoSubscriberAccount",
    "name" : "VideoSubscriberAccount",
    "CFBundleVersion" : "453.20.8"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4717002752,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.JetEngine",
    "size" : 2899968,
    "uuid" : "bfdc4d31-8e32-36d2-933b-2362cd5588e3",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/JetEngine.framework\/JetEngine",
    "name" : "JetEngine",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4708646912,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.JetUI",
    "size" : 835584,
    "uuid" : "4a528e69-6f85-3e66-bf16-e45d426d2043",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/JetUI.framework\/JetUI",
    "name" : "JetUI",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4701749248,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.-JetEngine-SwiftUI",
    "size" : 573440,
    "uuid" : "27c06d77-8a7c-3430-aceb-1e8671778995",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/_JetEngine_SwiftUI.framework\/_JetEngine_SwiftUI",
    "name" : "_JetEngine_SwiftUI",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4699881472,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.DocumentCamera",
    "size" : 819200,
    "uuid" : "2b7f3511-c9f6-3771-9ed7-86fe9a8fe52d",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/DocumentCamera.framework\/DocumentCamera",
    "name" : "DocumentCamera",
    "CFBundleVersion" : "115"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4714577920,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.VisionKitCore",
    "size" : 999424,
    "uuid" : "66aeb8cb-175f-3b1c-9698-59ee0714fd64",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/VisionKitCore.framework\/VisionKitCore",
    "name" : "VisionKitCore",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4702715904,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.CameraEditKit",
    "size" : 229376,
    "uuid" : "64b3e967-c192-36ae-9e0d-f72c7c4eae66",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CameraEditKit.framework\/CameraEditKit",
    "name" : "CameraEditKit",
    "CFBundleVersion" : "3922.0.130"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4591091712,
    "size" : 49152,
    "uuid" : "16ee454c-d2a0-37be-a3fb-576c1a143ac4",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7253266432,
    "size" : 229352,
    "uuid" : "f91811dc-efe8-3dfa-9553-71defa7ed45f",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7253618688,
    "size" : 53240,
    "uuid" : "ba7c01fe-353b-3146-a7c6-f2bb8a0fa842",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6443192320,
    "size" : 511988,
    "uuid" : "809fd1a9-98ea-308b-82ad-ec137230577a",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6444711936,
    "size" : 106492,
    "uuid" : "f125b535-94ac-34d8-b81b-e9f4b59004fc",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++abi.dylib",
    "name" : "libc++abi.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6442631168,
    "size" : 216480,
    "uuid" : "2140ae27-11dd-398f-b65a-ad86245d6cc8",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6443704320,
    "size" : 290816,
    "uuid" : "75a8e72d-f60e-33db-9798-e4f60f5c9226",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6445518848,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 3854336,
    "uuid" : "9b810641-e5e7-3950-a3f7-25ce1ede4d7a",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1953.300"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6593396736,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.GraphicsServices",
    "size" : 36864,
    "uuid" : "3340e7ba-7ef4-3baf-b4b8-28b2e06fe6e6",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices",
    "name" : "GraphicsServices",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6449856512,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 9129984,
    "uuid" : "4a53f446-37df-36ed-aaf0-242bf3845fc0",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1953.300"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6507483136,
    "CFBundleShortVersionString" : "1402.0.8",
    "CFBundleIdentifier" : "com.apple.CFNetwork",
    "size" : 3690496,
    "uuid" : "c55f057b-42a5-353a-b564-2999bdb2df42",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CFNetwork.framework\/CFNetwork",
    "name" : "CFNetwork",
    "CFBundleVersion" : "1402.0.8"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6444990464,
    "size" : 376828,
    "uuid" : "ca7db440-78b7-3d9e-8ba8-d1657150f8b9",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  }
],
  "sharedCache" : {
  "base" : 6442450944,
  "size" : 1365655552,
  "uuid" : "e582410a-a888-3446-b632-8824beb9baf1"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)\nWritable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                          128K        5 \nCoreAnimation                      240K        3 \nFoundation                          16K        1 \nIOSurface                         2960K        2 \nKernel Alloc Once                   32K        1 \nMALLOC                           369.7M       72 \nMALLOC guard page                  192K       12 \nMALLOC_MEDIUM (reserved)         920.0M        8         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSQLite page cache                  384K        3 \nSTACK GUARD                       56.3M       19 \nStack                             18.0M       19 \nVM_ALLOCATE                       18.0M       15 \n__DATA                            17.5M      552 \n__DATA_CONST                      53.7M      552 \n__DATA_DIRTY                        66K       11 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       492.8M       67 \n__OBJC_RO                         28.4M        1 \n__OBJC_RW                          882K        1 \n__TEXT                           550.4M      561 \ndyld private memory               1312K        8 \nmapped file                       40.5M       15 \nshared memory                       16K        1 \n===========                     =======  ======= \nTOTAL                              2.9G     1932 \nTOTAL, minus reserved VM space     1.6G     1932 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "0957aba71d8dc3b6307d04caf2eaa4cd4ab44388",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6112d17137f5d11121dcd4e2",
      "factorPackIds" : {

      },
      "deploymentId" : 240000276
    },
    {
      "rolloutId" : "61675b89201f677a9a4cbd65",
      "factorPackIds" : {
        "HEALTH_FEATURE_AVAILABILITY" : "63f8068a238e7b23a1f30123"
      },
      "deploymentId" : 240000055
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "c28e4ee6-1b08-4f90-8e05-2809e78310a3",
      "experimentId" : "6317d2003d24842ff850182a",
      "deploymentId" : 400000013
    },
    {
      "treatmentId" : "6dd670af-0633-45e4-ae5f-122ae4df02be",
      "experimentId" : "64406ba83deb637ac8a04419",
      "deploymentId" : 900000005
    }
  ]
}
}
RyanMitchellWilson commented 1 year ago

Has there been any progress on this issue? Still happening on version 3.2.0, works perfectly fine for Android with all these same libraries.

"@react-navigation/bottom-tabs": "5.11.2",
"@react-navigation/material-top-tabs": "5.2.18",
"@react-navigation/native": "5.7.5",
"@react-navigation/stack": "5.9.2",
"react-native": "0.71.8",
"react-native-reanimated": "3.2.0",
"react-native-screens": "2.11.0",
fukemy commented 1 year ago

I dont know, after upgrade react native to 0.71.8 and crash gone

RyanMitchellWilson commented 1 year ago

I'm on react-native 0.71.8 and still getting the same crash so it must be something else. I'll keep exploring and testing and post if I can figure it out if there aren't any other suggestions or fixes that come up

seba1342 commented 1 year ago

Our fix was to upgrade our version of react-native-screens to 3.22.0

rajinpangkalpundai commented 1 year ago

Our fix was to upgrade our version of react-native-screens to 3.22.0

works like a charm, thanks a lot