mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 918 forks source link

Map loading crashes when executing from console, works fine from Xcode #2501

Closed CrisBarreiro closed 6 years ago

CrisBarreiro commented 6 years ago

I'm submitting a ... (check one with "x")

OS: (check one with "x")

cordova information: (run $> cordova plugin list)

cordova-plugin-cocoapod-support 1.6.0 "Cordova CocoaPods Dependency Support"
cordova-plugin-device 1.1.7 "Device"
cordova-plugin-googlemaps 2.4.6 "cordova-plugin-googlemaps"
cordova-plugin-splashscreen 4.1.0 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"
cordova.plugins.diagnostic 4.0.10 "Diagnostic"
ionic-plugin-keyboard 2.2.1 "Keyboard"
situm-cordova-plugin-official 1.8.9 "Situm Cordova plugin Official"

If you use @ionic-native/google-maps, please tell the package.json (only @ionic-native/core and @ionic-native/google-maps are fine mostly)

"@ionic-native/core": "^4.7.0"
@ionic-native/google-maps: "^4.7.0"

Current behavior: If running an application from command line (ionic cordova run ios), it crashes when trying to load the map. If running it from Xcode, without changing anything, it works.

Expected behavior: The aplication should not crash

Screen capture or video record: Since it just crashes, I don't think this would help Related code, data or error log (please format your code or data):

Incident Identifier: 437AD960-628D-4505-A531-3A97D334BB32
CrashReporter Key:   81e482bf696475253ee0a38c8c14aa0aaaff3521
Hardware Model:      iPhone10,4
Process:             Situm Cordova Getting Started [482]
Path:                /private/var/containers/Bundle/Application/73353FCC-5CA3-45A7-A4DD-4BF6EEFA735A/Situm Cordova Getting Started.app/Situm Cordova Getting Started
Identifier:          es.situm.cordova.gettingstarted
Version:             0.0.3 (0.0.3)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           es.situm.cordova.gettingstarted [618]

Date/Time:           2018-11-12 17:42:58.4625 +0100
Launch Time:         2018-11-12 17:42:41.4514 +0100
OS Version:          iPhone OS 11.4.1 (15G77)
Baseband Version:    1.04.80
Report Version:      104

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

Application Specific Information:
abort() called

Filtered syslog:
None found

Last Exception Backtrace:
0   CoreFoundation                  0x180efed8c __exceptionPreprocess + 228
1   libobjc.A.dylib                 0x1800b85ec objc_exception_throw + 55
2   CoreFoundation                  0x180efec6c +[NSException raise:format:] + 115
3   Situm Cordova Getting Started   0x102241b5c +[GMSServices mapsBundle] + 171
4   Situm Cordova Getting Started   0x10223e454 -[GMSAsyncInitServices sharedInitWithSync:] + 47
5   Situm Cordova Getting Started   0x10223e390 -[GMSAsyncInitServices initSync] + 71
6   Situm Cordova Getting Started   0x10223f84c +[GMSServices sharedServicesSync] + 123
7   Situm Cordova Getting Started   0x10222f238 -[GMSMapView sharedInitWithServices:camera:forPlaces:] + 111
8   Situm Cordova Getting Started   0x10222e910 -[GMSMapView initWithFrame:camera:] + 135
9   Situm Cordova Getting Started   0x10222e758 +[GMSMapView mapWithFrame:camera:] + 107
10  Situm Cordova Getting Started   0x10218145c __28-[CordovaGoogleMaps getMap:]_block_invoke + 103516 (CordovaGoogleMaps.m:334)
11  libdispatch.dylib               0x1807f0aa0 _dispatch_call_block_and_release + 23
12  libdispatch.dylib               0x1807f0a60 _dispatch_client_callout + 15
13  libdispatch.dylib               0x180831d80 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 963
14  CoreFoundation                  0x180ea7070 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 11
15  CoreFoundation                  0x180ea4bc8 __CFRunLoopRun + 2271
16  CoreFoundation                  0x180dc4da8 CFRunLoopRunSpecific + 551
17  GraphicsServices                0x182daa020 GSEventRunModal + 99
18  UIKit                           0x18ade4758 UIApplicationMain + 235
19  Situm Cordova Getting Started   0x10216f1ac main + 29100 (main.m:32)
20  libdyld.dylib                   0x180855fc0 start + 3

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x00000001809852e0 __pthread_kill + 8
1   libsystem_pthread.dylib         0x0000000180b2a6a8 pthread_kill$VARIANT$armv81 + 360
2   libsystem_c.dylib               0x00000001808f3d0c abort + 140
3   libc++abi.dylib                 0x000000018008f2c8 __cxa_bad_cast + 0
4   libc++abi.dylib                 0x000000018008f470 default_unexpected_handler+ 5232 () + 0
5   libobjc.A.dylib                 0x00000001800b88d4 _objc_terminate+ 35028 () + 124
6   libc++abi.dylib                 0x00000001800a937c std::__terminate(void (*)+ 111484 ()) + 16
7   libc++abi.dylib                 0x00000001800a8ccc __cxxabiv1::exception_cleanup_func+ 109772 (_Unwind_Reason_Code, _Unwind_Exception*) + 0
8   libobjc.A.dylib                 0x00000001800b8720 _objc_exception_destructor+ 34592 (void*) + 0
9   CoreFoundation                  0x0000000180efec6c -[NSException initWithCoder:] + 0
10  Situm Cordova Getting Started   0x0000000102241b5c +[GMSServices mapsBundle] + 172
11  Situm Cordova Getting Started   0x000000010223e454 -[GMSAsyncInitServices sharedInitWithSync:] + 48
12  Situm Cordova Getting Started   0x000000010223e390 -[GMSAsyncInitServices initSync] + 72
13  Situm Cordova Getting Started   0x000000010223f84c +[GMSServices sharedServicesSync] + 124
14  Situm Cordova Getting Started   0x000000010222f238 -[GMSMapView sharedInitWithServices:camera:forPlaces:] + 112
15  Situm Cordova Getting Started   0x000000010222e910 -[GMSMapView initWithFrame:camera:] + 136
16  Situm Cordova Getting Started   0x000000010222e758 +[GMSMapView mapWithFrame:camera:] + 108
17  Situm Cordova Getting Started   0x000000010218145c __28-[CordovaGoogleMaps getMap:]_block_invoke + 103516 (CordovaGoogleMaps.m:334)
18  libdispatch.dylib               0x00000001807f0aa0 _dispatch_call_block_and_release + 24
19  libdispatch.dylib               0x00000001807f0a60 _dispatch_client_callout + 16
20  libdispatch.dylib               0x0000000180831d80 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 964
21  CoreFoundation                  0x0000000180ea7070 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
22  CoreFoundation                  0x0000000180ea4bc8 __CFRunLoopRun + 2272
23  CoreFoundation                  0x0000000180dc4da8 CFRunLoopRunSpecific + 552
24  GraphicsServices                0x0000000182daa020 GSEventRunModal + 100
25  UIKit                           0x000000018ade4758 UIApplicationMain + 236
26  Situm Cordova Getting Started   0x000000010216f1ac main + 29100 (main.m:32)
27  libdyld.dylib                   0x0000000180855fc0 start + 4

Thread 1 name:  com.apple.uikit.eventfetch-thread
Thread 1:
0   libsystem_kernel.dylib          0x0000000180963de8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000180963c60 mach_msg + 72
2   CoreFoundation                  0x0000000180ea6e40 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                  0x0000000180ea4908 __CFRunLoopRun + 1568
4   CoreFoundation                  0x0000000180dc4da8 CFRunLoopRunSpecific + 552
5   Foundation                      0x0000000181839674 -[NSRunLoop+ 34420 (NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                      0x000000018183951c -[NSRunLoop+ 34076 (NSRunLoop) runUntilDate:] + 148
7   UIKit                           0x000000018aac9768 -[UIEventFetcher threadMain] + 136
8   Foundation                      0x0000000181949efc __NSThread__start__ + 1040
9   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
10  libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
11  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 2:
0   libsystem_kernel.dylib          0x00000001809850e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000180b2bed8 _pthread_cond_wait$VARIANT$armv81 + 628
2   libc++.1.dylib                  0x000000018003c2ec std::__1::condition_variable::__do_timed_wait+ 29420 (std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 96
3   JavaScriptCore                  0x000000018854d6e8 std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >+ 11364072 (std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 124
4   JavaScriptCore                  0x000000018854d598 std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<bmalloc::Mutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >+ 11363736 (std::__1::unique_lock<bmalloc::Mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 112
5   JavaScriptCore                  0x000000018854d0dc bmalloc::Scavenger::threadRunLoop+ 11362524 () + 272
6   JavaScriptCore                  0x000000018854ce18 bmalloc::Scavenger::Scavenger+ 11361816 (std::__1::lock_guard<bmalloc::StaticMutex>&) + 0
7   JavaScriptCore                  0x000000018854d234 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 (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >+ 11362868 (void*) + 44
8   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
9   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
10  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 3 name:  WebThread
Thread 3:
0   libsystem_kernel.dylib          0x00000001809850e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000180b2bed8 _pthread_cond_wait$VARIANT$armv81 + 628
2   JavaScriptCore                  0x0000000187a8666c WTF::ThreadCondition::timedWait+ 63084 (WTF::Mutex&, double) + 80
3   JavaScriptCore                  0x00000001885329d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                  0x000000018852a954 WTF::LockAlgorithm<unsigned char, (unsigned char)1, (unsigned char)2, WTF::EmptyLockHooks<unsigned char> >::lockSlow+ 11221332 (WTF::Atomic<unsigned char>&) + 372
5   WebCore                         0x000000018959fb00 _WebThreadLock+ 5606144 () + 244
6   WebCore                         0x000000018909deb8 SendDelegateMessage+ 356024 (NSInvocation*) + 820
7   CoreFoundation                  0x0000000180f042d4 ___forwarding___ + 624
8   CoreFoundation                  0x0000000180dea41c _CF_forwarding_prep_0 + 92
9   WebKitLegacy                    0x000000018a7db2c4 WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(WebCore::NavigationAction const&, WebCore::ResourceRequest const&, bool, WebCore::FormState*, WTF::Function<void + 791236 (WebCore::PolicyAction)>&&) + 232
10  WebCore                         0x0000000189f9f2e0 WebCore::PolicyChecker::checkNavigationPolicy(WebCore::ResourceRequest&&, bool, WebCore::DocumentLoader*, WebCore::FormState*, WTF::CompletionHandler<void + 16089824 (WebCore::ResourceRequest&&, WebCore::FormState*, bool)>&&) + 2408
11  WebCore                         0x0000000189f8a97c WebCore::FrameLoader::loadWithDocumentLoader+ 16005500 (WebCore::DocumentLoader*, WebCore::FrameLoadType, WebCore::FormState*, WebCore::AllowNavigationToInvalidURL) + 1364
12  WebCore                         0x0000000189f898f0 WebCore::FrameLoader::loadWithNavigationAction+ 16001264 (WebCore::ResourceRequest const&, WebCore::NavigationAction const&, WebCore::LockHistory, WebCore::FrameLoadType, WebCore::FormState*, WebCore::AllowNavigationToInvalidURL) + 416
13  WebCore                         0x0000000189f8851c WebCore::FrameLoader::loadURL+ 15996188 (WebCore::FrameLoadRequest&&, WTF::String const&, WebCore::FrameLoadType, WebCore::Event*, WebCore::FormState*) + 1504
14  WebCore                         0x0000000189f86400 WebCore::FrameLoader::loadFrameRequest+ 15987712 (WebCore::FrameLoadRequest&&, WebCore::Event*, WebCore::FormState*) + 732
15  WebCore                         0x0000000189f85f84 WebCore::FrameLoader::urlSelected+ 15986564 (WebCore::FrameLoadRequest&&, WebCore::Event*) + 292
16  WebCore                         0x0000000189fa1b0c WebCore::ScheduledLocationChange::fire+ 16100108 (WebCore::Frame&) + 396
17  WebCore                         0x0000000189f9c35c WebCore::NavigationScheduler::timerFired+ 16077660 () + 120
18  WebCore                         0x0000000189056460 WebCore::ThreadTimers::sharedTimerFiredInternal+ 62560 () + 352
19  WebCore                         0x00000001890562ec WebCore::timerFired+ 62188 (__CFRunLoopTimer*, void*) + 28
20  CoreFoundation                  0x0000000180ea7aa8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28
21  CoreFoundation                  0x0000000180ea776c __CFRunLoopDoTimer + 864
22  CoreFoundation                  0x0000000180ea7010 __CFRunLoopDoTimers + 248
23  CoreFoundation                  0x0000000180ea4b60 __CFRunLoopRun + 2168
24  CoreFoundation                  0x0000000180dc4da8 CFRunLoopRunSpecific + 552
25  WebCore                         0x00000001890882d4 RunWebThread+ 266964 (void*) + 592
26  libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
27  libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
28  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 4 name:  com.apple.CFStream.LegacyThread
Thread 4:
0   libsystem_kernel.dylib          0x0000000180963de8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000180963c60 mach_msg + 72
2   CoreFoundation                  0x0000000180ea6e40 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                  0x0000000180ea4908 __CFRunLoopRun + 1568
4   CoreFoundation                  0x0000000180dc4da8 CFRunLoopRunSpecific + 552
5   CoreFoundation                  0x0000000180eb6074 _legacyStreamRunLoop_workThread + 268
6   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
7   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
8   libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 5:
0   libsystem_kernel.dylib          0x0000000180985d78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000180b23eb4 _pthread_wqthread + 928
2   libsystem_pthread.dylib         0x0000000180b23b08 start_wqthread + 4

Thread 6:
0   libsystem_kernel.dylib          0x0000000180985d78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000180b23eb4 _pthread_wqthread + 928
2   libsystem_pthread.dylib         0x0000000180b23b08 start_wqthread + 4

Thread 7:
0   libsystem_kernel.dylib          0x0000000180985d78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000180b23eb4 _pthread_wqthread + 928
2   libsystem_pthread.dylib         0x0000000180b23b08 start_wqthread + 4

Thread 8 name:  com.apple.CoreMotion.MotionThread
Thread 8:
0   libsystem_kernel.dylib          0x0000000180963de8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000180963c60 mach_msg + 72
2   CoreFoundation                  0x0000000180ea6e40 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                  0x0000000180ea4908 __CFRunLoopRun + 1568
4   CoreFoundation                  0x0000000180dc4da8 CFRunLoopRunSpecific + 552
5   CoreFoundation                  0x0000000180e14b28 CFRunLoopRun + 116
6   CoreMotion                      0x00000001863bb9dc 0x18633a000 + 530908
7   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
8   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
9   libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 9 name:  IndexedDatabase Server
Thread 9:
0   libsystem_kernel.dylib          0x00000001809850e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000180b2bed8 _pthread_cond_wait$VARIANT$armv81 + 628
2   JavaScriptCore                  0x0000000187a8666c WTF::ThreadCondition::timedWait+ 63084 (WTF::Mutex&, double) + 80
3   JavaScriptCore                  0x00000001885329d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                  0x0000000187fea188 bool WTF::Condition::waitUntil<WTF::Lock>+ 5714312 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5   JavaScriptCore                  0x000000018851cccc WTF::CrossThreadQueue<WTF::CrossThreadTask>::waitForMessage+ 11164876 () + 116
6   JavaScriptCore                  0x000000018851cc24 WTF::CrossThreadTaskHandler::taskRunLoop+ 11164708 () + 216
7   JavaScriptCore                  0x00000001885442dc WTF::Thread::entryPoint+ 11326172 (WTF::Thread::NewThreadContext*) + 224
8   JavaScriptCore                  0x0000000187a81d74 WTF::wtfThreadEntryPoint+ 44404 (void*) + 12
9   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
10  libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
11  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 10:
0   libsystem_kernel.dylib          0x0000000180963e3c semaphore_timedwait_trap + 8
1   libdispatch.dylib               0x00000001808221c0 _dispatch_sema4_timedwait$VARIANT$armv81 + 60
2   libdispatch.dylib               0x0000000180822a20 _dispatch_semaphore_wait_slow + 72
3   libdispatch.dylib               0x0000000180833804 _dispatch_worker_thread + 248
4   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
5   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
6   libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 11 name:  Dispatch queue: Communication Processing Queue
Thread 11:
0   libsystem_kernel.dylib          0x0000000180963e24 semaphore_wait_trap + 8
1   libdispatch.dylib               0x00000001808220dc _dispatch_sema4_wait$VARIANT$armv81 + 24
2   libdispatch.dylib               0x0000000180822a58 _dispatch_semaphore_wait_slow + 128
3   CFNetwork                       0x000000018150d11c CFURLConnectionSendSynchronousRequest + 292
4   CFNetwork                       0x000000018153b324 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 116
5   Situm Cordova Getting Started   0x000000010265e6cc __54-[SCRCommunicationManager processNextTask:renewToken:]_block_invoke.272 + 5203660 (SCRCommunicationManager.m:0)
6   libdispatch.dylib               0x00000001807f0aa0 _dispatch_call_block_and_release + 24
7   libdispatch.dylib               0x00000001807f0a60 _dispatch_client_callout + 16
8   libdispatch.dylib               0x000000018082f1d4 _dispatch_queue_serial_drain$VARIANT$armv81 + 568
9   libdispatch.dylib               0x000000018082faf8 _dispatch_queue_invoke$VARIANT$armv81 + 328
10  libdispatch.dylib               0x000000018083049c _dispatch_root_queue_drain_deferred_wlh$VARIANT$armv81 + 332
11  libdispatch.dylib               0x000000018083846c _dispatch_workloop_worker_thread$VARIANT$armv81 + 612
12  libsystem_pthread.dylib         0x0000000180b23e70 _pthread_wqthread + 860
13  libsystem_pthread.dylib         0x0000000180b23b08 start_wqthread + 4

Thread 12:
0   libsystem_kernel.dylib          0x0000000180985d78 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000180b240a0 _pthread_wqthread + 1420
2   libsystem_pthread.dylib         0x0000000180b23b08 start_wqthread + 4

Thread 13 name:  WTF::AutomaticThread
Thread 13:
0   libsystem_kernel.dylib          0x00000001809850e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000180b2bed8 _pthread_cond_wait$VARIANT$armv81 + 628
2   JavaScriptCore                  0x0000000187a866b0 WTF::ThreadCondition::timedWait+ 63152 (WTF::Mutex&, double) + 148
3   JavaScriptCore                  0x00000001885329d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                  0x0000000187fea188 bool WTF::Condition::waitUntil<WTF::Lock>+ 5714312 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5   JavaScriptCore                  0x0000000188517fac WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 11145132 () + 212
6   JavaScriptCore                  0x00000001885442dc WTF::Thread::entryPoint+ 11326172 (WTF::Thread::NewThreadContext*) + 224
7   JavaScriptCore                  0x0000000187a81d74 WTF::wtfThreadEntryPoint+ 44404 (void*) + 12
8   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
9   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
10  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 14 name:  WTF::AutomaticThread
Thread 14:
0   libsystem_kernel.dylib          0x00000001809850e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000180b2bed8 _pthread_cond_wait$VARIANT$armv81 + 628
2   JavaScriptCore                  0x0000000187a866b0 WTF::ThreadCondition::timedWait+ 63152 (WTF::Mutex&, double) + 148
3   JavaScriptCore                  0x00000001885329d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                  0x0000000187fea188 bool WTF::Condition::waitUntil<WTF::Lock>+ 5714312 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5   JavaScriptCore                  0x0000000188517fac WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 11145132 () + 212
6   JavaScriptCore                  0x00000001885442dc WTF::Thread::entryPoint+ 11326172 (WTF::Thread::NewThreadContext*) + 224
7   JavaScriptCore                  0x0000000187a81d74 WTF::wtfThreadEntryPoint+ 44404 (void*) + 12
8   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
9   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
10  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 15 name:  WTF::AutomaticThread
Thread 15:
0   libsystem_kernel.dylib          0x00000001809850e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000180b2bed8 _pthread_cond_wait$VARIANT$armv81 + 628
2   JavaScriptCore                  0x0000000187a866b0 WTF::ThreadCondition::timedWait+ 63152 (WTF::Mutex&, double) + 148
3   JavaScriptCore                  0x00000001885329d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                  0x0000000187fea188 bool WTF::Condition::waitUntil<WTF::Lock>+ 5714312 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5   JavaScriptCore                  0x0000000188517fac WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 11145132 () + 212
6   JavaScriptCore                  0x00000001885442dc WTF::Thread::entryPoint+ 11326172 (WTF::Thread::NewThreadContext*) + 224
7   JavaScriptCore                  0x0000000187a81d74 WTF::wtfThreadEntryPoint+ 44404 (void*) + 12
8   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
9   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
10  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 16 name:  WTF::AutomaticThread
Thread 16:
0   libsystem_kernel.dylib          0x00000001809850e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000180b2bed8 _pthread_cond_wait$VARIANT$armv81 + 628
2   JavaScriptCore                  0x0000000187a866b0 WTF::ThreadCondition::timedWait+ 63152 (WTF::Mutex&, double) + 148
3   JavaScriptCore                  0x00000001885329d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                  0x0000000187fea188 bool WTF::Condition::waitUntil<WTF::Lock>+ 5714312 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5   JavaScriptCore                  0x0000000188517fac WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 11145132 () + 212
6   JavaScriptCore                  0x00000001885442dc WTF::Thread::entryPoint+ 11326172 (WTF::Thread::NewThreadContext*) + 224
7   JavaScriptCore                  0x0000000187a81d74 WTF::wtfThreadEntryPoint+ 44404 (void*) + 12
8   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
9   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
10  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 17 name:  WTF::AutomaticThread
Thread 17:
0   libsystem_kernel.dylib          0x00000001809850e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000180b2bed8 _pthread_cond_wait$VARIANT$armv81 + 628
2   JavaScriptCore                  0x0000000187a866b0 WTF::ThreadCondition::timedWait+ 63152 (WTF::Mutex&, double) + 148
3   JavaScriptCore                  0x00000001885329d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                  0x0000000187fea188 bool WTF::Condition::waitUntil<WTF::Lock>+ 5714312 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5   JavaScriptCore                  0x0000000188517fac WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 11145132 () + 212
6   JavaScriptCore                  0x00000001885442dc WTF::Thread::entryPoint+ 11326172 (WTF::Thread::NewThreadContext*) + 224
7   JavaScriptCore                  0x0000000187a81d74 WTF::wtfThreadEntryPoint+ 44404 (void*) + 12
8   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
9   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
10  libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 18:
0   libsystem_kernel.dylib          0x0000000180963e3c semaphore_timedwait_trap + 8
1   libdispatch.dylib               0x00000001808221c0 _dispatch_sema4_timedwait$VARIANT$armv81 + 60
2   libdispatch.dylib               0x0000000180822a20 _dispatch_semaphore_wait_slow + 72
3   libdispatch.dylib               0x0000000180833804 _dispatch_worker_thread + 248
4   libsystem_pthread.dylib         0x0000000180b25220 _pthread_body + 272
5   libsystem_pthread.dylib         0x0000000180b25110 _pthread_body + 0
6   libsystem_pthread.dylib         0x0000000180b23b10 thread_start + 4

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x00000001d42eb537
    x4: 0x00000001800aeabd   x5: 0x000000016dc94e90   x6: 0x000000000000006e   x7: 0x000000000000156d
    x8: 0x0000000008000000   x9: 0x0000000004000000  x10: 0x0000000180b26110  x11: 0x0000000000000003
   x12: 0xffffffffffffffff  x13: 0x0000000000000001  x14: 0x0000000000000000  x15: 0x0000000000000010
   x16: 0x0000000000000148  x17: 0x0000000000000600  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001b352bb40  x21: 0x000000016dc94e90  x22: 0x0000000000000303  x23: 0x00000001b352bc20
   x24: 0x00000001b352bc20  x25: 0x0000000000000000  x26: 0xffffffffffffffff  x27: 0x0000000000000014
   x28: 0x0000000002ffffff   fp: 0x000000016dc94df0   lr: 0x0000000180b2a6a8
    sp: 0x000000016dc94dc0   pc: 0x00000001809852e0 cpsr: 0x00000000

Binary Images:
0x102168000 - 0x102863fff Situm Cordova Getting Started arm64  <5d25e934055835019c16a0815ad5ee74> /var/containers/Bundle/Application/73353FCC-5CA3-45A7-A4DD-4BF6EEFA735A/Situm Cordova Getting Started.app/Situm Cordova Getting Started
0x102fa8000 - 0x102fe3fff dyld arm64  <b15e536a710732dabfafece44c5685e4> /usr/lib/dyld
0x180033000 - 0x180034fff libSystem.B.dylib arm64  <0f3f5f4ea60d3d4d84af311421f67108> /usr/lib/libSystem.B.dylib
0x180035000 - 0x18008dfff libc++.1.dylib arm64  <e6172d25b5d63239879410136730d916> /usr/lib/libc++.1.dylib
0x18008e000 - 0x1800affff libc++abi.dylib arm64  <40c62b02df253630845890510fe3f773> /usr/lib/libc++abi.dylib
0x1800b0000 - 0x18076bfff libobjc.A.dylib arm64  <eb1135b2bde93b69b96e42ca98200183> /usr/lib/libobjc.A.dylib
0x18076c000 - 0x180771fff libcache.dylib arm64  <a922e78994f33bb6a85162f25a9c7965> /usr/lib/system/libcache.dylib
0x180772000 - 0x18077dfff libcommonCrypto.dylib arm64  <d3ccb275f62c361bba490fa6a9bb383c> /usr/lib/system/libcommonCrypto.dylib
0x18077e000 - 0x180781fff libcompiler_rt.dylib arm64  <82d8312d934c3f34b74d8df84e2cb55c> /usr/lib/system/libcompiler_rt.dylib
0x180782000 - 0x18078afff libcopyfile.dylib arm64  <e07dded07d6f375d8fabfa20b0d5f6b5> /usr/lib/system/libcopyfile.dylib
0x18078b000 - 0x1807eefff libcorecrypto.dylib arm64  <68071da426b335bb860aed1483e03d6e> /usr/lib/system/libcorecrypto.dylib
0x1807ef000 - 0x180854fff libdispatch.dylib arm64  <0c931ac760133de187bb6f440beed5eb> /usr/lib/system/libdispatch.dylib
0x180855000 - 0x18086ffff libdyld.dylib arm64  <6225b1cd39843071a64add8f31b09c36> /usr/lib/system/libdyld.dylib
0x180870000 - 0x180870fff liblaunch.dylib arm64  <a25d2deb6e2d3c09a1085a5a79b16fdc> /usr/lib/system/liblaunch.dylib
0x180871000 - 0x180876fff libmacho.dylib arm64  <797e8ee3e3b83978aaae2394e71ea6c3> /usr/lib/system/libmacho.dylib
0x180877000 - 0x180878fff libremovefile.dylib arm64  <a454faf6fd5e3f2fa3116507d634a357> /usr/lib/system/libremovefile.dylib
0x180879000 - 0x18088ffff libsystem_asl.dylib arm64  <833790f7db363b8e83b48eaec404a8aa> /usr/lib/system/libsystem_asl.dylib
0x180890000 - 0x180890fff libsystem_blocks.dylib arm64  <a7c74cd6406f37d7a6beeb8faa6e1706> /usr/lib/system/libsystem_blocks.dylib
0x180891000 - 0x18090efff libsystem_c.dylib arm64  <61d2e950add73139aea459b55997ea48> /usr/lib/system/libsystem_c.dylib
0x18090f000 - 0x180913fff libsystem_configuration.dylib arm64  <fc25fa74aabf399e9fa32acb529a8618> /usr/lib/system/libsystem_configuration.dylib
0x180914000 - 0x180919fff libsystem_containermanager.dylib arm64  <db5dee3b17323c8aa68659a9c8dc9e76> /usr/lib/system/libsystem_containermanager.dylib
0x18091a000 - 0x18091bfff libsystem_coreservices.dylib arm64  <64e24927a95a3b38a92af824aa262df3> /usr/lib/system/libsystem_coreservices.dylib
0x18091c000 - 0x18091dfff libsystem_darwin.dylib arm64  <98cca712d0a63a819653681c52131ea2> /usr/lib/system/libsystem_darwin.dylib
0x18091e000 - 0x180924fff libsystem_dnssd.dylib arm64  <1b83bbfe437639dd8bdb7353013ac147> /usr/lib/system/libsystem_dnssd.dylib
0x180925000 - 0x180962fff libsystem_info.dylib arm64  <ebd778a7210c37408ee490f4564d4f5b> /usr/lib/system/libsystem_info.dylib
0x180963000 - 0x18098bfff libsystem_kernel.dylib arm64  <e102701ef8803cd4a5d54f5f14433dbd> /usr/lib/system/libsystem_kernel.dylib
0x18098c000 - 0x1809b9fff libsystem_m.dylib arm64  <3f43e403c5983d39ab50fa375c5c1bc9> /usr/lib/system/libsystem_m.dylib
0x1809ba000 - 0x1809d5fff libsystem_malloc.dylib arm64  <6dd6981adef530b3b6062f29ade13bb2> /usr/lib/system/libsystem_malloc.dylib
0x1809d6000 - 0x180b01fff libsystem_network.dylib arm64  <9ec043d8cb2538dc9ba84e324cd5b416> /usr/lib/system/libsystem_network.dylib
0x180b02000 - 0x180b0dfff libsystem_networkextension.dylib arm64  <7ed92c1b09023da8adac8c5073ca7566> /usr/lib/system/libsystem_networkextension.dylib
0x180b0e000 - 0x180b18fff libsystem_notify.dylib arm64  <6400d5b3305b3f5d9d831e03e357943b> /usr/lib/system/libsystem_notify.dylib
0x180b19000 - 0x180b22fff libsystem_platform.dylib arm64  <97dae109bad63e588e5d63b8dbddadcf> /usr/lib/system/libsystem_platform.dylib
0x180b23000 - 0x180b32fff libsystem_pthread.dylib arm64  <07c87e3874b73d128f0fa331d8894b97> /usr/lib/system/libsystem_pthread.dylib
0x180b33000 - 0x180b36fff libsystem_sandbox.dylib arm64  <5e76af73b50438c6b6a4827b7fb0b816> /usr/lib/system/libsystem_sandbox.dylib
0x180b37000 - 0x180b3efff libsystem_symptoms.dylib arm64  <1a4f281f874131f68e00580a8110d629> /usr/lib/system/libsystem_symptoms.dylib
0x180b3f000 - 0x180b52fff libsystem_trace.dylib arm64  <38618bae31eb39cfbfd4aa0e8df9e51b> /usr/lib/system/libsystem_trace.dylib
0x180b53000 - 0x180b58fff libunwind.dylib arm64  <6288d2abbde239f293405082835ba85c> /usr/lib/system/libunwind.dylib
0x180b59000 - 0x180b59fff libvminterpose.dylib arm64  <7afa9fbccf713115ad62383f8b379a85> /usr/lib/system/libvminterpose.dylib
0x180b5a000 - 0x180b84fff libxpc.dylib arm64  <05e40d4621113a32a4cdb7afc770b119> /usr/lib/system/libxpc.dylib
0x180b85000 - 0x180da6fff libicucore.A.dylib arm64  <a2f179b63753316d943b53a643e28199> /usr/lib/libicucore.A.dylib
0x180da7000 - 0x180db8fff libz.1.dylib arm64  <cc396ca7a9d133d4898e573cc46ec982> /usr/lib/libz.1.dylib
0x180db9000 - 0x18114ffff CoreFoundation arm64  <533c841ed6e9313d8adb02388744e2ef> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x181150000 - 0x181160fff libbsm.0.dylib arm64  <b0ed5ab849a4342c835353a5d5533e06> /usr/lib/libbsm.0.dylib
0x181161000 - 0x181161fff libenergytrace.dylib arm64  <5195d5f14e163fc9bfc99099ae7a624f> /usr/lib/libenergytrace.dylib
0x181162000 - 0x1811e6fff IOKit arm64  <54433b44779d39378d0789a4017a2948> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1811e7000 - 0x1812cefff libxml2.2.dylib arm64  <187298f716873875b7a96317f9e2135a> /usr/lib/libxml2.2.dylib
0x1812cf000 - 0x1812dcfff libbz2.1.0.dylib arm64  <cdf0f19925fe33fbb5909928bc44fd5b> /usr/lib/libbz2.1.0.dylib
0x1812dd000 - 0x1812f5fff liblzma.5.dylib arm64  <deb8a124684f30729d528075ef8d61ef> /usr/lib/liblzma.5.dylib
0x1812f6000 - 0x18145afff libsqlite3.dylib arm64  <219334ef89cf30099c3f85f925d853b3> /usr/lib/libsqlite3.dylib
0x18145b000 - 0x181481fff libMobileGestalt.dylib arm64  <ce9ab13d60fc3a678dfcab0f5347cc58> /usr/lib/libMobileGestalt.dylib
0x181482000 - 0x181830fff CFNetwork arm64  <ce119938b410382bb4481e599405ef23> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x181831000 - 0x181b29fff Foundation arm64  <2eacef3cb1e5323eac1a2e0d743c81a5> /System/Library/Frameworks/Foundation.framework/Foundation
0x181b2a000 - 0x181c2bfff Security arm64  <b4a51fc3cb163f7b8786d8d37b56e515> /System/Library/Frameworks/Security.framework/Security
0x181c2c000 - 0x181c97fff SystemConfiguration arm64  <658c4230686b3358a53006396fbe7605> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x181c98000 - 0x181ccdfff libCRFSuite.dylib arm64  <f44a46da006038f09432eb00a2b65697> /usr/lib/libCRFSuite.dylib
0x181cce000 - 0x181ccefff libapple_crypto.dylib arm64  <0a68153dfbfc33b096374e95fb1271bd> /usr/lib/libapple_crypto.dylib
0x181ccf000 - 0x181ce5fff libapple_nghttp2.dylib arm64  <8bb1455b0f653519956db1c8af6d57a1> /usr/lib/libapple_nghttp2.dylib
0x181ce6000 - 0x181d0ffff libarchive.2.dylib arm64  <4590f76c617938f7a3a9e248ecc42d44> /usr/lib/libarchive.2.dylib
0x181d10000 - 0x181dbefff libboringssl.dylib arm64  <477924cf769f35239a5c6b9b2c6473bd> /usr/lib/libboringssl.dylib
0x181dbf000 - 0x181dd5fff libcoretls.dylib arm64  <193a4fc806793432a8b2bb3d8a6a8ec4> /usr/lib/libcoretls.dylib
0x181dd6000 - 0x181dd7fff libcoretls_cfhelpers.dylib arm64  <09de65296b06366694578620bf512d8d> /usr/lib/libcoretls_cfhelpers.dylib
0x181dd8000 - 0x181dd9fff liblangid.dylib arm64  <ca04122dcd66354db9a53d9f0e91f855> /usr/lib/liblangid.dylib
0x181dda000 - 0x181f50fff libnetwork.dylib arm64  <b5da178f015038d4ad82288ff8cbca37> /usr/lib/libnetwork.dylib
0x181f51000 - 0x181f83fff libpcap.A.dylib arm64  <5389a8069179359eb6822edd62328659> /usr/lib/libpcap.A.dylib
0x181f84000 - 0x181fe0fff libusrtcp.dylib arm64  <ba4a0d2e24dd3ea0a9307b03598564cc> /usr/lib/libusrtcp.dylib
0x181fe1000 - 0x181febfff IOSurface arm64  <1f24b80565013f8d94b5e18c144f24bc> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x181fec000 - 0x182091fff libBLAS.dylib arm64  <bda6fa96025e3513848156f93c78ddc0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x182092000 - 0x1823b2fff libLAPACK.dylib arm64  <e32d2bce3c353d4f80205fc0731e4e07> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1823b3000 - 0x182622fff vImage arm64  <b864841843df38bb99e1dff0e1d24732> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x182623000 - 0x182634fff libSparseBLAS.dylib arm64  <32a953927bdf3e46b9d154bf8980fb63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x182635000 - 0x182659fff libvMisc.dylib arm64  <7ada6cde719335328636b01d59e23ea9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x18265a000 - 0x182681fff libBNNS.dylib arm64  <fa4ef0a7739237d4a3316c137346c5ad> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x182682000 - 0x182696fff libLinearAlgebra.dylib arm64  <b41f21090a7c3472aeb495fd2712eea4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x182697000 - 0x18269bfff libQuadrature.dylib arm64  <e0ee0fbd5e653ceb9264b9fad84f57f6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x18269c000 - 0x18270bfff libSparse.dylib arm64  <7d403dc3c958325e9b99fad4e762d67e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x18270c000 - 0x182797fff libvDSP.dylib arm64  <d323dc33dd9f39c19e6264c6ede7dd3f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x182798000 - 0x182798fff vecLib arm64  <d54284636d7a3a03987a1f4f2f67ea6a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x182799000 - 0x182799fff Accelerate arm64  <687b381212043306bae96161fa7b7963> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x18279a000 - 0x1827b1fff libcompression.dylib arm64  <88b8fdc7bbf7390ca1ad5c4b0507d64e> /usr/lib/libcompression.dylib
0x1827b2000 - 0x182cf9fff CoreGraphics arm64  <59a6f76dbc9f3e44bdf30351088b637d> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x182cfa000 - 0x182cfffff IOAccelerator arm64  <4ae56bf593a93df0ba40919221614b28> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x182d00000 - 0x182d05fff libCoreFSCache.dylib arm64  <3731a55430f83087978ed2bfae31ca04> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x182d06000 - 0x182d9efff Metal arm64  <d41904db6bc93cea9c81f649115eddc1> /System/Library/Frameworks/Metal.framework/Metal
0x182d9f000 - 0x182db2fff GraphicsServices arm64  <5011ec2511d73a56af501e8207d54962> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x182db3000 - 0x182f0cfff MobileCoreServices arm64  <9ce939be55793f2a9d2517d351311275> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x182f0d000 - 0x182f0ffff IOSurfaceAccelerator arm64  <54659c85ff5c38ff9aa9a3686ebbd0d5> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x182f10000 - 0x182f51fff AppleJPEG arm64  <9694d27d99bb3fd495ac1637cbf481fb> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x182f52000 - 0x183502fff ImageIO arm64  <728aeffd50883729bc1ac09900f05cf2> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x183503000 - 0x183566fff BaseBoard arm64  <6ffd9a5fa5d93ca8920ac0d0f069ba3d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x183567000 - 0x18357efff AssertionServices arm64  <704c5673295930ac919167ed66370a94> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x18357f000 - 0x183587fff CorePhoneNumbers arm64  <8dc7373fda1a3b4cad529df63a1d79d5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x183588000 - 0x1835ccfff AppSupport arm64  <99a4d74ef9e734f290b8f92fb673befe> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1835cd000 - 0x1835e5fff CrashReporterSupport arm64  <f884f5a7bca63a62a78872ac986a9258> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1835e6000 - 0x1835ebfff AggregateDictionary arm64  <da586c679ac73c4c8341f9d6f8358d04> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1835ec000 - 0x183670fff libTelephonyUtilDynamic.dylib arm64  <a3b2b4798d8730259503c758d0e3d894> /usr/lib/libTelephonyUtilDynamic.dylib
0x183671000 - 0x183690fff ProtocolBuffer arm64  <61c6cef5c1ca3397912e9e63c0c338da> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x183691000 - 0x1836befff MobileKeyBag arm64  <0f9f1dccef1d37b48a67ac39c6572073> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1836bf000 - 0x1836f3fff BackBoardServices arm64  <a6f5bf26c146355e8f29a59f497c6d8e> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1836f4000 - 0x18374ffff FrontBoardServices arm64  <85825f19a9c63234a66e4d47d86c72b4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x183750000 - 0x18378cfff SpringBoardServices arm64  <60daedc0a88237ce9e14d59467606af9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18378d000 - 0x18379bfff PowerLog arm64  <d545e5f6846e3e73830195337810cdc8> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x18379c000 - 0x1837b8fff CommonUtilities arm64  <38d46d0ba5fb3da484ede2f09666eb1a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1837b9000 - 0x1837c4fff liblockdown.dylib arm64  <c3e32daff2823a57828c223c37017ed9> /usr/lib/liblockdown.dylib
0x1837c5000 - 0x183ac9fff CoreData arm64  <7dd3d1a5193e343aac036e779c0aaf87> /System/Library/Frameworks/CoreData.framework/CoreData
0x183aca000 - 0x183ad0fff TCC arm64  <41d6c5214523319cad2cfc08e373215a> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x183ad1000 - 0x183ad8fff libcupolicy.dylib arm64  <205d236702463dad822a71fa9fb44980> /usr/lib/libcupolicy.dylib
0x183ad9000 - 0x183b6afff CoreTelephony arm64  <c6aebaf743e431eea026249cd20b9f93> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x183b6b000 - 0x183bc2fff Accounts arm64  <7082b6e848e637d2a604c749747c5144> /System/Library/Frameworks/Accounts.framework/Accounts
0x183bc3000 - 0x183becfff AppleSauce arm64  <07696ffe11503e0faa1888c0e243471f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x183bed000 - 0x183bf5fff DataMigration arm64  <fc7cc0db05273ef18990215a4bf5d7da> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x183bf6000 - 0x183bfcfff Netrb arm64  <5ad13c9650ce38b6b031bd2006f69a1c> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x183bfd000 - 0x183c2ffff PersistentConnection arm64  <80650d9240f533a58e95a7b65dbd5d13> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x183c30000 - 0x183c41fff libmis.dylib arm64  <b1f02fecf57e3fb8a48e952c7ba5198c> /usr/lib/libmis.dylib
0x183c42000 - 0x183d48fff ManagedConfiguration arm64  <2456d1aeb3c538f1a75ad56aaecd33de> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x183d49000 - 0x183d4efff libReverseProxyDevice.dylib arm64  <feda1d5064d1311a9024ced18653e1af> /usr/lib/libReverseProxyDevice.dylib
0x183d4f000 - 0x183d61fff libamsupport.dylib arm64  <0b3260b51a4338e7809cd48c39a760ee> /usr/lib/libamsupport.dylib
0x183d62000 - 0x183d67fff libCoreVMClient.dylib arm64  <828daf7904d738d7b51125b7d839f427> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x183d68000 - 0x183d69fff libCVMSPluginSupport.dylib arm64  <ef1b895a2e513ef09f0b99b0ea52f2bc> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x183d6a000 - 0x183d6dfff libutil.dylib arm64  <f8cab493d4a5345ab42c833c1c3d753d> /usr/lib/libutil.dylib
0x183d6e000 - 0x183daefff libGLImage.dylib arm64  <a4834764ada73a5a93935ac4f946d00b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x183daf000 - 0x183e25fff APFS arm64  <db7fdda7bc263f3cbad0aa2be53a92b5> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x183e26000 - 0x183e57fff MediaKit arm64  <bd1ed626c16633dfa3a9210444995fd3> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x183e58000 - 0x183e70fff libSERestoreInfo.dylib arm64  <cb56acf1899739fb8db28c2235f20a53> /usr/lib/updaters/libSERestoreInfo.dylib
0x183e75000 - 0x183eb1fff DiskImages arm64  <dbce1b1f46a134d1bf9fc6ee992ef5ea> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x183eb2000 - 0x183ebbfff libGFXShared.dylib arm64  <4a7a2ffc151c31b8bf79cebcd8a5478e> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x183ebc000 - 0x183f03fff libauthinstall.dylib arm64  <753a9ce7f06f3826bf624d9dc7f5b376> /usr/lib/libauthinstall.dylib
0x183f04000 - 0x183f0cfff IOMobileFramebuffer arm64  <037de4b49b6934f089430792afdac804> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x183f0d000 - 0x183f18fff OpenGLES arm64  <a4adfab5c3ef3d55add7aed8b9ab1fbf> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x183f19000 - 0x183fa0fff ColorSync arm64  <ba04aa852db032168fa09f655bc82e51> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x183fa1000 - 0x183fcafff CoreVideo arm64  <6f568461bb213003bcf526d9d4eb20af> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x183fcb000 - 0x183fccfff libCTGreenTeaLogger.dylib arm64  <dbe8881c668b34db9789b5f4e926114a> /usr/lib/libCTGreenTeaLogger.dylib
0x183fcd000 - 0x184139fff CoreAudio arm64  <a20141113a99394cb16781906078c861> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x18413a000 - 0x184168fff CoreAnalytics arm64  <f6aa66d061b935c4937d037eeac77749> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x184169000 - 0x18416cfff UserFS arm64  <af4ea82b7168334587131973fcc685f5> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x18416d000 - 0x1842f2fff CoreMedia arm64  <784a788985193f92bcbf5170378405fc> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1842f3000 - 0x184305fff libprotobuf-lite.dylib arm64  <2c18eb318c9532a484ea0704a05a1d4a> /usr/lib/libprotobuf-lite.dylib
0x184306000 - 0x18436afff libprotobuf.dylib arm64  <962e40da393431108723fdd15cf6274e> /usr/lib/libprotobuf.dylib
0x18436b000 - 0x184634fff libAWDSupportFramework.dylib arm64  <4fd3a9edd87032f9b29e39c838024ddc> /usr/lib/libAWDSupportFramework.dylib
0x184635000 - 0x18467efff WirelessDiagnostics arm64  <d1ed288aab0b3fcbba70d3d53d7808e7> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18467f000 - 0x184736fff VideoToolbox arm64  <c99ed6c928503fd69ecf34ba2baece4e> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x184737000 - 0x184840fff libFontParser.dylib arm64  <0c5b668a4135315cb13d1b4788d8a8fb> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x184841000 - 0x184842fff FontServices arm64  <f11afbab4fbb35fc894b33d366011b70> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x184843000 - 0x184996fff CoreText arm64  <25560e0ceecc36f2a3f2e39136dc3453> /System/Library/Frameworks/CoreText.framework/CoreText
0x184997000 - 0x1849a6fff IntlPreferences arm64  <f020641e927739ea91a27a64ecf8d635> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1849a7000 - 0x1849affff RTCReporting arm64  <b3628c1a3a02352c8bccf6f1d393c2e6> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1849b0000 - 0x184a20fff CoreBrightness arm64  <360e7d31578a377c826aff5cdaeb917b> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x184a21000 - 0x184a2bfff libAudioStatistics.dylib arm64  <4b7b1c1856de3e76b523a0aa44b5a035> /usr/lib/libAudioStatistics.dylib
0x184a2c000 - 0x184f64fff AudioToolbox arm64  <082e019290223edf99b1d4ff195f9276> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x184f65000 - 0x185198fff QuartzCore arm64  <10c9d621c7ed36f1ae23cfc2e8a83e9c> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x185199000 - 0x1851a4fff MediaAccessibility arm64  <89490c32b66e34ff93f20afaf15609bc> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1851a5000 - 0x185297fff libiconv.2.dylib arm64  <5bb51259bae432f794e0f85063453873> /usr/lib/libiconv.2.dylib
0x185298000 - 0x1852b3fff NetworkStatistics arm64  <c73b2bfba29534928bd57fb496e8a245> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1852b4000 - 0x1852cffff MPSCore arm64  <2d9261aaa9653984b3afe2e2eb5e21a7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1852d0000 - 0x185338fff MPSImage arm64  <5753222b2a7c33b99e185c0946d866d6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x185339000 - 0x18535bfff MPSMatrix arm64  <c8b4e738801e3f2bbf22f7a3d785182a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x18535c000 - 0x18536afff CoreAUC arm64  <a02ba9569fe638b594e06525a90bd147> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x18536b000 - 0x1859c3fff MediaToolbox arm64  <190bb494467235b38d979910bb317068> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1859c4000 - 0x185af3fff MPSNeuralNetwork arm64  <37158311c1d63fcfbda005a3e98e3bee> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x185af4000 - 0x185af4fff MetalPerformanceShaders arm64  <f100d433451635f48e7432ab523abe31> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x185af5000 - 0x185f1ffff FaceCore arm64  <ade17e48572c3d858e3b71a2ac28ccb8> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x185f20000 - 0x185f2dfff GraphVisualizer arm64  <55b5ff57c5f833858726cb61324f4394> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x185f2e000 - 0x1860d5fff libFosl_dynamic.dylib arm64  <cba3df2a74e2349fae1fc3312a46c2a4> /usr/lib/libFosl_dynamic.dylib
0x1860d6000 - 0x186339fff CoreImage arm64  <c3f8b9637c5f3cddadfc21583b66dfbd> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18633a000 - 0x186538fff CoreMotion arm64  <44f4ea25dac33750a64d76df70d19af4> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x186539000 - 0x186567fff CoreBluetooth arm64  <40851a4508813e30a6a39287ea563221> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x186568000 - 0x18658afff PlugInKit arm64  <4d9ce13eea6d3baeb4f822a867ba6855> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x18658b000 - 0x1867b6fff Celestial arm64  <4c53d7c86c953515bf6b555cad291dcb> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1867b7000 - 0x186839fff Quagga arm64  <894f89af7bc7356296ae79b210b169eb> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x18683a000 - 0x186930fff AVFAudio arm64  <c90f1c94a205351895edd904b490b132> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x186931000 - 0x186b23fff AVFoundation arm64  <c124a7b6b251377993f373fef367488a> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x186b24000 - 0x186b46fff CacheDelete arm64  <ac77ed95d4643424a957156bd5e03467> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x186b47000 - 0x186b6cfff StreamingZip arm64  <e93196e7aeea32519d5337c2255cff65> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x186b6d000 - 0x186b7efff CoreEmoji arm64  <21f134f213b53e9487c54fae45db1830> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x186b7f000 - 0x186bccfff CoreLocationProtobuf arm64  <72ebe4d27ef537ff9440b1e8120ce9ae> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x186bcd000 - 0x186bd5fff SymptomDiagnosticReporter arm64  <48c5f321ca733f2c845fcdb97353c2bf> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x186bd6000 - 0x1874dffff GeoServices arm64  <46746fa910d2386194e34ed84c570091> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1874e0000 - 0x1874f7fff MobileAsset arm64  <49f2259cac8d3eaeb126d9fbe22ee0aa> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1874f8000 - 0x187538fff Lexicon arm64  <4e43af69dd36373b888540750f609ca3> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x187539000 - 0x187549fff libcmph.dylib arm64  <661482521e6f31e18411d71a75446056> /usr/lib/libcmph.dylib
0x18754a000 - 0x18766bfff LanguageModeling arm64  <5f994763487b33c3ac608a9d73be8cd7> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18766c000 - 0x187683fff libmarisa.dylib arm64  <2908e85d03d838f3bc2582598e449c02> /usr/lib/libmarisa.dylib
0x187684000 - 0x18771dfff CoreLocation arm64  <427d36867aad312086810b4f36733221> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18771e000 - 0x18771efff PhoneNumbers arm64  <e2a0f73e1a89319590ca3a65c6635369> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x18771f000 - 0x18772afff libChineseTokenizer.dylib arm64  <05f584c4b6b33d4fac6ecfcb02cb157f> /usr/lib/libChineseTokenizer.dylib
0x18772b000 - 0x1877d7fff libmecab_em.dylib arm64  <5c786bbda21636a3a362692e56af1c50> /usr/lib/libmecab_em.dylib
0x1877d8000 - 0x1877d9fff libThaiTokenizer.dylib arm64  <b275fd750e773719898c5e6ceb7475d2> /usr/lib/libThaiTokenizer.dylib
0x1877da000 - 0x1877defff libgermantok.dylib arm64  <fbcd25cca73e36ed8849889ae65cb847> /usr/lib/libgermantok.dylib
0x1877df000 - 0x187836fff CoreNLP arm64  <de73e93381c2336d92f2d5bb77b44584> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x187837000 - 0x187a08fff MobileSpotlightIndex arm64  <b2b19614b17e380fa6538eb4b34a3a03> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x187a09000 - 0x187a6afff CoreSpotlight arm64  <6bd400b65b0d353e99ab859a2216dc37> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x187a77000 - 0x1885f5fff JavaScriptCore arm64  <8be29f5ee31a302bbc16e47869e799ac> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1885f6000 - 0x1885fbfff libheimdal-asn1.dylib arm64  <e0d45b7a0d233bc987b1f40ab04ffff5> /usr/lib/libheimdal-asn1.dylib
0x1885fc000 - 0x188677fff libate.dylib arm64  <1d30c1d3ca913f2da380d67c5cacd696> /usr/lib/libate.dylib
0x188678000 - 0x18872cfff TextureIO arm64  <2ea71814215232d092556b6fead20296> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x18872d000 - 0x1887f9fff CoreUI arm64  <467b23bbefa43431ba13f2d276305e70> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1887fa000 - 0x188803fff MobileIcons arm64  <e1ef7d921ab934d4a6fe94b2bc68d8f8> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x188804000 - 0x188812fff AppleFSCompression arm64  <033a6e59e409323aba851e45ba18a8e5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x188813000 - 0x18886bfff TextInput arm64  <ac4e85632d5d3ea7907fff4233f85249> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18886c000 - 0x188894fff libxslt.1.dylib arm64  <48317ab7f9a930a1bbfe566a1c155614> /usr/lib/libxslt.1.dylib
0x188895000 - 0x1888c9fff DataDetectorsCore arm64  <3c4d753dcbc83885b8c79f4579b9d7d4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1888ca000 - 0x18895dfff FileProvider arm64  <f9cb56a44fce333ab0800466a8169fcd> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x188a50000 - 0x188b27fff ProofReader arm64  <dabb208f349e390b941f388fc73752f6> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x188b28000 - 0x188b3cfff libAccessibility.dylib arm64  <72d1652c02333bbaa42fd0cece897b0b> /usr/lib/libAccessibility.dylib
0x188b3d000 - 0x188fe3fff libwebrtc.dylib arm64  <b345da6573f4322c8ff225c0e98d4786> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x188fe4000 - 0x189046fff ContactsFoundation arm64  <def4932a5140395397a49e556ac601a0> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x189047000 - 0x18a719fff WebCore arm64  <2fe4173593ba35c4a5e04b40b40f1a7e> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18a71a000 - 0x18a89dfff WebKitLegacy arm64  <e8992e8872d03479adb53136ba17a712> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18a89e000 - 0x18a8c6fff DataAccessExpress arm64  <d6e654034a7f36c583d8f85224982e1d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18a8c7000 - 0x18a961fff AddressBookLegacy arm64  <9001decafec931b3b32f90e70885c585> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18a962000 - 0x18a9bdfff ProtectedCloudStorage arm64  <c195719d183236059844bc55e52645ce> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18a9be000 - 0x18a9eafff UserNotifications arm64  <ad87234545c43531aac1e3a37c3c0cf5> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18a9eb000 - 0x18a9f6fff AppleIDAuthSupport arm64  <945f6d9b488f3b9a9de4acf2617d6fa8> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18a9f7000 - 0x18aa47fff AuthKit arm64  <1e649041c5c332509b6d5c292abf129e> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18aa72000 - 0x18aac6fff DocumentManager arm64  <098348ff05b032f8a3d5a17ed453139f> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18aac7000 - 0x18bb45fff UIKit arm64  <be6ef0203caa393986da6dd6737541d5> /System/Library/Frameworks/UIKit.framework/UIKit
0x18bb46000 - 0x18bb58fff DocumentManagerCore arm64  <f3cf02b693c33902abb611b51315c214> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18bb59000 - 0x18bb5dfff HangTracer arm64  <14c9c902270b3fc8a44c894325731245> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18bb5e000 - 0x18bbaffff PhysicsKit arm64  <4d2b0d9378353407aa17b91597a890d9> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18bbb0000 - 0x18bbb2fff StudyLog arm64  <c231ce6f68f13d6a8971dcab3362d5eb> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18bbb3000 - 0x18bc92fff UIFoundation arm64  <097639b4c0503396a74bf322c97d0380> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18bc93000 - 0x18bdb1fff CloudKit arm64  <55336b1482ba3e86a94d608ddf070ea4> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18bdb2000 - 0x18bdb2fff IntentsFoundation arm64  <bb62900f43973b35a3eabe6f45c3b56b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18bdb3000 - 0x18bed0fff Network arm64  <aa1b7cd29c013e809e4905e4bbc4badc> /System/Library/PrivateFrameworks/Network.framework/Network
0x18bed1000 - 0x18c0d8fff Intents arm64  <676f60130f30305a9e71733ac106c4f4> /System/Library/Frameworks/Intents.framework/Intents
0x18c0d9000 - 0x18c0f3fff libresolv.9.dylib arm64  <c76ea9527796334ca010a12e153772d5> /usr/lib/libresolv.9.dylib
0x18c0f4000 - 0x18c0f6fff CoreDuetDebugLogging arm64  <74e7e685ab94375ab1df09ae32cb3bd7> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18c0f7000 - 0x18c12cfff libtidy.A.dylib arm64  <24be8ea1fada37e6ac80a8019320481f> /usr/lib/libtidy.A.dylib
0x18c12d000 - 0x18c25cfff CoreDuet arm64  <40d3b99e5cc632789bfb9441e770c058> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18c25d000 - 0x18c27cfff CoreDuetContext arm64  <eaae7b06577239b0bf6f66a22f8908d2> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18c27d000 - 0x18c291fff CoreDuetDaemonProtocol arm64  <90699d4703bb357db7026ca1b54be9df> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18c292000 - 0x18c2fdfff IMFoundation arm64  <6ffe811caa87343b89d51f5b68729c1d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18c2fe000 - 0x18c32cfff vCard arm64  <9537fc85395634e3ae5e60cf8d91646d> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18c32d000 - 0x18c43afff Contacts arm64  <698fa43ba8ed39b180e83ada3a0730b3> /System/Library/Frameworks/Contacts.framework/Contacts
0x18c43b000 - 0x18c43cfff DiagnosticLogCollection arm64  <bb96f23768083c5abc70c46c83a5d1cc> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18c43d000 - 0x18c43efff Marco arm64  <cf77c26cd604305d95a22a44adab94b7> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18c43f000 - 0x18c449fff MessageProtection arm64  <8eeb4aa8ddeb3ef8a33cc4c89774b79c> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18c44a000 - 0x18c759fff StoreServices arm64  <a4913ca6d61137509de96f3d28aec4d1> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18c75a000 - 0x18c771fff Engram arm64  <f4027c51f41c37bbab81f8c04a52b4ef> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x18c772000 - 0x18c862fff IDSFoundation arm64  <038e4eed4d1d3f9c9d51537e9b29a071> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18c863000 - 0x18c86efff CaptiveNetwork arm64  <934f633116a738d498196d12bbd5583c> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18c86f000 - 0x18c89dfff EAP8021X arm64  <0f376a391b4b3de69c9d86093b413a3e> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18c89e000 - 0x18c8d8fff MobileWiFi arm64  <489c549537513ec696322d70535feaef> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18c8d9000 - 0x18c8dbfff OAuth arm64  <e3791d446eab3acda1f665ea190c55be> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18c8dc000 - 0x18c8defff CommonAuth arm64  <13560562ea093adc87ed345465106c58> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18c8df000 - 0x18c94dfff Heimdal arm64  <5e57887031d53f5aa78a06207c38dbc3> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18c94e000 - 0x18c977fff GSS arm64  <f66235617e323dd8978cb3c3218e674e> /System/Library/Frameworks/GSS.framework/GSS
0x18c978000 - 0x18c98ffff ApplePushService arm64  <fea4b650bc803103b65fef010999e106> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18c990000 - 0x18ca27fff AccountsDaemon arm64  <332fbb6616863aa3a31717a16cdd5e13> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18ca28000 - 0x18ca4cfff AppleIDSSOAuthentication arm64  <01658495197532af8bd951edd5d24eef> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x18ca4d000 - 0x18cac5fff AppleAccount arm64  <541a1e5e96c63121bd72ea7118db9908> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18cac6000 - 0x18cbfdfff CoreUtils arm64  <b1ac04a4b7543451b9d19b5fc676d325> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18cbfe000 - 0x18cd14fff IDS arm64  <687009c13bbb3500aabed41d55b5f5b4> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18cd15000 - 0x18cd38fff MediaServices arm64  <daba869c0b673e48a93b31fe2dff8a55> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x18cd39000 - 0x18cf0ffff MediaRemote arm64  <b99f7745cb703f5caa9a6a36993727bb> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18cf10000 - 0x18cf28fff UserManagement arm64  <68a1359f23283cb5b452ec446587008e> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18cf29000 - 0x18cf38fff MobileBluetooth arm64  <ec76701257613e64bfd5dbefe3395776> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x18cf39000 - 0x18cf69fff Bom arm64  <8cd2ba179e673d90b707436a3a8ed1ce> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x18cf6a000 - 0x18cf6efff CommunicationsFilter arm64  <f83447f736983ee7bd859ce9e39032e1> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x18cf6f000 - 0x18cf94fff FTAWD arm64  <8dd01c25424c3ff7853594f48c5881a1> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x18cf95000 - 0x18cfe8fff FTServices arm64  <e1469a89db8b343e8105c47d16867d89> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x18cfe9000 - 0x18d03afff WirelessProximity arm64  <938963c4203933bb9910583b430f6bda> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x18d03b000 - 0x18d045fff ProactiveEventTracker arm64  <e731ef9f09fa3584a7868c9ec3a3f169> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x18d046000 - 0x18d094fff ChunkingLibrary arm64  <30b82406e9b2382cb76990acbce63fe6> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18d095000 - 0x18d0a1fff libnetworkextension.dylib arm64  <1301bb341bf33364b3b04f75a3df404f> /usr/lib/libnetworkextension.dylib
0x18d0a2000 - 0x18d0c6fff AddressBook arm64  <d84450542aad306685f1b97e7214f194> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x18dec9000 - 0x18e05dfff NetworkExtension arm64  <27950af3ce083a6b9986df2380542f46> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x18e05e000 - 0x18e4aafff SiriTTS arm64  <6b2588bd69dc32cd9072a39b5169e385> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x18e4ab000 - 0x18e505fff SAObjects arm64  <9163b232fb1e34e1a25277da1508536a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x18e506000 - 0x18e544fff VoiceServices arm64  <b1863d8abbd4379f866872ccf86dcb67> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x18e545000 - 0x18e575fff GLKit arm64  <dbf93981f531347099d4b0a0cf053984> /System/Library/Frameworks/GLKit.framework/GLKit
0x18e576000 - 0x18e65dfff AssistantServices arm64  <a76e8481cb5a3eb78c5b22256b4489a2> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x18e65e000 - 0x18e67cfff AssetCacheServices arm64  <7da8e9b42c633c4f85696e6714a705d0> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x18e67d000 - 0x18e737fff NetworkServiceProxy arm64  <7d0557c371a33996b0048a07f2517cb9> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x18e738000 - 0x18e829fff MMCS arm64  <bc2512eac66530b6b369362a1ea902fb> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x18e82a000 - 0x18e836fff BluetoothManager arm64  <124c7e4bf5363bea8aa58efe6f4c622c> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x18e837000 - 0x18e8a7fff CoreDAV arm64  <5a23ec556d963f54b9e7b47e4ed5c768> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x18e8a8000 - 0x18e8ddfff iCalendar arm64  <2f49cb4a97e63123a7d973fa360e7d91> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x18e8de000 - 0x18e8ebfff PersonaKit arm64  <a0b8889fddcb32db9ada95832bd7332b> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x18e8ec000 - 0x18e946fff CalendarFoundation arm64  <cb8c3f54f0cd374896650bf4b39ca96d> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x18e947000 - 0x18e974fff PhotosFormats arm64  <edcd859372bd3efa876172de95aa97aa> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x18e975000 - 0x18ea12fff CalendarDatabase arm64  <147e2b69ab5335b085b930d0f132e5cc> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x18ea13000 - 0x18ea63fff CalendarDaemon arm64  <3229e83ba5913a11928e9cd5b3d62ada> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x18ea64000 - 0x18eb7dfff CloudPhotoLibrary arm64  <ab57f5fe68e439d9b635fb5acac78e64> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x18eb7e000 - 0x18ec60fff EventKit arm64  <04c8f9c78fb53c308d824daaee5dc6eb> /System/Library/Frameworks/EventKit.framework/EventKit
0x18ec61000 - 0x18ec8bfff AssetsLibraryServices arm64  <be64b9cb08013248adf52462ed42ce3a> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x18ec8c000 - 0x18ecc0fff ACTFramework arm64  <cb82b2d3825e3bbd8b6468830435ab8b> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x18ecc1000 - 0x18ece1fff DCIMServices arm64  <e3d6aeaee2633fa8b93dba1726c75131> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x18ece2000 - 0x18ee1dfff CoreMediaStream arm64  <bda3ce34642933cc803830efdd51fe9d> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x18ee1e000 - 0x18ee25fff XPCKit arm64  <17788c984c30338b978e58219d85354e> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x18ee26000 - 0x18ef0afff CameraKit arm64  <7177d7ddb18131e0a793382809da2292> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x18ef0b000 - 0x18ef23fff CloudPhotoServices arm64  <3b8b1a6746d5384ea14363bd36b31720> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x18ef24000 - 0x18ef2ffff CoreRecents arm64  <f9d52f603cd43238ac786ea89179cfc0> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x18ef30000 - 0x18ef4efff MediaStream arm64  <d5208942c1e130fc85f504589946d8dd> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x18ef4f000 - 0x18f376fff PhotoLibraryServices arm64  <d611bec8ed373dd0a0200b5d7ce066cb> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x18f377000 - 0x18f3acfff PrototypeTools arm64  <8efee9e8bbc23043a0a2a274d0055ad9> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x18f3ad000 - 0x18f436fff CoreSymbolication arm64  <7ccdd1e8aaa031d1bca9819f995966ac> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x18f437000 - 0x18f563fff SearchFoundation arm64  <86248935e66a308884b82e4e3f294204> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x18f564000 - 0x18f56afff IncomingCallFilter arm64  <072915fd1e4f3ce399de9d7144653523> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x18f56b000 - 0x18f61efff iTunesStore arm64  <e31bccef18e935e6b2df3c7eb703d7cd> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x18f61f000 - 0x18f625fff libtzupdate.dylib arm64  <c3f9c1c5a44333d3a5cb12f1e98fb68a> /usr/lib/libtzupdate.dylib
0x18f626000 - 0x18f794fff Preferences arm64  <5aee49795c5137e08f07a731328604eb> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x18f795000 - 0x18f79cfff CoreTime arm64  <8adec29a2796319ab9f45c94f22ec468> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x18f79d000 - 0x18f908fff CVML arm64  <3369c181afb4351a978bfca4ad2f0d5e> /System/Library/PrivateFrameworks/CVML.framework/CVML
0x18f909000 - 0x18f956fff CoreAppleCVA arm64  <68f8cc29d8513a1a8d1e3c279d7e6a04> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x18f963000 - 0x18f99ffff DifferentialPrivacy arm64  <7ffc08b10e3c3558b1d2e5b344d4a280> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x18f9a0000 - 0x18fb1afff AppleCVA arm64  <13f4a4fe29d23941bcf267d1f67c5e24> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x18fb1b000 - 0x18fbabfff Montreal arm64  <460d01ac07c23e96b3bc9534522f3866> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x18fbac000 - 0x18fdcefff Espresso arm64  <1cfcb4ec66aa3befa69d7279c9f80e01> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x18fdd3000 - 0x18ff24fff Photos arm64  <b8a7bb6839d1345b9802e3610f42b9ce> /System/Library/Frameworks/Photos.framework/Photos
0x18ff25000 - 0x1900f0fff CoreML arm64  <73895366f6cd39b4842d5dda4d852150> /System/Library/Frameworks/CoreML.framework/CoreML
0x1900f1000 - 0x1900f5fff CoreOptimization arm64  <b9febca2f1353f04a7e257f8b9b6ebb9> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1900f6000 - 0x190141fff SafariCore arm64  <60710f04c215378081393cba0c685f8a> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x190142000 - 0x19019ffff CorePrediction arm64  <305ab26f0a2935b1ad98a4a2bcc9315b> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1901a0000 - 0x19029cfff Navigation arm64  <d3646981136d3ba69aa3c40c44cc1a8c> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x19029d000 - 0x1902b4fff ContactsDonation arm64  <e99cde1166f732bcaa0b0784baf66321> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1902b5000 - 0x1902e1fff Futhark arm64  <0426d89a2a063e5990f8ce26f1b75fda> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x190326000 - 0x190378fff ToneLibrary arm64  <78e637d2a0873349ba07fbe7ef051fda> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x190379000 - 0x19038afff BaseBoardUI arm64  <83274ed51a7f3af3bb94ab599491f868> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x19038b000 - 0x1903e2fff ContactsUICore arm64  <f86ae85ce099318cae4a7c0c63bc4d0e> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1903e3000 - 0x190546fff ContactsUI arm64  <da329e606f46330895c339ccad44bd34> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x190547000 - 0x190622fff CorePDF arm64  <630f43749fb1393cabd407fe8bf4fa39> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x190623000 - 0x190884fff Vision arm64  <03cc2b7f7327346db7835f112b1b3608> /System/Library/Frameworks/Vision.framework/Vision
0x190885000 - 0x190ce4fff WebKit arm64  <a275074f49bb3b08a73eb24ee7c2265f> /System/Library/Frameworks/WebKit.framework/WebKit
0x190ce5000 - 0x190d9bfff BulletinBoard arm64  <d0f0d024a13038309424e8ae4db1ae24> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x190d9c000 - 0x190da1fff ConstantClasses arm64  <6830b458d18e3b258d12f8eab76e10e8> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x190da2000 - 0x190daafff CertUI arm64  <748243f1140d3ac6a94b6417a7c24793> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x190dab000 - 0x190deffff AXRuntime arm64  <94de8edf9a683c6c94053bb3befb47ae> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x190df0000 - 0x190e27fff ScreenReaderCore arm64  <91184eb7bdb53ffc84f3c92620b0b509> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x190e28000 - 0x190e4cfff TextToSpeech arm64  <7c6d5340b9873fdba17b36640fd50c4e> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x190e4d000 - 0x190e90fff CoreMIDI arm64  <160a4f4632c13deabc0934440f059724> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x190e91000 - 0x190f2efff MediaPlatform arm64  <5ead7fe07d523b2c82df568903ada32a> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x190f2f000 - 0x190f98fff WebBookmarks arm64  <d774c71df7d632d89e4c1bdfd6f9ea1b> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x190f99000 - 0x190fa0fff DAAPKit arm64  <e8ddc586818534be8b582239fb33b6f8> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x190fa1000 - 0x190fa3fff libAXSafeCategoryBundle.dylib arm64  <c89e4eff840432b1a6c429e300e11324> /usr/lib/libAXSafeCategoryBundle.dylib
0x190fa4000 - 0x190faefff libAXSpeechManager.dylib arm64  <718b55bac6c43505959b8fed7bc14369> /usr/lib/libAXSpeechManager.dylib
0x190faf000 - 0x191092fff AccessibilityUtilities arm64  <4b7f8dd6b84532128a4841ae9abbea18> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x191093000 - 0x1913b6fff MediaLibraryCore arm64  <31b1bfbadf5437f8b29de074355ab510> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1913b7000 - 0x1913b7fff AdSupport arm64  <6136df7413e63ed5a139c34d3427f832> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1913b8000 - 0x191642fff MusicLibrary arm64  <f679b1e8889f30bea798c83e0478a377> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x191643000 - 0x191d16fff VectorKit arm64  <270f286f409330caa2f5787a371b8b81> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x191d17000 - 0x191f53fff MapKit arm64  <096ef86c52eb34779ee2f79106664869> /System/Library/Frameworks/MapKit.framework/MapKit
0x191f54000 - 0x1920e4fff iTunesCloud arm64  <a11a75d02f55386cb1f976ac825d42ea> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1920e5000 - 0x19218afff HomeSharing arm64  <7c71f8779a803e82b0569162a1c0bb92> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x19218b000 - 0x1921fefff WebInspector arm64  <f253acf0d10b3a3eb22c8e4692a5fe8d> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x1921ff000 - 0x1922f6fff ITMLKit arm64  <90560441db3e3a8593c6d4619a69e6f2> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x192307000 - 0x192772fff MediaPlayer arm64  <0a085c69885f3ef0a31aaca89db2b631> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1927a2000 - 0x1927a4fff InternationalTextSearch arm64  <099144f6a0123ba6a43b40abccd1e7a7> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x192801000 - 0x192832fff ProactiveSupport arm64  <4c12d43d5c7b3daea61856d8e0fa8413> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x19286b000 - 0x19291cfff TelephonyUtilities arm64  <40eca91e548e3587b33149ca63a9ed67> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x19291d000 - 0x192957fff CalendarUIKit arm64  <36bcbfe45ef639c29284353837aa05e4> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x192958000 - 0x19296ffff AccessibilityUIUtilities arm64  <50b2400bf4193c618d050d0f79f3d542> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1929cc000 - 0x1929dffff AssetsLibrary arm64  <0cb64e6d359033bcb2f6a832d85271b7> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1929e0000 - 0x192bbcfff EventKitUI arm64  <3e69c2c619863ab0bce11816c8948acc> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x192bbd000 - 0x192c18fff AXMediaUtilities arm64  <f13363bd782433aaa0bba21ccbfe3542> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x192c19000 - 0x192c8cfff UIAccessibility arm64  <c788698614a33095bbb7120b33a95dfa> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x192ca7000 - 0x192cadfff SearchToSharePredictions arm64  <ff51de5f84cf3373a6b1ccd6cc1a9228> /System/Library/PrivateFrameworks/SearchToSharePredictions.framework/SearchToSharePredictions
0x192cae000 - 0x192d4efff Social arm64  <45cd2140784a3be083a51a9b64939387> /System/Library/Frameworks/Social.framework/Social
0x192de0000 - 0x192df6fff CoreFollowUp arm64  <9d3cedf7bf763703820f442dd72490bc> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x192df7000 - 0x192e66fff CoreSuggestions arm64  <61ea19b10abc317694c5ee62567649fb> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x192e78000 - 0x192f0afff CoreRecognition arm64  <6dc13ac9992e3006925fe242535603d3> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x19307d000 - 0x19329bfff libmecabra.dylib arm64  <3d5be2a3cf79324bbd27c22dac8feb56> /usr/lib/libmecabra.dylib
0x19329c000 - 0x19333dfff CoreParsec arm64  <7f46c6e6637434e5a464ff86169b9dad> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x19336e000 - 0x19339ffff SharedUtils arm64  <d25a5453ef733e2fb3eb8f085a28aa9f> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1933db000 - 0x1934a3fff VideoSubscriberAccount arm64  <645c615cf8f93b61b6e5b9aab7561a0b> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1934a4000 - 0x1934d4fff Pegasus arm64  <4d49b4086c1e34edb09bfaf4c2ed8fc6> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1934d5000 - 0x193561fff AVKit arm64  <24c9cd30161937c99db8a36532bf8c03> /System/Library/Frameworks/AVKit.framework/AVKit
0x19358c000 - 0x19358ffff FTClientServices arm64  <043e73ed6af33ff2b1bb4499f621c1c5> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x193590000 - 0x193593fff SharedWebCredentials arm64  <28d93f7925423759aa1acfbb1f246e20> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x193595000 - 0x193598fff SafariFoundation arm64  <19f5290068c03d9facbcd12e3e8e17cf> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x193771000 - 0x193787fff LocalAuthentication arm64  <6e6d9886e60b30688d742d419b9e3d3f> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x193788000 - 0x19378afff ParsecSubscriptionServiceSupport arm64  <70cb3fc6254e3ced81a3de122ba4008e> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x193833000 - 0x19384bfff CoreInterest arm64  <830a73d02a6e38f9b56714d2d58cd082> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest
0x19384c000 - 0x193acefff SafariShared arm64  <84cd3c1509d63323875845281a8a3c00> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x193acf000 - 0x193b0afff WebUI arm64  <8f72d31e63233a3289abf2669c9ba8c7> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x193b0b000 - 0x193b18fff SetupAssistantSupport arm64  <395683b63e0031e18060ddc3fe0aed16> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x193b19000 - 0x193b41fff SetupAssistant arm64  <d96faeb5f25a3a289ae7c1bf90eb0733> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x193b8c000 - 0x193b95fff MobileStorage arm64  <48e3311581b737cdac02525fea8eeedb> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x193b96000 - 0x193bd8fff ContentIndex arm64  <d08fa9ee22c639c78856169d43e52f14> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x193bd9000 - 0x193ed7fff ImageCapture arm64  <f1f74155ed25343cb4d1c0f4658a7ade> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x1940a9000 - 0x1940bffff iPhotoMigrationSupport arm64  <eb7d546b058a33b1a2a85f6b1fb592ec> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x1940c0000 - 0x1940d1fff DiagnosticExtensions arm64  <6c809ee9ce3a3888a4418530c637bc2d> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x1943ea000 - 0x194480fff PhotoLibrary arm64  <daa9135c21303c1c8cfbe9bad22704b2> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x194481000 - 0x1947cdfff PhotosUICore arm64  <1125fdbda3b130f6a41fe995aeb85046> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x19481e000 - 0x19488bfff IMSharedUtilities arm64  <58cd33783f823e91a86d416a22f9178c> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x19488c000 - 0x194892fff LinguisticData arm64  <02bcff96abd83038a41440ab6f70fea9> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1948ac000 - 0x194936fff PhotoEditSupport arm64  <02830b8ae40d300ab675d77e51c16029> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x194937000 - 0x19494afff SiriTasks arm64  <dbd6a99c9e483fd3a70ff7fe2373191e> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x19494b000 - 0x194d64fff PhotosUI arm64  <6350bfd08ba939b5b13a93a2565f791f> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x194e6e000 - 0x194e9bfff StoreKit arm64  <495ca9b06fe53b93bbc136e11490915d> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x195033000 - 0x19504dfff MetalKit arm64  <24fbbd2b642f3dc8a41a00bdaf8a99f3> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x19504e000 - 0x19506ffff GenerationalStorage arm64  <58aa60d16c95379f9a70024e33f3d89c> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1954b0000 - 0x19557cfff CoreHandwriting arm64  <b00ec6478c8b343ea0a1fe79e6f40968> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x195b1c000 - 0x195c44fff PencilKit arm64  <52a60416891d3878a6119a94ec685405> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x195c45000 - 0x195c63fff QuickLookThumbnailing arm64  <43ce0388a89934629b4cae47b61179c1> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x195c64000 - 0x195d18fff PDFKit arm64  <af335a1df4ed328ea7b39dc7d2fe9d62> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x195d19000 - 0x195e43fff AnnotationKit arm64  <277f443618153e88a3b9c7fad9948d05> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x196074000 - 0x1960a4fff MarkupUI arm64  <c069a9f5305232c9937c5fff3907f74f> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x1960a5000 - 0x1960b7fff MobileDeviceLink arm64  <8850c34b15ff3b76961f132cf39a2ba6> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1960c7000 - 0x19617ffff QuickLook arm64  <7adfd58109f23d3584fea1570e5bd57d> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x19621f000 - 0x196266fff MobileBackup arm64  <ec88bf07820335f6ad19b1bd8de4e2b1> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x196267000 - 0x1962b2fff SafariSafeBrowsing arm64  <b8ce34b1e90336ffbed0597d01277878> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1962ce000 - 0x1963defff SafariServices arm64  <a71ed318a7113c179fe2f54a9a63d65d> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1963df000 - 0x19641efff AppStoreDaemon arm64  <1bdd470af45b38d4ab5c2a027f8b6d2e> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x197ad1000 - 0x197ae4fff NewsFoundation arm64  <372f706b02e630939c6a5737dd5d009e> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x197ae5000 - 0x197d37fff NewsTransport arm64  <af47520f963b3c3b8b2dcd738050cacd> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x197e93000 - 0x198209fff NewsCore arm64  <33997e33d2463abb8e4797b065b7385e> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x198243000 - 0x19828bfff ClockKit arm64  <b1e0d0275bf63230adb189992eae97eb> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x1982ac000 - 0x1982b0fff NewsDaemon arm64  <33209f5618843502bf5f82422ff837fc> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x19886d000 - 0x198885fff NewsServicesInternal arm64  <7fcbf9db979f3fc2aa55c36fd1854fcb> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x198a44000 - 0x198a4afff DuetRecommendation arm64  <67afb8d123f633d3847268677a9613c9> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x198c0c000 - 0x198c72fff NewsToday arm64  <f1601d0f376532b8a22ed9b2bbfde560> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x198dee000 - 0x198df2fff NewsServices arm64  <109a7677185a38c5ba95c2e6dfc1ac83> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x19a76a000 - 0x19a78ffff AppSupportUI arm64  <33c639cc29c03608a2b5556f30a993f2> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19b8e7000 - 0x19b8ebfff libsysdiagnose.dylib arm64  <8fda7e2d0dd43f389f028bc98772bf75> /usr/lib/libsysdiagnose.dylib
0x19d00b000 - 0x19d059fff DataDetectorsUI arm64  <3fe4ccacb34e395099fa844988a1e365> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x19dc47000 - 0x19dc56fff CTCarrierSpace arm64  <e2e47aca3c333841990450ec2ab86d70> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x19e0ba000 - 0x19e0cbfff DeviceIdentity arm64  <5edf28fce01139dab794658154b5d765> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1a1117000 - 0x1a13dbfff RawCamera arm64  <902dab7f4e2638aa9c803581db3e2bee> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a14c9000 - 0x1a14ddfff libCGInterfaces.dylib arm64  <9a7c16c729ac335782f2b2a0063fca2a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a3ae5000 - 0x1a3b0cfff CoreServicesInternal arm64  <27831a7c17d732dc8fac8c1b6feee45b> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a40e4000 - 0x1a40f5fff libGSFontCache.dylib arm64  <079619767fda3a4d8561df565d428c10> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a40f6000 - 0x1a4128fff libTrueTypeScaler.dylib arm64  <3f8136eedff735a695a740a16c1fcb6e> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1a4a67000 - 0x1a4a67fff libmetal_timestamp.dylib arm64  <0405bc29d92a398699991c172d87d759> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1a59a2000 - 0x1a59a5fff InternationalSupport arm64  <fd334ec64cdc3287a1c03a90d37338aa> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a7727000 - 0x1a772cfff TextInputUI arm64  <834ceeb895c6325a8f3f74c227feacf9> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1a9342000 - 0x1a9401fff AGXMetalA11 arm64  <f87cf832f202393fada5de0cac22208b> /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11
0x1a97ee000 - 0x1a981efff libclosured.dylib arm64  <e61ffac51cae3e1fb9eb6a6e2801777b> /usr/lib/closure/libclosured.dylib

EOF

Please share your project files on Github or others(Bitbucket, Gitlabs...etc).

https://github.com/situmtech/situm-cordova-getting-started

Sample code also adds an overlay to the map, but the application crashes anyway without taking this step



**Support this plugin activity**

I appreicate if you give me a beer :beer: from [here](
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=SQPLZJ672HJ9N&lc=US&item_name=Cordova%2dGoogleMaps%2dPlugin&amount=5%2e00&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)
wf9a5m75 commented 6 years ago

Um, I can't detect the problem certainly, but try this at first please.

$> cd (your project)/platforms/ios/

// confirm
$>  pod --version
1.4.0 or above should be fine.

$> pod update
Update all pods
Updating local specs repositories
...
Analyzing dependencies
Downloading dependencies
Using GoogleMaps (2.7.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
CrisBarreiro commented 6 years ago

Apparently updating pods worked, so the issue might be related with and older version of the native plugin and not the Cordova one. Many thanks