Giter VIP home page Giter VIP logo

godot-facebook's Introduction

Facebook module for Godot Game Engine (Android and iOS).

Installation

  1. Install NativeLib-CLI or NativeLib Addon.
  2. Make nativelib -i facebook in your project directory if your are using CLI.
  3. Setup your Facebook App ID in package details or Project settings (Facebook/FB_APP_ID).
  4. Enable NativeLib export plugin in Project settings.
  5. Enable Custom Build for using in Android.

Usage

Gd script wrapper (in scripts/facebook.gd) will be automatically added to your autoloading list. You can use it everywhere in your code.

API

Common Functions

  • login(permissions: Array)
  • game_request(message: String, recipients: String, objectId: String)
  • game_requests(callback_object: Object, callback_method: String)
  • logout()
  • is_logged_in() -> bool
  • user_profile(callback_object: Object, callback_method: String)
  • get_friends(callback_object: Object, callback_method: String)
  • get_invitable_friends(callback_object: Object, callback_method: String)

Analytics Functions

  • set_push_token(token: String)
  • log_event(event: String, value: int = 0, params: Dictionary = null)
  • log_purchase(price: float, currency: String = 'USD', params : Dictionary = null)
  • deep_link_uri() -> String
  • deep_link_ref() -> String
  • deep_link_promo() -> String

Signals

  • fb_inited
  • login_success(token)
  • login_cancelled
  • login_failed(error)
  • request_success(result)
  • request_cancelled
  • request_failed(error)
  • logout

godot-facebook's People

Contributors

drmoriarty avatar shin-nil avatar threethan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

godot-facebook's Issues

Getting an error when compiling for iOS: use of undeclared identifier 'ERR_EXPLAIN'

Reproduce:

  • Clone latest Godot
  • Clone Facebook project and copy to modules
  • Run on the main folder of Godot: scons p=iphone tools=no target=debug arch=arm

You will get the following error:

2 warnings generated.
[  5%] Linking Static Library ==> platform/iphone/libiphone.iphone.debug.arm.a
Ranlib Library         ==> platform/iphone/libiphone.iphone.debug.arm.a
[  5%] Compiling ==> main/default_controller_mappings.gen.cpp
[  5%] Compiling ==> main/input_default.cpp
[  7%] Compiling ==> main/main.cpp
[  7%] Compiling ==> main/main_timer_sync.cpp
[  7%] Compiling ==> main/performance.cpp
[  7%] Linking Static Library ==> main/libmain.iphone.debug.arm.a
Ranlib Library         ==> main/libmain.iphone.debug.arm.a
[  8%] Compiling ==> modules/register_module_types.gen.cpp
[  8%] Compiling ==> modules/GodotFacebook/ios/Facebook.mm
modules/GodotFacebook/ios/Facebook.mm:44:9: error: use of undeclared identifier 'ERR_EXPLAIN' [2]
         ERR_EXPLAIN("Unknown conversion method for type");
         ^
modules/GodotFacebook/ios/Facebook.mm:207:61:{207:97-207:100}: warning: null passed to a callee that requires a non-null argument [-Wnonnull,31]
     FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/me" parameters:nil];
                                                             ^                                   ~~~
1 warning and 1 error generated.

Plugin does not load on Android [Godot 3.2.3]

Installed via NativeLib.
Android is active. AppId is set. Both nativelib and nativelib-export are enabled.

Issue: The singleton "GodotFacebook" does not exist, and therefore the plugin does not function.

I have tried both a streamed export from the editor, and creating an APK.
Android is enabled in NativeLib. Custom build is enabled, although no custom build plugins show up.

Cannot log event on iOS

Cannot log event on iOS. I install plugin and I am able to log event in android.
When I run iOS app, the console display "Facebook plugin inited". So I think it initialized properly.

Is it normal cause libaray doesn't set "AdvertiserTrackingEnabled"? Or other config problem I didn't do?

Below are some reference I found. Hope it help.

https://stackoverflow.com/questions/25998846/does-the-facebook-sdk-use-idfa-for-mobile-app-installs
https://developers.facebook.com/docs/app-events/guides/advertising-tracking-enabled

Godot I couldn't install the Facebook api

Hello, first of all, thank you very much for the api you provided.
I get the following error while testing on my device in xCode after exporting the iOS app.

"dyld: Library not loaded: @ rpath / facebook.framework / facebook
Referenced from: /private/var/containers/Bundle/Application/C766D066-970E-419D-A9F4-33D82DE4B48D/myAppName.app/myAppName
Reason: image not found
dyld: launch, loading dependent libraries
DYLD_LIBRARY_PATH = / usr / lib / system / introspection
DYLD_INSERT_LIBRARIES = / Developer / usr / lib / libBacktraceRecording.dylib: /Developer/usr/lib/libMainThreadChecker.dylib: /Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport. libglInterpose.dylib: /usr/lib/libMTLCapture.dylib
(lldb) "

I did everything during the setup phase.
Ekran Resmi 2021-03-24 19 21 41

Am I making a mistake on the facebook side? What am I supposed to do here?
thank you

No support for new Android plugin system in 3.2.2?

I suspect that when I get this error it should be because of the incompatibility with the new build system of Android which is introduced in Godot 3.2.2:

AttributeError: 'SConsEnvironment' object has no attribute 'android_add_dependency':
File "D:\temp\godot-master\SConstruct", line 554:
config.configure(env)
File "modules/GodotFacebook\config.py", line 12:
env.android_add_dependency("implementation 'com.facebook.android:facebook-android-sdk:5.+'")

Please tell me that I am not right :) No compatibility with the 3.2.2's new Android plugin system?

iOS crash when closing game

I am not sure if it is related directly to this code base, but I do get a crash on iOS after building Godot custom packages only with this Godot-Facebook added. I get the crash only when terminating the app.

This is the crash I am getting. It contains Facebook on the stack trace:

Incident Identifier: 88A800DF-EC21-4290-84AE-0C91DF38B9D9
Beta Identifier:     B36E6F35-6EBD-4FA0-8DA6-F3E7AC15D974
Hardware Model:      iPhone9,3
Process:             my-game [531]
Path:                /private/var/containers/Bundle/Application/EE63919B-EB97-41F1-AF25-67DCF92FDF5E/my-game.app/my-game
Identifier:          com.mygame
Version:             6 (1.0)
AppStoreTools:       11C29
AppVariant:          1:iPhone9,3:13
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.mygame [600]


Date/Time:           2020-01-19 00:53:36.1115 +0200
Launch Time:         2020-01-19 00:53:26.7429 +0200
OS Version:          iPhone OS 13.3 (17C54)
Release Type:        User
Baseband Version:    4.01.02
Report Version:      104

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

Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001af651ec4 __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001af56d1d8 pthread_kill$VARIANT$mp + 136 (pthread.c:1458)
2   libsystem_c.dylib             	0x00000001af4c1844 abort + 100 (abort.c:110)
3   libsystem_malloc.dylib        	0x00000001af55ab80 malloc_vreport + 560 (malloc_printf.c:183)
4   libsystem_malloc.dylib        	0x00000001af55ad38 malloc_report + 60 (malloc_printf.c:192)
5   libsystem_malloc.dylib        	0x00000001af550124 free + 532 (malloc.c:1707)
6   my-game                   	0x00000001068310dc Memory::free_static(void*, bool) + 244 (memory.cpp:178)
7   my-game                   	0x000000010673d340 void memdelete<StringName::_Data>(StringName::_Data*) + 64 (memory.h:119)
8   my-game                   	0x000000010673d564 StringName::unref() + 448 (string_name.cpp:115)
9   my-game                   	0x000000010673e620 StringName::~StringName() + 28 (string_name.cpp:422)
10  my-game                   	0x000000010673e64c StringName::~StringName() + 28 (string_name.cpp:420)
11  my-game                   	0x000000010682490c InputEventScreenTouch::~InputEventScreenTouch() + 52 (input_event.h:438)
12  my-game                   	0x0000000106820394 InputEventScreenTouch::~InputEventScreenTouch() + 28 (input_event.h:438)
13  my-game                   	0x00000001050065a4 void memdelete<InputEvent>(InputEvent*) + 52 (memory.h:117)
14  my-game                   	0x0000000105006478 Ref<InputEvent>::unref() + 64 (reference.h:279)
15  my-game                   	0x00000001050065e4 Ref<InputEvent>::~Ref() + 28 (reference.h:295)
16  my-game                   	0x0000000105003f88 Ref<InputEvent>::~Ref() + 28 (reference.h:293)
17  my-game                   	0x0000000105005f68 OSIPhone::~OSIPhone() + 140 (os_iphone.cpp:659)
18  my-game                   	0x000000010500602c OSIPhone::~OSIPhone() + 28 (os_iphone.cpp:658)
19  my-game                   	0x0000000105006060 OSIPhone::~OSIPhone() + 28 (os_iphone.cpp:658)
20  my-game                   	0x000000010500328c iphone_finish() + 72 (godot_iphone.cpp:91)
21  my-game                   	0x000000010500fd20 -[AppDelegate applicationWillTerminate:] + 144 (app_delegate.mm:710)
22  UIKitCore                     	0x00000001b38d2f84 -[UIApplication _terminateWithStatus:] + 244 (UIApplication.m:6642)
23  UIKitCore                     	0x00000001b3098e78 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionSto... + 124 (_UISceneLifecycleMultiplexer.m:767)
24  UIKitCore                     	0x00000001b3098af8 -[_UISceneLifecycleMultiplexer forceExitWithTransitionContext:scene:] + 216 (_UISceneLifecycleMultiplexer.m:418)
25  UIKitCore                     	0x00000001b38c9324 -[UIApplication workspaceShouldExit:withTransitionContext:] + 212 (UIApplication.m:3678)
26  FrontBoardServices            	0x00000001b497390c -[FBSUIApplicationWorkspaceShim workspaceShouldExit:withTransitionContext:] + 84 (FBSUIApplicationWorkspace.m:144)
27  FrontBoardServices            	0x00000001b499f05c __83-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:withAcknowledgement:]_block_inv... + 76 (FBSWorkspaceScenesClient.m:281)
28  FrontBoardServices            	0x00000001b4984f04 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 232 (FBSWorkspace.m:357)
29  FrontBoardServices            	0x00000001b499efec __83-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:withAcknowledgement:]_block_invoke + 124 (FBSWorkspaceScenesClient.m:278)
30  libdispatch.dylib             	0x00000001af527184 _dispatch_client_callout + 16 (object.m:495)
31  libdispatch.dylib             	0x00000001af4cffd8 _dispatch_block_invoke_direct$VARIANT$mp + 224 (queue.c:466)
32  FrontBoardServices            	0x00000001b49c4418 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40 (FBSSerialQueue.m:173)
33  FrontBoardServices            	0x00000001b49c40e4 -[FBSSerialQueue _queue_performNextIfPossible] + 404 (FBSSerialQueue.m:216)
34  FrontBoardServices            	0x00000001b49c460c -[FBSSerialQueue _performNextFromRunLoopSource] + 28 (FBSSerialQueue.m:247)
35  CoreFoundation                	0x00000001af7d8a00 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1922)
36  CoreFoundation                	0x00000001af7d8958 __CFRunLoopDoSource0 + 80 (CFRunLoop.c:1956)
37  CoreFoundation                	0x00000001af7d80f0 __CFRunLoopDoSources0 + 180 (CFRunLoop.c:1992)
38  CoreFoundation                	0x00000001af7d323c __CFRunLoopRun + 1080 (CFRunLoop.c:2882)
39  CoreFoundation                	0x00000001af7d2adc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
40  GraphicsServices              	0x00000001b9758328 GSEventRunModal + 104 (GSEvent.c:2246)
41  UIKitCore                     	0x00000001b38cdae0 UIApplicationMain + 1936 (UIApplication.m:4773)
42  my-game                   	0x000000010500c090 main + 184 (main.m:47)
43  libdyld.dylib                 	0x00000001af65c360 start + 4

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

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        	0x00000001af630634 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001af62faa0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001af7d8288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001af7d33a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001af7d2adc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   Foundation                    	0x00000001afb127f4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Foundation                    	0x00000001afb126d4 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7   UIKitCore                     	0x00000001b3966204 -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:637)
8   Foundation                    	0x00000001afc430a4 __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib       	0x00000001af575d8c _pthread_start + 156 (pthread.c:896)
10  libsystem_pthread.dylib       	0x00000001af57976c thread_start + 8

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

Thread 4:
0   libsystem_pthread.dylib       	0x00000001af579758 start_wqthread + 0

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        	0x00000001af630634 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001af62faa0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001af7d8288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001af7d33a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001af7d2adc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   CoreFoundation                	0x00000001af7d3828 CFRunLoopRun + 60 (CFRunLoop.c:3216)
6   CoreMotion                    	0x00000001bc2563d4 CLMotionCore::runMotionThread(void*) + 1104 (CLMotionCore.mm:354)
7   libsystem_pthread.dylib       	0x00000001af575d8c _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib       	0x00000001af57976c thread_start + 8

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        	0x00000001af630634 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001af62faa0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001af7d8288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001af7d33a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001af7d2adc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   AVFAudio                      	0x00000001bc398c1c GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:91)
6   AVFAudio                      	0x00000001bc3e9d60 CAPThread::Entry(CAPThread*) + 204 (CAPThread.cpp:286)
7   libsystem_pthread.dylib       	0x00000001af575d8c _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib       	0x00000001af57976c thread_start + 8

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        	0x00000001af630634 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001af62faa0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001af7d8288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001af7d33a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001af7d2adc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   CFNetwork                     	0x00000001b2a894e8 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372)
6   Foundation                    	0x00000001afc430a4 __NSThread__start__ + 848 (NSThread.m:724)
7   libsystem_pthread.dylib       	0x00000001af575d8c _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib       	0x00000001af57976c thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000000000   x6: 0x0000000000000001   x7: 0x00000000000003cb
    x8: 0x0000000107009800   x9: 0x6e4b26e50e985c5a  x10: 0x00000001af56d150  x11: 0x000000000000004c
   x12: 0x0000000000000000  x13: 0x0000000000000035  x14: 0x0000000000000000  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000407  x21: 0x0000000106efc028  x22: 0x00000001070098e0  x23: 0x0000000106efc000
   x24: 0x0000000000000000  x25: 0x0000000000000000  x26: 0x000000016af1fcb0  x27: 0x0000000107009800
   x28: 0x0000000000000010   fp: 0x000000016af1e1d0   lr: 0x00000001af56d1d8
    sp: 0x000000016af1e1b0   pc: 0x00000001af651ec4 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x104ee0000 - 0x106c07fff my-game arm64  <445b19b5f5723b4390e18b2e02e26a78> /var/containers/Bundle/Application/EE63919B-EB97-41F1-AF25-67DCF92FDF5E/my-game.app/my-game
0x106f04000 - 0x106f0ffff libobjc-trampolines.dylib arm64  <a9e9595446ec33a9a965d104a85427bc> /usr/lib/libobjc-trampolines.dylib
0x106fa0000 - 0x107003fff dyld arm64  <9bf4edef75e332f0b2884b788190bcca> /usr/lib/dyld
0x1af404000 - 0x1af41afff libsystem_trace.dylib arm64  <59ca456afab5306a87f37d052b8818cb> /usr/lib/system/libsystem_trace.dylib
0x1af41b000 - 0x1af44cfff libxpc.dylib arm64  <d263f3eb967c33b9af70d48644fa8411> /usr/lib/system/libxpc.dylib
0x1af44d000 - 0x1af44dfff libsystem_blocks.dylib arm64  <9976acef356f35db90a274dd82ad5e43> /usr/lib/system/libsystem_blocks.dylib
0x1af44e000 - 0x1af4cafff libsystem_c.dylib arm64  <12c3bd20c4683f3e8ff43b255fc8f4e0> /usr/lib/system/libsystem_c.dylib
0x1af4cb000 - 0x1af53ffff libdispatch.dylib arm64  <a3849f961c9f36c5a15f70c566f14cff> /usr/lib/system/libdispatch.dylib
0x1af540000 - 0x1af55ffff libsystem_malloc.dylib arm64  <13ba07c9d6fc380b85562db624cd1ea2> /usr/lib/system/libsystem_malloc.dylib
0x1af560000 - 0x1af56afff libsystem_platform.dylib arm64  <70f43bd5061b35798b8369771fb61812> /usr/lib/system/libsystem_platform.dylib
0x1af56b000 - 0x1af57bfff libsystem_pthread.dylib arm64  <1885d97e67b9329791b7cba98af752f1> /usr/lib/system/libsystem_pthread.dylib
0x1af57c000 - 0x1af5acfff libobjc.A.dylib arm64  <438f63ebb9263d929c3bfdf79b1a0a3b> /usr/lib/libobjc.A.dylib
0x1af5ad000 - 0x1af618fff libcorecrypto.dylib arm64  <a8ff7c51f65c3df781d2bd55e9ddf507> /usr/lib/system/libcorecrypto.dylib
0x1af619000 - 0x1af62cfff libc++abi.dylib arm64  <08f81baab7b73e6cb6744227d40e6bfd> /usr/lib/libc++abi.dylib
0x1af62d000 - 0x1af65afff libsystem_kernel.dylib arm64  <3cb935cbac303140ad55f25f09b59a48> /usr/lib/system/libsystem_kernel.dylib
0x1af65b000 - 0x1af68cfff libdyld.dylib arm64  <2e3f47508b67398b85308417651b1718> /usr/lib/system/libdyld.dylib
0x1af68d000 - 0x1af695fff libsystem_darwin.dylib arm64  <807fa315a35d301681b4d0461b729fd4> /usr/lib/system/libsystem_darwin.dylib
0x1af696000 - 0x1af6ecfff libc++.1.dylib arm64  <93beaf14b4f23e66b2b4c0085aee55df> /usr/lib/libc++.1.dylib
0x1af6ed000 - 0x1af72efff libsystem_info.dylib arm64  <e4e916a6be5d3b839e97f15cae787087> /usr/lib/system/libsystem_info.dylib
0x1af72f000 - 0x1afaa3fff CoreFoundation arm64  <1b9b1e618cb439039870402c3de959bb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1afaa4000 - 0x1afb0afff SystemConfiguration arm64  <a2e24f96e25b3ff0a3c11ce87c1c22f7> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1afb0b000 - 0x1afdc4fff Foundation arm64  <503900af2ecd329fb742c07c3e672beb> /System/Library/Frameworks/Foundation.framework/Foundation
0x1afdc5000 - 0x1afdf7fff libCRFSuite.dylib arm64  <c0747feff44a3a56877decc0a52b4f5e> /usr/lib/libCRFSuite.dylib
0x1afdf8000 - 0x1aff73fff CoreServices arm64  <3885efd744d3364cb925b91c2c9baacf> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1aff74000 - 0x1affd5fff libSparse.dylib arm64  <8c5e7fdcb4723215b5482a6757ae0af9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1affd6000 - 0x1b04c3fff ImageIO arm64  <3894314f87fd3ded9f8093b33c136c3a> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1b04c4000 - 0x1b04c6fff ConstantClasses arm64  <efeaae5872d038edbc91c0ed44652837> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1b04c7000 - 0x1b0664fff CoreText arm64  <47d7363df0573d6d81d622650561e99c> /System/Library/Frameworks/CoreText.framework/CoreText
0x1b0665000 - 0x1b079cfff Security arm64  <16295db718883ab09dbbc98e8b29937e> /System/Library/Frameworks/Security.framework/Security
0x1b079d000 - 0x1b0840fff IOKit arm64  <50627fd1887b346895d21ca340b9b70b> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1b0841000 - 0x1b0878fff libMobileGestalt.dylib arm64  <9ecb71642b1c3493bcd4671c78be3f7b> /usr/lib/libMobileGestalt.dylib
0x1b0879000 - 0x1b08d5fff libprotobuf.dylib arm64  <e18f6074d72a3d77bcc1b2e2931eb983> /usr/lib/libprotobuf.dylib
0x1b08d6000 - 0x1b08e7fff libprotobuf-lite.dylib arm64  <333548cab77a39bb82b1df58fc5415a3> /usr/lib/libprotobuf-lite.dylib
0x1b08e8000 - 0x1b0b39fff libicucore.A.dylib arm64  <7a9a38c6643e3fbfae4251a37611dca6> /usr/lib/libicucore.A.dylib
0x1b0b3a000 - 0x1b0b63fff CoreServicesInternal arm64  <f6ea4bf830a63709a4d713725032e930> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1b0b64000 - 0x1b0bacfff WirelessDiagnostics arm64  <9a3fbc1d1898340f92c84e83a4434745> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1b0bad000 - 0x1b0be6fff libAWDSupport.dylib arm64  <38b391e44ba43a83833e22120343422f> /usr/lib/libAWDSupport.dylib
0x1b0be7000 - 0x1b106dfff CoreAudio arm64  <e4d8966317013b58a75db5708b78afd0> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1b106e000 - 0x1b133afff CoreImage arm64  <5ebd39f476c034f68ce5bce5dbc70263> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1b133b000 - 0x1b1429fff LanguageModeling arm64  <9196b89d34de35c7bb58a1fd1cb8e0db> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1b142a000 - 0x1b1470fff Lexicon arm64  <95228f69a52e325c8c8a8fc4997b6857> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1b1471000 - 0x1b15f4fff libsqlite3.dylib arm64  <7060f95ba8f4375bbc78a4c381382104> /usr/lib/libsqlite3.dylib
0x1b15f5000 - 0x1b1626fff MobileKeyBag arm64  <9a4b598dff0b3f4782285429e62ac927> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1b1627000 - 0x1b1630fff libsystem_notify.dylib arm64  <74516c4877f037a98c8db30dbd1f7430> /usr/lib/system/libsystem_notify.dylib
0x1b1631000 - 0x1b1802fff CoreDuet arm64  <85908dca9ceb3839886fc05811a37081> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1b1803000 - 0x1b1945fff Montreal arm64  <5f156c74d70834919ce495f80683dd7b> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1b1946000 - 0x1b1a2dfff NLP arm64  <774b44c9da0b396cbc0f89ba3c23855b> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1b1a2e000 - 0x1b1a4afff CellularPlanManager arm64  <d8117522ff383886975c38aac7405698> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1b1a4b000 - 0x1b1a88fff AppSupport arm64  <b6e92279ce61305daf204f2179449023> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1b1a89000 - 0x1b1f5afff libnetwork.dylib arm64  <6eeeb14a906037f6941df20f8d74d084> /usr/lib/libnetwork.dylib
0x1b1f5b000 - 0x1b2066fff ManagedConfiguration arm64  <4b65d058a468379ab19610b3f214686b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1b2067000 - 0x1b2091fff CoreServicesStore arm64  <30e3360e7273394fb8694ebdbf1142d5> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1b2092000 - 0x1b20b2fff UserManagement arm64  <6d86c909fd6031e284c86c8643bce8cb> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1b20b3000 - 0x1b236cfff CoreML arm64  <0870d39e407a364499412e07f992f01d> /System/Library/Frameworks/CoreML.framework/CoreML
0x1b236d000 - 0x1b2383fff ProtocolBuffer arm64  <8c06f0dc2cef3c0195cfb3ff59ac031f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1b2384000 - 0x1b239efff CommonUtilities arm64  <1959679c4e30301eb2b41dda208090b2> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1b239f000 - 0x1b239ffff libenergytrace.dylib arm64  <e3bf4c64e33338c6bb3723f642ff61bb> /usr/lib/libenergytrace.dylib
0x1b23a0000 - 0x1b23d6fff RunningBoardServices arm64  <939ba7d0bafa3424908fdb03a07077a3> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1b23d7000 - 0x1b244cfff BaseBoard arm64  <5ff16ff2d71b38f7b8a2fee1f9289b90> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1b244d000 - 0x1b29a2fff SiriTTS arm64  <5973a2578d673ef6b8a87804ee5d6525> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1b29a3000 - 0x1b2a14fff CoreLocation arm64  <479163bad6dc3bd483e0bf59a9498afe> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1b2a22000 - 0x1b2a76fff Accounts arm64  <089cd23892b8386bbe2410e063600612> /System/Library/Frameworks/Accounts.framework/Accounts
0x1b2a88000 - 0x1b2de8fff CFNetwork arm64  <162181f9d8043468b82c0314f05de492> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1b2de9000 - 0x1b2ec9fff UIFoundation arm64  <a482604cc34a31108c199724fb7334f4> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1b2eca000 - 0x1b3f90fff UIKitCore arm64  <27d3041da1de3c3a8dc0994b5982dc49> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b3f91000 - 0x1b3f9efff AssertionServices arm64  <cc97258c20493b56ace1ffb1c7f04942> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1b3f9f000 - 0x1b4070fff CoreTelephony arm64  <9338809d4c903a83b6a86822d4021066> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1b4071000 - 0x1b4076fff AggregateDictionary arm64  <421d53b8ef7f3a0c8b52d28519ab08f8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1b4077000 - 0x1b408dfff libsystem_asl.dylib arm64  <0cf2826e158c369d88799c95f7833211> /usr/lib/system/libsystem_asl.dylib
0x1b408e000 - 0x1b4107fff CloudDocs arm64  <819de46992fb338daf7bf0d640418c10> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1b4108000 - 0x1b4430fff CoreData arm64  <96adb1ccefab345dae04898d1d7f8cd0> /System/Library/Frameworks/CoreData.framework/CoreData
0x1b4431000 - 0x1b4659fff Vision arm64  <b1060345417d3d59b02945557ea7af8c> /System/Library/Frameworks/Vision.framework/Vision
0x1b465a000 - 0x1b469cfff PhotoFoundation arm64  <91b9156c64783b6ab44ed1dcade881fa> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1b469d000 - 0x1b46c8fff BoardServices arm64  <1804e22d40573fbaae863e9fd2543c0d> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1b46c9000 - 0x1b477efff libboringssl.dylib arm64  <be8c9279bf243aa3a8a70739e7a29632> /usr/lib/libboringssl.dylib
0x1b477f000 - 0x1b478dfff libsystem_networkextension.dylib arm64  <3cbc17551cad3d3ab5c23a77558c79a1> /usr/lib/system/libsystem_networkextension.dylib
0x1b478e000 - 0x1b47aefff CoreAnalytics arm64  <35b68ddb4cd03f4ebac5ffdaf0e41844> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b47af000 - 0x1b4920fff CloudKit arm64  <557c08bb06f936778816669f36f5b9d1> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1b4921000 - 0x1b496dfff SpringBoardServices arm64  <ed57a5aca1213a26a102d25daf946704> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b496e000 - 0x1b49e1fff FrontBoardServices arm64  <cfae1f5e23963881a68b1b3285b64217> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b49e2000 - 0x1b4af9fff Network arm64  <a4953157626a36b396ccf46e7a7f7365> /System/Library/Frameworks/Network.framework/Network
0x1b4afa000 - 0x1b4b56fff libusrtcp.dylib arm64  <181a864515293f4ab64197a2c809e923> /usr/lib/libusrtcp.dylib
0x1b4b57000 - 0x1b4b5efff libsystem_symptoms.dylib arm64  <84fcf9fced0f3ee290bae8e8a343594c> /usr/lib/system/libsystem_symptoms.dylib
0x1b4b5f000 - 0x1b5a58fff GeoServices arm64  <86388b090a2b3338a7f65eaf272e0b8e> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1b5a59000 - 0x1b5a61fff TCC arm64  <b49c034e858e3f03ba88bb8bd0a811c1> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1b5a62000 - 0x1b5abbfff IMFoundation arm64  <88d8ddee7cca3158a8c4afc3e67433b2> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b5abc000 - 0x1b5c17fff CoreUtils arm64  <7c111a63cb2631499a8ffb2f8d7fd759> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b5c18000 - 0x1b5cc7fff IMSharedUtilities arm64  <aad814883d4c3cebb87058c58a2ea3fc> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1b5cc8000 - 0x1b5cf4fff ImageCaptureCore arm64  <deaf18c60a4233a788e55b5b60f39ef5> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1b5cf5000 - 0x1b5cfefff libsystem_containermanager.dylib arm64  <cd36655f5a4b3841888d6aada240e3d9> /usr/lib/system/libsystem_containermanager.dylib
0x1b5cff000 - 0x1b5d7bfff AppleAccount arm64  <13db1fc4ca5436a8ac06971354ee3ba6> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b5d7c000 - 0x1b5d97fff ApplePushService arm64  <9de4189c7bd139b7ba7a723752d6edfd> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b5d98000 - 0x1b5e81fff IDS arm64  <51fe393c6e563d01b51efcae9c733d1b> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1b5e82000 - 0x1b5faefff IDSFoundation arm64  <67cc2008e4323012892c79dae49f51f4> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1b5faf000 - 0x1b5fb0fff libCTGreenTeaLogger.dylib arm64  <16fcd55227db3c2b8b5ca266d43e6924> /usr/lib/libCTGreenTeaLogger.dylib
0x1b6014000 - 0x1b6112fff CoreMedia arm64  <a37bf41ee63832e0b0fe16379ff5b05b> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b6113000 - 0x1b6122fff UIKitServices arm64  <3bac29cda4473da29fac651dbd0af01b> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1b6123000 - 0x1b6175fff BackBoardServices arm64  <d6a4847f27893ba490f026cf3067c1bf> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1b6176000 - 0x1b63c4fff QuartzCore arm64  <84c3cd6ef8323f6fbe625a4348853273> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1b63c5000 - 0x1b6582fff ColorSync arm64  <7044db6cb64532f189ef02dcb29034fc> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b6583000 - 0x1b6af1fff CoreGraphics arm64  <a7151479f37b3eeba9b93a6a9cdbceda> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1b6af2000 - 0x1b6c22fff Contacts arm64  <b79d2d2a1eb034569c833316391cc189> /System/Library/Frameworks/Contacts.framework/Contacts
0x1b6c23000 - 0x1b6c52fff UserNotifications arm64  <de93abd55ee83c079966da8b5bb4698a> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b6c53000 - 0x1b6c76fff LocationSupport arm64  <c3e0bafd3940360a8659f1ee3d53df2e> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b6c77000 - 0x1b6dd3fff Sharing arm64  <637a78a47e7a3d8b82e1554f79810456> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1b6dd4000 - 0x1b73a4fff WebKit arm64  <9c558ea0898c3141920fb77c11ada48a> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b73a5000 - 0x1b8f98fff WebCore arm64  <a40701f10296385197901182348d9367> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b8f99000 - 0x1b8fb1fff libAccessibility.dylib arm64  <d559bf954d1234e08bb13cfe1ce32502> /usr/lib/libAccessibility.dylib
0x1b8fb2000 - 0x1b8fbdfff AXCoreUtilities arm64  <e161b36971b8388eaba31254a5b08982> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1b8fbe000 - 0x1b9032fff ContactsFoundation arm64  <84778b14ffea36b3b957732081e45c30> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b9033000 - 0x1b9047fff PowerLog arm64  <ebf70c29cf36392e8c295594a143efae> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b9048000 - 0x1b9059fff IOSurface arm64  <9db3d742c3883b5e8f17dfd545d1e36d> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b905a000 - 0x1b9754fff MediaToolbox arm64  <46cff56428663386b19ace2d7d38da6b> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b9755000 - 0x1b975dfff GraphicsServices arm64  <899aca42d5e333c0a12123be45d2b732> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b975e000 - 0x1b9840fff AccessibilityUtilities arm64  <79e81dbc642f3ee6b526e41a979d38a8> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1b9841000 - 0x1b9a33fff AVFoundation arm64  <a7ad17302ad23b378962676d568b925d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b9a34000 - 0x1b9a6bfff OnBoardingKit arm64  <2fb6a32debfb3a60ac0df41c47f582c4> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1b9a6c000 - 0x1b9abafff MobileWiFi arm64  <3fbf44943dfd3fd28e1b28eb1a651835> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1b9abb000 - 0x1b9ad3fff MobileAsset arm64  <119ce3ccd0f53396b21d966ba1144498> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1b9ad4000 - 0x1b9ae1fff libGSFont.dylib arm64  <e79d85ea755d34b9a510bfe0a602d2d4> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1b9ae2000 - 0x1b9aebfff FontServices arm64  <a85092aa569938bfa79b3afad03cdabb> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b9aec000 - 0x1b9c35fff libFontParser.dylib arm64  <e6f1ae6b9d5e35fc98dc8da0c6151e23> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1b9c36000 - 0x1b9c80fff AXRuntime arm64  <ea0c9638db2a374092397e0cc5f58892> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1b9c81000 - 0x1b9c83fff libAXSafeCategoryBundle.dylib arm64  <8aa5d5dff2a53b01873416371a831e6b> /usr/lib/libAXSafeCategoryBundle.dylib
0x1b9c84000 - 0x1b9dc2fff SearchFoundation arm64  <893210cc9e8f3cff9a5153438254ed7d> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1b9dc3000 - 0x1b9ee3fff Preferences arm64  <73ccf0d66576367ba636641d999ca313> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1b9ee4000 - 0x1ba54efff PhotoLibraryServices arm64  <2a4af3886306360bb457ad2969694b32> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1ba54f000 - 0x1ba7b2fff vImage arm64  <93260333d0213e4e90329456626a9062> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1ba7b3000 - 0x1ba9e6fff AudioToolbox arm64  <c38a5198dd19352cac5b900d814a556c> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1ba9e7000 - 0x1baa1cfff libAudioToolboxUtility.dylib arm64  <adfd38f5259e30f394a4b2aadfb41e33> /usr/lib/libAudioToolboxUtility.dylib
0x1baa1d000 - 0x1babdcfff ContactsUI arm64  <54c13a702b0732e3986579bb46617009> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1babdd000 - 0x1bac46fff UIAccessibility arm64  <321f40af6d4a3a88b0db8cb0628a46a7> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1bac47000 - 0x1bae49fff Photos arm64  <f0e8269d7f6d340ea71a5d1782f4dfd2> /System/Library/Frameworks/Photos.framework/Photos
0x1bae4a000 - 0x1baedefff ShareSheet arm64  <fa6155a885da39ff8c5a696490834497> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1baedf000 - 0x1baef2fff BaseBoardUI arm64  <54141ad1438b39fdaca7f614c8544f32> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1baef3000 - 0x1bafa7fff PDFKit arm64  <5548cdeee8803d9ba4c742bd7ab81610> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1bafa8000 - 0x1bb025fff FrontBoard arm64  <5b32a470aebe34d59e9c7848efbbd463> /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x1bb026000 - 0x1bb053fff DocumentManager arm64  <e5acc813f7403cd8b343798da04ffe19> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1bb054000 - 0x1bb2aefff libmecabra.dylib arm64  <c9f541c7b7d939c796af160975d3c1be> /usr/lib/libmecabra.dylib
0x1bb2af000 - 0x1bb324fff AuthKit arm64  <0573582d029d337183f4065e110c895a> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1bb325000 - 0x1bb73bfff Intents arm64  <5cf9581a0ad33f3ca5497c868f08fc36> /System/Library/Frameworks/Intents.framework/Intents
0x1bb751000 - 0x1bb89dfff WebKitLegacy arm64  <47d306ceed233ba08cd1efa1acd919ca> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1bb89e000 - 0x1bb906fff TextInput arm64  <7dd1ae93d4e13abe83bd02a6e56e4d32> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1bb907000 - 0x1bb983fff AXMediaUtilities arm64  <1b82db9223a83f97ac122da358ba77ff> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1bb984000 - 0x1bb987fff XCTTargetBootstrap arm64  <9e2f183337003ebc83b835f609054c5e> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1bb988000 - 0x1bba3dfff CorePDF arm64  <d1c96326cf2d30b1b21ed922cc27b498> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1bba3e000 - 0x1bba79fff AccessibilityUIUtilities arm64  <b12e6e37594d325f85148c423cd532c5> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1bba7a000 - 0x1bbe36fff MediaPlayer arm64  <f262609002523516a6e81fedbf82f864> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1bbe37000 - 0x1bc147fff AppleMediaServices arm64  <c79660ba4d4e3e93b1f30d5d7b8d0aa4> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1bc148000 - 0x1bc16efff CacheDelete arm64  <2dacedd92fa53ccc99b4dbdde003ba5a> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1bc16f000 - 0x1bc331fff CoreMotion arm64  <521c8bfc5a7b374d86f627ff733c34f1> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1bc332000 - 0x1bc420fff AVFAudio arm64  <654449d3121631779c5eb37b16dc6545> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1bc63f000 - 0x1bc6f5fff CoreUI arm64  <5bc2f4ddd2243c7dafd3c045c51d0151> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1bc6f6000 - 0x1bc71afff AppSupportUI arm64  <ef1bb8009ebf3d9daa409267937710cd> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1bc71b000 - 0x1bc750fff CoreVideo arm64  <18deb074ce673205a4e8984f592aef9c> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1bc751000 - 0x1bc986fff AudioToolboxCore arm64  <e55ef2cd85de339bb815d1166dfffbd5> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1bc987000 - 0x1bc9cbfff CoreDuetContext arm64  <36aa7e9ef4bf32509f04d402b0fd7f81> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1bc9cc000 - 0x1bca05fff SetupAssistant arm64  <00b55de93c1637509d90a3e4ef3f3a5d> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1bca06000 - 0x1bcac2fff TelephonyUtilities arm64  <c5e7abb463993bc4b2663ca29f460aaa> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1bcac3000 - 0x1bcaedfff PlugInKit arm64  <4d6f577da88237c7bc18492b0fdc6c4a> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1bcaee000 - 0x1bce32fff libswiftCore.dylib arm64  <b013c12f6d833d77ba60d6d1171c86cb> /usr/lib/swift/libswiftCore.dylib
0x1bce33000 - 0x1bcf6afff AssistantServices arm64  <a3451fffadd135c988a0bf54cc18676d> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1bcf6b000 - 0x1bcfcbfff ProactiveSupport arm64  <454bef0c05e738218fdd65ea18a13761> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1bcfcc000 - 0x1bd205fff MapKit arm64  <3c8ba515e7a93e35853e3b0c9e9a78e3> /System/Library/Frameworks/MapKit.framework/MapKit
0x1bd206000 - 0x1bd21dfff PrototypeTools arm64  <f8b76976f0013340b9006d31125974ac> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1bd21e000 - 0x1bd30ffff MediaExperience arm64  <a31b2e9bbfda3bb1a3c102e2ba230340> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1bd310000 - 0x1bd5d6fff Celestial arm64  <a485b8f28d783515b482f11762aa3a8a> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1bd5d7000 - 0x1bd631fff CallKit arm64  <cb48c9f46efc3efbb18b5a59f3c6fcc4> /System/Library/Frameworks/CallKit.framework/CallKit
0x1bd632000 - 0x1bd7f7fff EventKitUI arm64  <3015e86599ff3b3285b9a8caa8e03983> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1bd7f8000 - 0x1bdefbfff VectorKit arm64  <57be3f63104f3c55a21941ff3abef843> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1bdefc000 - 0x1bdfcbfff AVKit arm64  <3370c15856353a258ff6afbc96dc89ea> /System/Library/Frameworks/AVKit.framework/AVKit
0x1bdfcc000 - 0x1bdffafff Pegasus arm64  <d11825ad881d37d48a04aaa3415f8f90> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1bdffb000 - 0x1bdffdfff libapp_launch_measurement.dylib arm64  <0d170266102b3b4b8923c42b4c313f14> /usr/lib/libapp_launch_measurement.dylib
0x1be0e1000 - 0x1be143fff CoreSpotlight arm64  <cf27b5dca18538bba78a1461dbd129d6> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1be144000 - 0x1be1dbfff AddressBookLegacy arm64  <1cb5a9a37810351ca25b616a583b9344> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1be1dc000 - 0x1be1ebfff CrashReporterSupport arm64  <14ebe5e64c57358d93c237e1610473c1> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1be1ec000 - 0x1be1fefff MobileBluetooth arm64  <6e7d64771f5c37abaac85744d9b93b6f> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1be1ff000 - 0x1be2bafff LinkPresentation arm64  <1c662721c5353eada6081003a1c24e84> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1be2bb000 - 0x1be2f0fff StoreKit arm64  <a9a8f4072ca035a592ee8264cc4b3c8a> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1be2f1000 - 0x1be2f5fff libsystem_configuration.dylib arm64  <3918ad54293d363799b7c39139a6e4d9> /usr/lib/system/libsystem_configuration.dylib
0x1be2f6000 - 0x1be34efff RemoteUI arm64  <5accf532e2663e2a8172ad82c4c4dbe6> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1be34f000 - 0x1be39dfff AuthKitUI arm64  <66b22c7271aa328a9cfdcb57f35fcd59> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1be488000 - 0x1be4d5fff WatchKit arm64  <a9a29e7197313ebe9c984367a09d1f2c> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x1be4d6000 - 0x1be4e4fff HangTracer arm64  <97fc037fcb1034129f9e41031f357318> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1be4e5000 - 0x1be54afff CoreNLP arm64  <81af0571abc63305ae521e7a868de2cf> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1be54b000 - 0x1be54cfff liblangid.dylib arm64  <b1065f9e0cc33cc387f350dc66e4bf54> /usr/lib/liblangid.dylib
0x1be54d000 - 0x1bf2affff JavaScriptCore arm64  <412d4e1255fb313eac6377f2f8b0b80e> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1bf2b0000 - 0x1bf33dfff libTelephonyUtilDynamic.dylib arm64  <f64283bceeee3d8e9fbc5e06a7978c1f> /usr/lib/libTelephonyUtilDynamic.dylib
0x1bf353000 - 0x1bf5ccfff StoreServices arm64  <c49cc8d437e73e1d993ffdb1b41db69c> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1bf5cd000 - 0x1bf5d6fff IOMobileFramebuffer arm64  <4bc5e6274c9f38b593b4b10a9817b543> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1bf745000 - 0x1bf91efff Message arm64  <5d374fc9905e39f4b3e35dbf34e1c1e1> /System/Library/PrivateFrameworks/Message.framework/Message
0x1bf936000 - 0x1bf950fff CoreMaterial arm64  <674fab65f11f36469b0ac0906bbc8ad6> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1bf951000 - 0x1bfa37fff libxml2.2.dylib arm64  <67729c61fbb039fbbd7fceab0d35f5e2> /usr/lib/libxml2.2.dylib
0x1bfa38000 - 0x1c08dbfff ModelIO arm64  <e46a67346ef333ac9b2c244cf9f3c2ea> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1c08dc000 - 0x1c0cfcfff ChatKit arm64  <b99a3c3a6db036b8be2ec2eea30dabad> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x1c10d8000 - 0x1c10e2fff SymptomAnalytics arm64  <d49441feb35532eca7b1bdbebdd80422> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1c10e3000 - 0x1c112bfff MetadataUtilities arm64  <9e02112915353549a8e2c05585d32c7a> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1c12ea000 - 0x1c12fffff FMCoreLite arm64  <ecfca1a27b2c33f995a914d6f70ecc69> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1c17af000 - 0x1c17cdfff BridgePreferences arm64  <f714e26f6cdc36a791af5c44387b929a> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x1c1971000 - 0x1c1997fff AccountsUI arm64  <87d33823c0fe3f0b9ba66735a2820287> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x1c1998000 - 0x1c19adfff CertInfo arm64  <ea89e21f2f26389eac8daba4e691291c> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x1c19ae000 - 0x1c1a15fff ManagedConfigurationUI arm64  <06a9b03ef71839e1a444996d16c447d2> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
0x1c1a16000 - 0x1c1abffff QuickLook arm64  <ee3b61e9fc533d9e8d8ea5a4f3b81c43> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1c1ac0000 - 0x1c1cdcfff NetworkExtension arm64  <d0d3e853168632b3aa44917b1db39070> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1c1cdd000 - 0x1c1d13fff DataDetectorsCore arm64  <f6b09ce6d6053cb2b41a233fcd2d7f5a> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1c1d14000 - 0x1c1d74fff CalendarFoundation arm64  <3d02aa40baf43e21bb6fe3d9cf7cfeef> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1c1d75000 - 0x1c1e68fff EventKit arm64  <86261d7ff85b394e9369107c1ed9b509> /System/Library/Frameworks/EventKit.framework/EventKit
0x1c1e69000 - 0x1c1e9efff MediaServices arm64  <d8c0e0312d313b30b2af58367a1d03c1> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1c1fab000 - 0x1c214cfff PencilKit arm64  <b11f014f4bb63b72a236440ae9ed3bff> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1c214d000 - 0x1c226cfff MessageUI arm64  <0c19400336813439ac2b4f8915218b97> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1c226d000 - 0x1c22b8fff AppleAccountUI arm64  <7cdf895636a43250a8396d2809815db8> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x1c22b9000 - 0x1c22f8fff BiometricKit arm64  <c82f49b71859396ea4cfe365adf8e3ff> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1c22f9000 - 0x1c2324fff PersistentConnection arm64  <8c98f9ebc5933fd3a1d9bb31213298eb> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1c2325000 - 0x1c2378fff CalendarDaemon arm64  <7fcaf48ec0e7350e946716d354a648ee> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1c2379000 - 0x1c240ffff CalendarDatabase arm64  <de4dcadb7f9236cc989f2ca75667a170> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1c2410000 - 0x1c25f2fff MediaRemote arm64  <2bc3332182913f20a7e20dcce3bf435b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1c25f3000 - 0x1c25fbfff CorePhoneNumbers arm64  <e7387d6c63ec32eda31639e1d43933a0> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1c25fc000 - 0x1c260bfff SyncedDefaults arm64  <dcd62f67d31536699eca2c205dbd8bcd> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
0x1c260c000 - 0x1c2632fff DuetActivityScheduler arm64  <173531352fd535f7be9a6357361572a2> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1c2633000 - 0x1c26f4fff SpringBoardFoundation arm64  <547ae8b1a0bb3183b55f37a09d49ed26> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1c26f5000 - 0x1c2735fff ContactsAutocompleteUI arm64  <b17bf99660e1318da383ae1fb2c90edf> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1c2736000 - 0x1c2758fff CoreSVG arm64  <f2eb71ea9ebe31a89adbdd11a3b31bfe> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1c2759000 - 0x1c2772fff SymptomPresentationFeed arm64  <e6b701cfef9834529c521ad296837722> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1c2773000 - 0x1c2790fff ProactiveEventTracker arm64  <9b065a0fb1b932a2a938fdb3e48eb938> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1c2791000 - 0x1c279bfff MallocStackLogging arm64  <53b8b18b78cf3e41b285f96a41da0671> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1c279c000 - 0x1c2831fff CoreSuggestions arm64  <6e3af3cfdd3b3f74987c65a5ee4f4341> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1c2832000 - 0x1c29e6fff IMCore arm64  <628878dced773097b034c348a1314123> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1c29e7000 - 0x1c2a37fff DeviceManagement arm64  <9edfa4fd13613ace99308c374dac46e8> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1c2a38000 - 0x1c2c29fff HealthKit arm64  <ed5520ea034a3485811fd5174bc5c0e6> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1c3231000 - 0x1c323efff BluetoothManager arm64  <36d9e2cda8da3ea49a6baf43a1a20761> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1c323f000 - 0x1c3274fff CoreBluetooth arm64  <f6e540373eb8332e88e8ff122008b3f2> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c3275000 - 0x1c3277fff libsystem_sandbox.dylib arm64  <bafc06a06ebd39388138443dbf2b9a3b> /usr/lib/system/libsystem_sandbox.dylib
0x1c3278000 - 0x1c32dbfff SpringBoardUIServices arm64  <fc1e9344682232718872fd3fa7152d1e> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1c32dc000 - 0x1c330efff TelephonyUI arm64  <9300e740112f37cf9c63e1d71c51362c> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1c339f000 - 0x1c33abfff ContextKit arm64  <47c27cc5b1e5309084f1d4697856a64d> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1c33db000 - 0x1c3447fff Rapport arm64  <4144499dea8e32169cfb4d17bc24842f> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1c3448000 - 0x1c3474fff OSAnalytics arm64  <320b8482833f3cd2962b2d41f9b02b88> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1c3475000 - 0x1c34a3fff MobileInstallation arm64  <5b1a3b75706f31cd998833dfe39acf86> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c34a4000 - 0x1c353efff Metal arm64  <cee783b45fca357c85a0ae4d85fcb441> /System/Library/Frameworks/Metal.framework/Metal
0x1c353f000 - 0x1c3545fff IOAccelerator arm64  <0e4f8aeafd183f3f970694e0dd378e1b> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c3546000 - 0x1c3551fff MediaAccessibility arm64  <a58e6416c0d3350f90b0e6d9a7586eea> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c3552000 - 0x1c356efff FindMyDevice arm64  <47e19857064a32079556bcbe04bb28bc> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x1c356f000 - 0x1c3576fff libsystem_dnssd.dylib arm64  <a93f9464dc2434148bb0926679215d06> /usr/lib/system/libsystem_dnssd.dylib
0x1c3577000 - 0x1c357dfff PushKit arm64  <ab47e2851fef364aacbdf51b466d7aab> /System/Library/Frameworks/PushKit.framework/PushKit
0x1c357e000 - 0x1c3684fff FileProvider arm64  <fb0905c6b94b338187221c9a138dbac5> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1c3698000 - 0x1c3699fff BackgroundTaskAgent arm64  <af021808da153077b90f624a3ec68006> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1c369a000 - 0x1c369efff LinguisticData arm64  <edeed4771f903f2cbe0b598acde1786e> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c369f000 - 0x1c36b7fff CoreSDB arm64  <229c2a47851934699bcaeb0a30b04451> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1c36b8000 - 0x1c36c8fff Categories arm64  <b6510d89e67c3e2dbb670b5855c07008> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1c36c9000 - 0x1c36e2fff DoNotDisturb arm64  <9acdfbf4ee233c32ae46fbdb15761929> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1c36e3000 - 0x1c379efff VideoToolbox arm64  <6e19b464341337598eaf4883f1ce7704> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1c379f000 - 0x1c3baafff SceneKit arm64  <5bec4c23565030cd96cc314cdaf2e954> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1c3bab000 - 0x1c3bb3fff EmojiKit arm64  <a625ec8026d838ac9836985653b76966> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1c3bb4000 - 0x1c3bcefff Messages arm64  <f9d89a9a2e7d30bc9680fea7d43420b7> /System/Library/Frameworks/Messages.framework/Messages
0x1c3bcf000 - 0x1c3bd3fff CameraKit arm64  <56c17123172c3b1c93af6ec923b5de61> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1c3bd4000 - 0x1c3bd5fff MessageSupport arm64  <b40efca10331393c9b8a138c0f87e17e> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1c3c32000 - 0x1c3ca0fff AppStoreDaemon arm64  <4271ca3a3f3c38c3b7308a8d97a6b7e5> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1c3cfa000 - 0x1c3d02fff SymptomDiagnosticReporter arm64  <9766eb74551535f7bb7e181e62b5b583> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1c3d03000 - 0x1c3d05fff IOSurfaceAccelerator arm64  <7de8daeac081372fa6789ba35145554c> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c3d06000 - 0x1c3db3fff AssetsLibraryServices arm64  <5c0cee245af8347cbabfd253e91230d2> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1c3db4000 - 0x1c3de3fff DataAccessExpress arm64  <8341fe1f5e7535f6849eb268dedb6b71> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c3de4000 - 0x1c3e53fff EmailFoundation arm64  <6313bcdfd70a3140b261e7f85439d095> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1c3e54000 - 0x1c3e69fff CoreFollowUp arm64  <ef84bee371db30c4aef1c2e40b1bfd22> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c3e6a000 - 0x1c3e72fff FamilyCircle arm64  <b33f13c5921930b4aaaeff269bf97ecb> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1c3e73000 - 0x1c3e88fff libcoretls.dylib arm64  <6ae332beda1f3ba088363048484f9060> /usr/lib/libcoretls.dylib
0x1c3edf000 - 0x1c3f6efff libate.dylib arm64  <7116bc291e0d3602abb13c6a3eeb73f3> /usr/lib/libate.dylib
0x1c5229000 - 0x1c527bfff FTServices arm64  <807c24fcff68378c813d090fdd5a6708> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1c531d000 - 0x1c532dfff MaterialKit arm64  <222e9b2041cd35bc83417367c0da1309> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1c532e000 - 0x1c53a5fff SAObjects arm64  <0eeeccf794d0352b8644b0db4af3c4a7> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1c53a6000 - 0x1c53b0fff CoreRecents arm64  <2f1e57211bf334eabdb5730bcd6c3456> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c53b1000 - 0x1c53f7fff MIME arm64  <e04e39e8433d39489368ce47fda7e1d8> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1c5459000 - 0x1c5466fff DataMigration arm64  <ed2227b9a7a9323699ae42ab02e9a48f> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1c556c000 - 0x1c55c7fff EmailCore arm64  <4eed23557a3b345e9267457e3a76e2cb> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1c561a000 - 0x1c563efff IconServices arm64  <1bc078e31b42329b9dc9232eb5bc071d> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c563f000 - 0x1c5828fff iTunesCloud arm64  <71ebda7e032f372a94d383c6d248246e> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1c5829000 - 0x1c5af1fff MusicLibrary arm64  <1f99e15ad75a391081a0e36e7381bf14> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1c5af2000 - 0x1c5af3fff WatchdogClient arm64  <ff32dd834ba335bfa4e17383903a1802> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c5af4000 - 0x1c5b05fff libprequelite.dylib arm64  <ef5e72fb820434c7af048ee4e87fdb15> /usr/lib/libprequelite.dylib
0x1c5b27000 - 0x1c5b2cfff IDSKVStore arm64  <8267d60b9d843501a125f248cab6a320> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1c5b2d000 - 0x1c5b3dfff CoreEmoji arm64  <f92a0d92af6833d1813c9ab6fea7d3d9> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c5b3e000 - 0x1c5bd4fff Email arm64  <f4d33d7d423932efa4072789aa62fa2b> /System/Library/PrivateFrameworks/Email.framework/Email
0x1c5bd5000 - 0x1c5c23fff ClassKit arm64  <bb803ab5122439128e13650ec6bf41a3> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c5c90000 - 0x1c5c9cfff CPMS arm64  <ae1c4d81b9893ae095e8bbfb98248e5e> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c5c9d000 - 0x1c5ca5fff RTCReporting arm64  <7d38e083766334b58c304df7d65653f3> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c5e04000 - 0x1c5e50fff MobileBackup arm64  <2c5db5d710b73807a36303ce2a3fd474> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1c5f00000 - 0x1c5f07fff CoreTime arm64  <ff4d4fc888213566826e7482836cd72a> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1c5f46000 - 0x1c6084fff IMDPersistence arm64  <d6b76a3ffe4231fcba586211f58a2c4c> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1c60fb000 - 0x1c6125fff DistributedEvaluation arm64  <21cbde5b3fa03719992d496265fd9a7c> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1c6126000 - 0x1c6175fff DataAccess arm64  <e57abcd03a0c32e1b0a52ee5ecdd2bf3> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1c64ad000 - 0x1c6501fff ToneLibrary arm64  <cb407460a616362b9de54a0b7b1fe62c> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1c6502000 - 0x1c67ccfff CoreNavigation arm64  <a489f5214b7f34c88295fa6279b67ecf> /System/Library/PrivateFrameworks/CoreNavigation.framework/CoreNavigation
0x1c67cd000 - 0x1c67ebfff AppConduit arm64  <784d155a5d20352ba12f68810d8ea3b5> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c67ec000 - 0x1c6804fff IntlPreferences arm64  <8ccbcc7f787e3876bbf65dc4d8d91fe9> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c6b80000 - 0x1c6c54fff CoreBrightness arm64  <73d93edeb16c3e0aa5777a7d6ccbf4a2> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c6c55000 - 0x1c6c5cfff libIOReport.dylib arm64  <4892e66f540d394db22c0685756afbd0> /usr/lib/libIOReport.dylib
0x1c6dc3000 - 0x1c6decfff GameController arm64  <567c570f58fe3545a664b256ed8a1822> /System/Library/Frameworks/GameController.framework/GameController
0x1c6ded000 - 0x1c6f95fff libBNNS.dylib arm64  <033203e2e68e30b59105efd48135eada> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c6f96000 - 0x1c6f9dfff StudyLog arm64  <a2e1380c854d333fb961e6a65ff97e82> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c7025000 - 0x1c70b4fff iTunesStore arm64  <e64889c2fa23341fb4e8b4d13326d775> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1c70ca000 - 0x1c75fafff libAudioDSP.dylib arm64  <02bcf905c84634f29f93b0b952f4fda3> /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib
0x1c75fb000 - 0x1c7b00fff AudioCodecs arm64  <26b359fade8530b9b7290bb64dc81cb7> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1c7b5a000 - 0x1c7bbffff ScreenTimeCore arm64  <f0bd82f84d4434169e2600c4f948396d> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1c81db000 - 0x1c81eefff LocalAuthentication arm64  <022df3d9b64d3e75a659c95539dcb6e6> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c81ef000 - 0x1c81f3fff CommunicationsFilter arm64  <02c5644ae5e33c0b9fbe39da9560343b> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c81f4000 - 0x1c8216fff AddressBook arm64  <b9b3b1781abe35c6955797252d841e80> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1c8217000 - 0x1c8222fff CaptiveNetwork arm64  <5cf7b891f1163ec181244aa41715fbb2> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1c8223000 - 0x1c8223fff AdSupport arm64  <7e33fc402cb43cf3b5e8168c2ec66063> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1c8224000 - 0x1c833cfff SpriteKit arm64  <634f17d4cd133ba180c993af43fccc2b> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x1c833d000 - 0x1c8373fff Proximity arm64  <86a7d875622f3702bd0edbc5d0e6aa3e> /System/Library/PrivateFrameworks/Proximity.framework/Proximity
0x1c8374000 - 0x1c8426fff libBLAS.dylib arm64  <1c4c2eb2e72537449985694560a86157> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c8427000 - 0x1c8435fff CTCarrierSpace arm64  <805ad8066c163a3c8aa1a8e214e1146b> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1c8c20000 - 0x1c8ceffff CoreParsec arm64  <122c7915c62533aaa136c96a13d82ab4> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1c8edd000 - 0x1c8ef7fff libtailspin.dylib arm64  <6ea75c6b88633ee2a675a0cc97806b73> /usr/lib/libtailspin.dylib
0x1c8ef8000 - 0x1c8f36fff CalendarUIKit arm64  <5114b246d02a3a0c975f53cbeaab6f07> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1c8f37000 - 0x1c8f55fff KeychainCircle arm64  <ec9ddefa1e1737d78fa68d11e84ddbdb> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1c8f56000 - 0x1c8f6afff ContactsDonation arm64  <4dbffa7036ba3e7faf0730c3b3ff571f> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1c8fb4000 - 0x1c8fbdfff MobileActivation arm64  <c61637c87260379286dbbfe13553d23b> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1c903e000 - 0x1c904cfff MobileIcons arm64  <8ca119e901153c46a6736af1f43e63bb> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c904d000 - 0x1c914dfff ResponseKit arm64  <b0ed71bbd8b137db9375b0e9db131ccc> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c916a000 - 0x1c91a3fff Notes arm64  <db773e0b0c123f5eba95a24184f530e2> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1c91a4000 - 0x1c91bbfff MetalKit arm64  <7d354268114632798806eddf9d1c6ba1> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1c9215000 - 0x1c925efff CoreHaptics arm64  <a778afe0e70439ff82136caa83a61eb7> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1c925f000 - 0x1c9328fff ProofReader arm64  <d635b4abd30c3988b275376598a4835f> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1c9377000 - 0x1c9382fff EmailAddressing arm64  <61da544b05d035abb1f4a21754283933> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1c9383000 - 0x1c939cfff MailServices arm64  <c24a690082473f04bba2f4441171001d> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1c939d000 - 0x1c941dfff CoreSymbolication arm64  <97075ad1c3083da3be31cac4125c5aec> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1c941e000 - 0x1c9424fff IdleTimerServices arm64  <13088e64312038748db07ff96375b4c1> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c95e2000 - 0x1c95e5fff FTClientServices arm64  <b80da0b4141d3809a5be2dc18deb74dc> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1c95e6000 - 0x1c964afff ContactsUICore arm64  <2a7ecdf96e4933cebc2e038810d68e28> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1c9aaa000 - 0x1c9af1fff LoggingSupport arm64  <0c5c6f16d50135b7a2bd8a2298bef457> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1c9c09000 - 0x1c9c63fff ProtectedCloudStorage arm64  <53c7dd8ce46b3f7c9d1b3d917277d46d> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1c9c64000 - 0x1c9d2ffff GLEngine arm64  <af0481dfdbf93a1b9c4cc651838c7937> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1c9d30000 - 0x1c9d4cfff AppleMetalGLRenderer arm64  <bae2c2db88f13d3d83bd60fd83b65e94> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1c9d4d000 - 0x1c9d56fff OpenGLES arm64  <c2d702a45cba3066a3f74efb58519541> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c9d57000 - 0x1c9eb6fff libGLProgrammability.dylib arm64  <a202a5b9393c3b84b4a30acea69a3e53> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1c9eb7000 - 0x1c9ebffff libGFXShared.dylib arm64  <db66f6add7973827852b7c824f45e483> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c9ec0000 - 0x1c9ef4fff SharedUtils arm64  <5d3120a659b035f4849cf5b7fb78524c> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c9ef5000 - 0x1c9f42fff PhotosFormats arm64  <ea0659a8c03f394dab6d16b3e176f994> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1c9f63000 - 0x1ca53bfff CoreRE arm64  <e9ad3667d67231e287ee30803784c332> /System/Library/PrivateFrameworks/CoreRE.framework/CoreRE
0x1ca53c000 - 0x1caca4fff AppleCV3D arm64  <a8963464443e3d2898609e4b2a114380> /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
0x1caca5000 - 0x1caea4fff ARKit arm64  <64c95206b840361eb8acf70b23a324b4> /System/Library/Frameworks/ARKit.framework/ARKit
0x1caea5000 - 0x1caf95fff AvatarUI arm64  <6fdecd5f74a4348a879bf6376d574347> /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
0x1caf96000 - 0x1cafd2fff StreamingZip arm64  <4d753975167b397caff2c7345786d4e0> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1cbec6000 - 0x1cbec9fff InternationalTextSearch arm64  <b1410950d3493f77951bd2a8067ae4ac> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1cbee7000 - 0x1cbf03fff AssetCacheServices arm64  <2e73b2d6d15039ef91ef00e64418fec0> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1cc3da000 - 0x1cc418fff PhotosPlayer arm64  <294df7d0a2893e2aafab0edb0c1fd6a7> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1cc42f000 - 0x1cc86efff AVConference arm64  <16081e7c46273a05aa16d7857cbd2945> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1cc86f000 - 0x1cc874fff IncomingCallFilter arm64  <624ffce1e93330a5a5bf01e66c3b7897> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1cc890000 - 0x1cc8a8fff NetworkStatistics arm64  <179b5e8fc33a3a6ca5b4dcbaf17ff9b9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1ccd04000 - 0x1ccd0afff Netrb arm64  <67948968e75333e796f46e8eaaa05cb6> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1ccd0e000 - 0x1ccd3efff EAP8021X arm64  <1760544b404835deba2bc9b99cd38ae7> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1ccd3f000 - 0x1ccd41fff OSAServicesClient arm64  <513c89179dbf3a479e76c2f53b450b44> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1ccee2000 - 0x1ccee6fff libgermantok.dylib arm64  <9a4f9d24b53838ec8333bf78a1051ea0> /usr/lib/libgermantok.dylib
0x1ccee7000 - 0x1ccf9afff libmecab.dylib arm64  <921c114d67d03adebef4e4f11c5eedce> /usr/lib/libmecab.dylib
0x1ccf9b000 - 0x1ccfd6fff Catalyst arm64  <0b77ee7a51f73528b65fc031ae3e9bf0> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1cd096000 - 0x1cd0aefff EmojiFoundation arm64  <85e734be92393d41b86178175b338986> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1cd12a000 - 0x1cd165fff VoiceServices arm64  <e3bb7870be59350dbca1257c0ca99aa6> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1cd166000 - 0x1cd27dfff Navigation arm64  <4e9216c1a5a63ae4bca150deba431c97> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1cd378000 - 0x1cd480fff libEmbeddedSystemAUs.dylib arm64  <8f911e62ed4d3e4db58ac1710b39f8e8> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
0x1cd481000 - 0x1cd596fff AvatarKit arm64  <8d2e1f8442553faa96ffdf43ef4377f8> /System/Library/PrivateFrameworks/AvatarKit.framework/AvatarKit
0x1cd597000 - 0x1cd5a5fff CoreDuetDaemonProtocol arm64  <6b46691e9e7130eb9b50fca8ac2b9234> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1cd5a6000 - 0x1cd5c5fff FTAWD arm64  <7d7d2aca7d3131dda476f0f6b61f12f8> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1ceaf9000 - 0x1ceafbfff OAuth arm64  <8070c0f3c0763a00ba11cf7cd9e4dcb5> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1cedbb000 - 0x1cedf6fff DifferentialPrivacy arm64  <ada8fd7977a032118627d0bf877cf8db> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1cf07a000 - 0x1cf095fff CoreCDP arm64  <9ce49a7fb5e439bfa1b528c87e766033> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1cf096000 - 0x1cf22dfff EmailDaemon arm64  <edf6a232c4bd3525b99091d623e762f4> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1cf598000 - 0x1cf5c4fff MailSupport arm64  <217d3e8e06993202832b65f262b10634> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1cf5c5000 - 0x1cf634fff libarchive.2.dylib arm64  <42dc1924be3d3620b705ef7660cee32c> /usr/lib/libarchive.2.dylib
0x1cf635000 - 0x1cf666fff C2 arm64  <625968f49d1e34fc9efec4bfac98f3ed> /System/Library/PrivateFrameworks/C2.framework/C2
0x1cf667000 - 0x1cf69bfff NaturalLanguage arm64  <9f032d719bda36c58edbefd0412a678a> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1cf72f000 - 0x1cf730fff libsystem_coreservices.dylib arm64  <c563c842c99b3c0b82e5e88df5ed90ba> /usr/lib/system/libsystem_coreservices.dylib
0x1cf742000 - 0x1cf753fff libmis.dylib arm64  <d953a58b49e330a5bf69503510aba9f1> /usr/lib/libmis.dylib
0x1cf7ab000 - 0x1cf7b8fff DCIMServices arm64  <9e493b53a76736c09cf264f9c66e3ab9> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1cf7b9000 - 0x1cf90bfff CloudPhotoLibrary arm64  <043b325a8a203087b7994651759d2bb8> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1cf90c000 - 0x1cf945fff ContactsAutocomplete arm64  <cc96c8695c403d8490f2f7c5be206747> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1cf946000 - 0x1cf94efff libcopyfile.dylib arm64  <69d5c4bcc3673b83ba434a55623dc14f> /usr/lib/system/libcopyfile.dylib
0x1cfcb2000 - 0x1cfd42fff AccountsDaemon arm64  <1ada74adf2cf3ef0aad26a97db2137bd> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1cfd43000 - 0x1cfd4efff AppleIDSSOAuthentication arm64  <a90a37f64c9d38099f4edeaf4fe710df> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1cfd4f000 - 0x1cfd60fff SettingsFoundation arm64  <2f0e777314e93262880a59995ad49423> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1cfe8f000 - 0x1cff0bfff Symbolication arm64  <03df9d66612e33cb8d05104df7470df2> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1cff0c000 - 0x1cff6efff GameplayKit arm64  <41c7b6ccabf63b21ae42aca4bf9e8813> /System/Library/Frameworks/GameplayKit.framework/GameplayKit
0x1cff6f000 - 0x1d00c0fff GameCenterUI arm64  <4834eba46c03351d907d83c8a7efad03> /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
0x1d00c1000 - 0x1d010ffff ChunkingLibrary arm64  <5731da721f3b3d8c98d4e1d0857b4772> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1d0113000 - 0x1d0117fff DAAPKit arm64  <cc46f0c078a3332798a96f3f11d501f7> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1d0617000 - 0x1d0619fff CoreDuetDebugLogging arm64  <acaa8f89f2a73bff9671cba1840fe236> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1d1118000 - 0x1d1156fff SignpostSupport arm64  <227f558f50d834b7a1840d8f64dd3405> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1d13b9000 - 0x1d13c2fff SignpostCollection arm64  <caa25c2934893ffd9683f9111613bb20> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1d1af3000 - 0x1d1afafff URLFormatting arm64  <53c4edf99b9033b49fe5ce420cacf5ee> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1d1b0f000 - 0x1d1bb6fff MMCS arm64  <2f21063982f9354aa4105f3d2fbac389> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1d1c0f000 - 0x1d1e3cfff MobileSpotlightIndex arm64  <71c7f560a2c83f7f96163c8271cf6917> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1d2212000 - 0x1d2258fff CoreLocationProtobuf arm64  <6a676f0af66634b499f38a3babd5258f> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d230c000 - 0x1d2389fff Quagga arm64  <96625bea40e63553b9f3ce7b4b4b3e16> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d2622000 - 0x1d2630fff libAXSpeechManager.dylib arm64  <bb4f9e331d033e03acf8a71e4c1affe8> /usr/lib/libAXSpeechManager.dylib
0x1d2688000 - 0x1d2690fff ProgressUI arm64  <77d8a75779753220944a55cb81139084> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1d2696000 - 0x1d26abfff libEDR arm64  <c7f5fed15e09331292fbd33fece65cd9> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d26ac000 - 0x1d26b5fff IMTranscoding arm64  <068a5801d4ae386192800f6c2e19814c> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x1d2fde000 - 0x1d32c6fff VideoProcessing arm64  <b6441a13a7363d05a1a4b086e3d443df> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1d32c7000 - 0x1d32d5fff libperfcheck.dylib arm64  <5e0967af8172325b8318005ae435e244> /usr/lib/libperfcheck.dylib
0x1d32d6000 - 0x1d32e1fff libAudioStatistics.dylib arm64  <0eb346999e3f38b1b336ac2e0aadbb43> /usr/lib/libAudioStatistics.dylib
0x1d34a2000 - 0x1d34b2fff caulk arm64  <fab4aa83460231c482661b676ff77209> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1d34f2000 - 0x1d34f8fff MobileSystemServices arm64  <658b9cbf7d7f3d179f4bfbf922e1a829> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d369a000 - 0x1d36b3fff TextToSpeech arm64  <856842c21fa531a0beec8855d51362e9> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1d36b9000 - 0x1d36f3fff ViceroyTrace arm64  <51ec5b489b97353280975a1081f9ebc1> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1d3772000 - 0x1d378bfff CloudServices arm64  <195a59497d9435f8a219d82503e43c91> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1d45e4000 - 0x1d461dfff libGLImage.dylib arm64  <582c16540f1b3fea93b803803d21e5fa> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d4a4e000 - 0x1d4a5ffff libSparseBLAS.dylib arm64  <757eeffd4ed23d84ac9339bdbabc720d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d4a60000 - 0x1d4a73fff Engram arm64  <a15b4cff9dbc36a8913c4f84448ad00b> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d4aeb000 - 0x1d4b25fff DataDetectorsNaturalLanguage arm64  <5b761b2fc04c3dbb8154b42c23aed0fd> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d4e15000 - 0x1d4e1dfff FSEvents arm64  <190b0224753e3c4381d5b8446a132097> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d4e2d000 - 0x1d4eabfff CoreDAV arm64  <0db9975f3ca43fc38cbe4c0c64749609> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d57f6000 - 0x1d5806fff RemoteTextInput arm64  <a2f5bab1b4f13c3fb5617fbdac5725af> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d582f000 - 0x1d585efff iCalendar arm64  <827bce045d6f3ad38bd8e7896c138ee9> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1d587b000 - 0x1d5884fff CloudPhotoServices arm64  <1ea2794d7ab8320dbac64afb5747468b> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d58c3000 - 0x1d58d7fff libLinearAlgebra.dylib arm64  <2f6c6ddb7ada3bc18cd3f0cf3e943790> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d5967000 - 0x1d5a69fff ConfigurationEngineModel arm64  <45c9c50b8fb03815a3b549f8f79a63f0> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1d5a6a000 - 0x1d5a71fff CertUI arm64  <c03ce3daa2403fdf8207fd8b75c30291> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d5b75000 - 0x1d5b83fff CoreAUC arm64  <322c9197d8613b40afe57b7fb68df2f9> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d65ec000 - 0x1d6633fff PhysicsKit arm64  <b30f5b6d216b33b2a7c25afc71f38cdd> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d6634000 - 0x1d6685fff CorePrediction arm64  <14351dae9b7031e9b528f7bf9628be4f> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d6ae6000 - 0x1d6b31fff SafariSafeBrowsing arm64  <05d48dbe0ec63d329281f91b521736ac> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1d6b8c000 - 0x1d6bbcfff OpenAL arm64  <dd5825f94663344aa492ae3de77f007e> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x1d6ed9000 - 0x1d6f4efff HomeSharing arm64  <3666d72a99d933a897eea5e336a85fd2> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d6fde000 - 0x1d6ffcfff GenerationalStorage arm64  <58ab87316773388db7dfbcce942a0b7b> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d6ffd000 - 0x1d7015fff IMSharedUI arm64  <3948cf0e12df357d91d525f02fbe1634> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x1d7061000 - 0x1d706cfff PersonaKit arm64  <d056a5d8be433a5b9e58ecee5b7eba0f> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d706d000 - 0x1d7079fff PersonaUI arm64  <ff33070462ee35eeadb3d4eaf68d7fd6> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d747c000 - 0x1d7481fff kperf arm64  <4f55f95353aa362396276bbb5a474a5e> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d7655000 - 0x1d7688fff libpcap.A.dylib arm64  <a40145e07a52309fb2d4c67003a367b2> /usr/lib/libpcap.A.dylib
0x1d7911000 - 0x1d7959fff CoreCDPInternal arm64  <2d7a9a68190d386d9a7bf075f177d101> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x1d79d1000 - 0x1d7a6bfff libvDSP.dylib arm64  <dc80adf2f1f93c7d86af56f519205aba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d7a6c000 - 0x1d7a97fff vCard arm64  <e4117947327133abba16c3737bca6412> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d7adf000 - 0x1d7b6afff SampleAnalysis arm64  <b4201d77a3a3394aaec2ef64539cf87c> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d7b6b000 - 0x1d7b76fff IntentsFoundation arm64  <6ff494f82a80362795fd4eae18b07825> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d7d6b000 - 0x1d7dfafff MediaPlatform arm64  <7ebd0e91fb77394ab13f2bb86d605071> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d7dfb000 - 0x1d8108fff MediaLibraryCore arm64  <433c6c4b55e23bae82ed782a140b4ae0> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d816b000 - 0x1d81a3fff PhotosImagingFoundation arm64  <7fb05884c38a3d3d81378f7f3f9b7458> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d81a4000 - 0x1d81c6fff MediaConversionService arm64  <4420a105c11034e593451a846291a9cb> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1d81c7000 - 0x1d81e4fff MediaStream arm64  <459e2ce38ff13bd98a9d1fb35a115d5c> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d81e5000 - 0x1d82e0fff CoreMediaStream arm64  <959d244f622436e69ae3f69c99541b4e> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1d82f6000 - 0x1d830dfff StorageSettings arm64  <936e281f2f863dfd95d5011d675eafa5> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
0x1d83db000 - 0x1d84bbfff AGXMetalA10 arm64  <850f03defac239cd9a3a3a1f88094e04> /System/Library/Extensions/AGXMetalA10.bundle/AGXMetalA10
0x1d85cf000 - 0x1d85e1fff IOHIDLib arm64  <ac73377c3648369e8ed2702041540b75> /System/Library/Extensions/IOHIDFamily.kext/PlugIns/IOHIDLib.plugin/IOHIDLib
0x1d85e2000 - 0x1d85e2fff Accelerate arm64  <7fbf97ba921e35349dceafc6f2e83085> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d85e4000 - 0x1d88fffff libLAPACK.dylib arm64  <d6ea6a57de14389ca3ec031d84ba62d5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d8900000 - 0x1d8904fff libQuadrature.dylib arm64  <bb2c62ec40973ea68167eb9cc6327489> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d8905000 - 0x1d895efff libvMisc.dylib arm64  <04b04e0046e33768ab2d40e809a2ccef> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d895f000 - 0x1d895ffff vecLib arm64  <165af11d20af32d492e65566bd61e933> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d89b8000 - 0x1d8ab5fff Combine arm64  <29d48ca86f59346999f5eebe79baf186> /System/Library/Frameworks/Combine.framework/Combine
0x1d8ac8000 - 0x1d8b18fff CoreMIDI arm64  <88c6d4509332326aa5559e64051e40f2> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1d8cf6000 - 0x1d8d1cfff GLKit arm64  <280a35de755d39db9d70cfe0ea3cc01f> /System/Library/Frameworks/GLKit.framework/GLKit
0x1d8d1d000 - 0x1d8d4afff GSS arm64  <f1c03bd69a933ea28bb10025c609ca33> /System/Library/Frameworks/GSS.framework/GSS
0x1d8d4b000 - 0x1d8d4bfff GameKit arm64  <93293d080bbc3c60a4c7c1fb0b1f56da> /System/Library/Frameworks/GameKit.framework/GameKit
0x1d8d5e000 - 0x1d8d8ffff MPSCore arm64  <1666663f48883961a9e202c568626e7d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d8d90000 - 0x1d8e09fff MPSImage arm64  <781dc8f6e1b138ba86b2c0058c19cb98> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d8e0a000 - 0x1d8e2cfff MPSMatrix arm64  <02c88d27f29e37b3a8495a640ca94213> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d8e2d000 - 0x1d8e41fff MPSNDArray arm64  <271201d903fe363fb8464b4b1342a21f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1d8e42000 - 0x1d8fd2fff MPSNeuralNetwork arm64  <bdc7c056eb81311bb4590152d2abbd90> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1d8fd3000 - 0x1d9018fff MPSRayIntersector arm64  <48f8661ffbed300a99c3b600af8b284c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1d9019000 - 0x1d9019fff MetalPerformanceShaders arm64  <e9e56ea5bdcf3ab8af209e036e0612f0> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d9026000 - 0x1d9026fff MobileCoreServices arm64  <ccff2e7f7fc03c67842b6778deb92b15> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d9031000 - 0x1d9032fff libCVMSPluginSupport.dylib arm64  <3a428a3a2c6437749a4dba11166bf483> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d9033000 - 0x1d9039fff libCoreFSCache.dylib arm64  <bbbe1cbe89293acc979abb13f4251d43> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d903a000 - 0x1d903ffff libCoreVMClient.dylib arm64  <6fdac9a1339232b896a611b47684f53d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d9073000 - 0x1d90aafff QuickLookThumbnailing arm64  <610ebc9a3ebd3221ba18d0d02e0e1305> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1d9390000 - 0x1d93b0fff ReplayKit arm64  <897b4f12c9103d4d8b18d3d9f5f577ef> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x1d93b1000 - 0x1d94b1fff SoundAnalysis arm64  <0e60647d41403a88b9bfd6cb41bf8441> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1d94b4000 - 0x1d94b4fff UIKit arm64  <6226e2e1d7803f38a6ededf79a9627a6> /System/Library/Frameworks/UIKit.framework/UIKit
0x1d94d6000 - 0x1d9599fff VisionKit arm64  <13e0fcf264bb306489fecde6aecf35d9> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1d98e9000 - 0x1d9a39fff ANECompiler arm64  <7bd68c7ca0fc3affbee042f9c3d8f2b2> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1d9a3a000 - 0x1d9a4afff ANEServices arm64  <60422c4e8e3136d9b5c32ffbaf54f8fe> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1d9a53000 - 0x1d9ae7fff APFS arm64  <f5ed866028033f4bb6e8c0d5822ac5e2> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d9ae8000 - 0x1d9aecfff ASEProcessing arm64  <e54a90141f06306ba510b79fc6453bfe> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1d9b06000 - 0x1d9b6afff ICE arm64  <95ab9cc347aa3eadb1254fe58f4a4dc4> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1d9b6b000 - 0x1d9b6bfff LegacyHandle arm64  <4888559d953730beb10ef9e7cd31cb99> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1d9b6c000 - 0x1d9b72fff SimpleKeyExchange arm64  <3cdbe1a35c9b3e3e8eb835b71fb90bdc> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1d9b73000 - 0x1d9b73fff snatmap arm64  <886dcdfa38be39d9afab45715a06712d> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1d9bf1000 - 0x1d9c32fff AccessibilitySharedSupport arm64  <09978d86baa13341aba6b0b3c283903a> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1d9c8e000 - 0x1d9c99fff AccountSettings arm64  <9a06ef66910a35f58dc0bc63a75eefc7> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1da384000 - 0x1da39bfff AppleCV3DMOVKit arm64  <c8e7e64ded5433f1b293e6898fd57856> /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
0x1da39c000 - 0x1da3a3fff AppleCV3DModels arm64  <f66253c6c11235fbba0ea6773c5fd6ea> /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
0x1da3a4000 - 0x1da555fff AppleCVA arm64  <f7354b27ef243565b307da8b122be122> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1da5c7000 - 0x1da5d5fff AppleFSCompression arm64  <a0bb48745a5d3e5e9077ee742a747f38> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1da5dc000 - 0x1da5eafff AppleIDAuthSupport arm64  <47e1d773959b3e8186999127f0d977c9> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1da5eb000 - 0x1da62cfff AppleJPEG arm64  <cdd1885be3d630d0baefc185801354fd> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1da648000 - 0x1da659fff AppleNeuralEngine arm64  <8bcebcd8655b3f9e8eea6af3cf128d47> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1da660000 - 0x1da683fff AppleSauce arm64  <bce271f8932f34118aa7f506f632d159> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1da7bc000 - 0x1da810fff AutoLoop arm64  <f9f3325aa4dc3a3a9b1bb90c9e0624a4> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1da87e000 - 0x1da8aefff Bom arm64  <ddb1ef09e3343861bcc3b13e0313a0be> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1db33e000 - 0x1db345fff CommonAuth arm64  <c33a0f2928313699b3d71d2e07acf848> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1db4eb000 - 0x1db5d4fff CoreAppleCVA arm64  <9fb47e2e1ed53d37b503c01688959d05> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1db5d5000 - 0x1db5f3fff CoreCDPUI arm64  <c8e28bb8a1b03feabe53adaa2aaffce0> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x1db65e000 - 0x1db74efff CoreHandwriting arm64  <8a23332a60e6384ab3b6a7e1f8a47a2f> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1db765000 - 0x1db769fff CoreOptimization arm64  <d358170146ce3b8493c4dbbca34765a4> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1db880000 - 0x1db88bfff DeviceIdentity arm64  <bcaed68cffe030e3a51d99f200c1d9a3> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1db890000 - 0x1db891fff DiagnosticLogCollection arm64  <94dca1d2ec7935c499efaf5c190f95cd> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1dba17000 - 0x1dba32fff DocumentManagerCore arm64  <8826aea5363f3f7eae9f433716f0f677> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1dbaee000 - 0x1dc148fff Espresso arm64  <83805eca6338313bac2ce006e65ab421> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1dc411000 - 0x1dc823fff FaceCore arm64  <09174f97e63c3e3884b438a951eadcd4> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1dc8f6000 - 0x1dc90afff libGSFontCache.dylib arm64  <6de8722a42e23fb2b8a17af04dde3a85> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1dc96e000 - 0x1dc97afff libhvf.dylib arm64  <4ec3537257f63c2d82daaf832a600772> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1dc99c000 - 0x1dc9b0fff Futhark arm64  <5ea62250eb9d3ea6a5727fae65055ea9> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1dd4f5000 - 0x1dd4f5fff libmetal_timestamp.dylib arm64  <09d0bc6ae77f3b408c7a982ceb6f36b6> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1dd50c000 - 0x1dd5d7fff GameCenterFoundation arm64  <91c890120ac83b85914d397016aa1aab> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
0x1dd5d8000 - 0x1dd675fff GameKitServices arm64  <049ada21b75032e0a60b54b64407069a> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x1dd676000 - 0x1dd682fff GraphVisualizer arm64  <0c3822f5d9fe3ee5a00396e93e50816c> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1ddfee000 - 0x1de05dfff Heimdal arm64  <25c647eadec232af974e0550552b10e8> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1de4f9000 - 0x1de563fff InertiaCam arm64  <92eb5c3f5e253c80ba38c5e489e3cec0> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1de5ac000 - 0x1de5b2fff InternationalSupport arm64  <4a14c71c3da2305a963b1bd637bc3eb6> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1de600000 - 0x1de61afff Jet arm64  <4b442450bbbf3c95a7a748e51bef9d64> /System/Library/PrivateFrameworks/Jet.framework/Jet
0x1de75d000 - 0x1de76dfff LegacyGameKit arm64  <e2a98fef2c19364c9045d980e2406f6b> /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit
0x1de83d000 - 0x1de860fff MOVStreamIO arm64  <e91ba8e1c8df3879b81de3c0d59709a0> /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
0x1de86d000 - 0x1de86dfff Marco arm64  <335c790cb29a37d3920cb407f8914640> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1ded5a000 - 0x1ded6dfff MobileDeviceLink arm64  <f0bcb1425598390d9c531d4d055b4b0f> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1ded73000 - 0x1ded74fff MobileObliteration arm64  <42d75a57a4bf39388d57ee8214c03f95> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1df01c000 - 0x1df05bfff OTSVG arm64  <d7aaee1178bf374591ea6c8c3a3561d3> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1df61a000 - 0x1df65dfff PBBridgeSupport arm64  <789bcc93d7843fe5b0d416bc862bbfb7> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x1df6a9000 - 0x1df6a9fff PhoneNumbers arm64  <7c28ff603df33250b2b4ecdb2ad7fe07> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1e0e4d000 - 0x1e0e55fff PrototypeToolsUI arm64  <4ee36f0d8eca30f39d627f000ea87ac7> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1e0e93000 - 0x1e0ea7fff QuickLookSupport arm64  <c4d93868c2143f2caa87de68ee113d65> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1e1046000 - 0x1e104afff RevealCore arm64  <572330ddd0333007b8eaa52f10747819> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1e1138000 - 0x1e1169fff ScreenReaderCore arm64  <49dee3851f6537fd97125819da0f242c> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1e11dd000 - 0x1e11e9fff SetupAssistantSupport arm64  <c91413044d6b3a3180d159dc417b8826> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1e1207000 - 0x1e1207fff SignpostMetrics arm64  <251e0942df5f3ac9ba8f351424bfbcb9> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1e1235000 - 0x1e125cfff SiriInstrumentation arm64  <7c4a43494d453c96acfba5204eedd9d0> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1e15de000 - 0x1e15e0fff StarBoardFoundation arm64  <7de78447ec0f3b3f92c786cb7f814a16> /System/Library/PrivateFrameworks/StarBoardFoundation.framework/StarBoardFoundation
0x1e19dc000 - 0x1e1af9fff TextRecognition arm64  <f37f85a83ab43d3589d8fa2eed253f64> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1e1afa000 - 0x1e1b9cfff TextureIO arm64  <92b750bfe4663fdba8abc3acac5af460> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e1da1000 - 0x1e2324fff USDKit arm64  <e1d440807d1131e98d80ea96afc4571f> /System/Library/PrivateFrameworks/USDKit.framework/USDKit
0x1e29cc000 - 0x1e2eb1fff libwebrtc.dylib arm64  <eb98efad7fff3b5b809d09349f01058c> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1e2f79000 - 0x1e2f86fff WirelessCoexManager arm64  <315ec4b5479c3c45a6bc897ec5aba0fa> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x1e3038000 - 0x1e3040fff kperfdata arm64  <a5de3e99457a345f929799d11953bda5> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e3041000 - 0x1e3088fff ktrace arm64  <2a3228568da930a6b93cd7cbc6d9a254> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1e30a1000 - 0x1e30adfff perfdata arm64  <5e4c6bf0c1c833d89363122128f3d20f> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1e342f000 - 0x1e342ffff libAWDProtobufFacetimeiMessage.dylib arm64  <7c0fd44a3c5b3592976a12a76fdb6b5e> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x1e34aa000 - 0x1e37aafff libAWDSupportFramework.dylib arm64  <a00edb8d9c6638a989d75622d1291f21> /usr/lib/libAWDSupportFramework.dylib
0x1e395e000 - 0x1e3968fff libChineseTokenizer.dylib arm64  <ef9b88fe5c5935b9bcae9c675bbfa23a> /usr/lib/libChineseTokenizer.dylib
0x1e398d000 - 0x1e3b40fff libFosl_dynamic.dylib arm64  <bea0ead4ccfe34ed8d67db9040c5da5f> /usr/lib/libFosl_dynamic.dylib
0x1e3bbd000 - 0x1e3bc3fff libMatch.1.dylib arm64  <e83c52ddeb9e33c69a177327c0cdc1db> /usr/lib/libMatch.1.dylib
0x1e3be2000 - 0x1e3c46fff libParallelCompression.dylib arm64  <0c1fd3b4e9033136bae1f4be8a5b7ed7> /usr/lib/libParallelCompression.dylib
0x1e3d57000 - 0x1e3d58fff libSystem.B.dylib arm64  <ce21da921ce93923afddf0cd58f8f6a5> /usr/lib/libSystem.B.dylib
0x1e3d61000 - 0x1e3d63fff libThaiTokenizer.dylib arm64  <a9ce14ae232235a19898388ba6b1a2ca> /usr/lib/libThaiTokenizer.dylib
0x1e3e62000 - 0x1e3e77fff libapple_nghttp2.dylib arm64  <91ab893bfe943688aef625dca11ab0d6> /usr/lib/libapple_nghttp2.dylib
0x1e3ef0000 - 0x1e3f00fff libbsm.0.dylib arm64  <987d9aeed03d3370a547670fc38af03f> /usr/lib/libbsm.0.dylib
0x1e3f01000 - 0x1e3f0dfff libbz2.1.0.dylib arm64  <b58e02ba8ec2336195efb36d766a18c2> /usr/lib/libbz2.1.0.dylib
0x1e3f0e000 - 0x1e3f0efff libcharset.1.dylib arm64  <14be8e9ab94e331f9efe4c7d3c27f090> /usr/lib/libcharset.1.dylib
0x1e3f0f000 - 0x1e3f20fff libcmph.dylib arm64  <876ce59390b1332a891e3422abb255bc> /usr/lib/libcmph.dylib
0x1e3f21000 - 0x1e3f38fff libcompression.dylib arm64  <a3284d81bc4a3abc91b79c04caa497af> /usr/lib/libcompression.dylib
0x1e3f39000 - 0x1e3f3afff libcoretls_cfhelpers.dylib arm64  <95ee12f5f8b4324cbc8a06f0679a2141> /usr/lib/libcoretls_cfhelpers.dylib
0x1e3f3b000 - 0x1e3f41fff libcupolicy.dylib arm64  <5144364548e33d2ab9b59996ab22d576> /usr/lib/libcupolicy.dylib
0x1e3f81000 - 0x1e3f8afff libdscsym.dylib arm64  <2a90db755b9f3bc18cd8b85b75b8a342> /usr/lib/libdscsym.dylib
0x1e3f8b000 - 0x1e3fa7fff libedit.3.dylib arm64  <e84e5ccc6513331981dcfd6aae9b174e> /usr/lib/libedit.3.dylib
0x1e44e8000 - 0x1e44edfff libheimdal-asn1.dylib arm64  <b84286dc56c0381cbdab267cd781b3ac> /usr/lib/libheimdal-asn1.dylib
0x1e44ee000 - 0x1e45dffff libiconv.2.dylib arm64  <2baa5b6bfc033546bb19f856ddbe62a5> /usr/lib/libiconv.2.dylib
0x1e45f5000 - 0x1e4600fff liblockdown.dylib arm64  <5a109261b1db3a0e9d41c9a9014fda25> /usr/lib/liblockdown.dylib
0x1e4601000 - 0x1e4619fff liblzma.5.dylib arm64  <90b58a83ee4739bead3bb25f8d5f69e8> /usr/lib/liblzma.5.dylib
0x1e4997000 - 0x1e49c6fff libncurses.5.4.dylib arm64  <4c59d89cfac4347aacc02478f4204bdf> /usr/lib/libncurses.5.4.dylib
0x1e49c7000 - 0x1e49dbfff libnetworkextension.dylib arm64  <a31cb0d5d3cd36dfb1674519634bc45c> /usr/lib/libnetworkextension.dylib
0x1e4d65000 - 0x1e4d7dfff libresolv.9.dylib arm64  <c43a80648b9b3463997f9980fb91e4c3> /usr/lib/libresolv.9.dylib
0x1e4d7e000 - 0x1e4d80fff libsandbox.1.dylib arm64  <bf762d0070853a1395113ce0851e05d8> /usr/lib/libsandbox.1.dylib
0x1e4d81000 - 0x1e4d86fff libsysdiagnose.dylib arm64  <775d2fe22eba349c91eda5f0b76eb460> /usr/lib/libsysdiagnose.dylib
0x1e4d87000 - 0x1e4db8fff libtidy.A.dylib arm64  <7bd4c53a136e3d0bb2cac1f9dafe9f96> /usr/lib/libtidy.A.dylib
0x1e4dc0000 - 0x1e4dc3fff libutil.dylib arm64  <e9d6e216ac8e3f6cba159f646ba02230> /usr/lib/libutil.dylib
0x1e4dc8000 - 0x1e4df0fff libxslt.1.dylib arm64  <b51a536c96b73f70add31fd2f360652b> /usr/lib/libxslt.1.dylib
0x1e4df1000 - 0x1e4e02fff libz.1.dylib arm64  <f0958b1f257135919a445426cc0d8547> /usr/lib/libz.1.dylib
0x1e4e2d000 - 0x1e4e2ffff liblog_network.dylib arm64  <a429a4f3773038eca70b00b75c7fab4c> /usr/lib/log/liblog_network.dylib
0x1e4ece000 - 0x1e4ed2fff libswiftCoreFoundation.dylib arm64  <8d1f589a103c33429f2d3bfa0d30abda> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1e4ed3000 - 0x1e4ee1fff libswiftCoreGraphics.dylib arm64  <4cf4637928e234938ca8e538183491c7> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1e4f3b000 - 0x1e4f44fff libswiftDarwin.dylib arm64  <6f38dc78242e32baa2dc4a7c585bee73> /usr/lib/swift/libswiftDarwin.dylib
0x1e4f45000 - 0x1e4f60fff libswiftDispatch.dylib arm64  <57e9bf072517383fb88d383579a32e46> /usr/lib/swift/libswiftDispatch.dylib
0x1e4f61000 - 0x1e50e6fff libswiftFoundation.dylib arm64  <0e3bc05c556c3717ba2da9e37b8dcf1d> /usr/lib/swift/libswiftFoundation.dylib
0x1e519c000 - 0x1e51a2fff libswiftObjectiveC.dylib arm64  <84e676b5133d3b9b839d06afadb70f35> /usr/lib/swift/libswiftObjectiveC.dylib
0x1e523a000 - 0x1e523ffff libcache.dylib arm64  <be71141fe3be367bbc565c1741f6b01e> /usr/lib/system/libcache.dylib
0x1e5240000 - 0x1e524cfff libcommonCrypto.dylib arm64  <18d07bfb4ffd3a659ebc0ee49abdbb1a> /usr/lib/system/libcommonCrypto.dylib
0x1e524d000 - 0x1e5251fff libcompiler_rt.dylib arm64  <9406b53f22a731fb89fee6dd8b567bd3> /usr/lib/system/libcompiler_rt.dylib
0x1e5327000 - 0x1e5327fff liblaunch.dylib arm64  <e8a0fa47b6b23c07aebd273967459ec5> /usr/lib/system/liblaunch.dylib
0x1e5328000 - 0x1e532dfff libmacho.dylib arm64  <c6510dc0f7c53d3f871a10aebf81fc38> /usr/lib/system/libmacho.dylib
0x1e532e000 - 0x1e5330fff libremovefile.dylib arm64  <464f0bb7e90f3c20ac3a6dbc64db454f> /usr/lib/system/libremovefile.dylib
0x1e5331000 - 0x1e5332fff libsystem_featureflags.dylib arm64  <e18e61e887843a8ba16a66008936a521> /usr/lib/system/libsystem_featureflags.dylib
0x1e5333000 - 0x1e5360fff libsystem_m.dylib arm64  <c1a752bbda883d16898da9c0c9ed9a9a> /usr/lib/system/libsystem_m.dylib
0x1e5361000 - 0x1e5366fff libunwind.dylib arm64  <76b18d6dcb553b05b0c3d01d7df700c4> /usr/lib/system/libunwind.dylib
0x1e5645000 - 0x1e56adfff NanoRegistry arm64  <4dbce0ff9619369a81f9b754c6d9e2d6> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1e56ae000 - 0x1e56bbfff NanoPreferencesSync arm64  <e9f3421609c13c85a0714d5245a6feef> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1e5b5a000 - 0x1e5b66fff NanoSystemSettings arm64  <7318419795ca3924bc9f13ca4082f826> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
0x1e5d34000 - 0x1e5d3bfff NanoResourceGrabber arm64  <57f3090213d3374caa2312c847de5d3f> /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
0x1e7059000 - 0x1e7069fff ARDisplayDevice arm64  <4b696e6fea1f31299f45c9ba85e1e5df> /System/Library/PrivateFrameworks/ARDisplayDevice.framework/ARDisplayDevice
0x1e70d9000 - 0x1e70ecfff AppSSOCore arm64  <fcc121e7fbb9381ab95080d27b1dceac> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore

EOF

move facebook app_id out of the module to enable events auto logging

I'm trying to have AutoLogAppEventsEnabled=true to log basic statistics such as installs, launches, session lengths, retention without doing this all manually. No matter what I've tried would not make it work until I got to change app_id to mine in the module resources android/res/values/strings.xml. So its current content is this:

<?xml version='1.0' encoding='UTF-8'?>
<resources>
	<string name="facebook_app_id">SOMEONES_APP_ID</string>
  	<string name="fb_login_protocol_scheme">fbSOMEONES_APP_ID</string>
</resources>

where SOMEONES_APP_ID is actually a number, but just didn't want to share it here. After changing this number to my app_id, basic events auto logging started to work.

Is there a way to set this number without recompiling this Godot module and Android templates? Basically this also means, that for each app_id (if there's several like production or dev) one would need to have a dedicated android godot template.

I've tried removing this from the android manifest file:

<meta-data android:name="com.facebook.sdk.ApplicationId"
		   android:value="@string/facebook_app_id" />

But then I get the following error on app startup and auto logging wouldn't work:

08-23 09:13:41.077 29237 29237 I FacebookInitProvider: Failed to auto initialize the Facebook SDK
08-23 09:13:41.077 29237 29237 I FacebookInitProvider: A valid Facebook app id must be set in the AndroidManifest.xml or set by calling FacebookSdk.setApplicationId before initializing the sdk.
08-23 09:13:41.077 29237 29237 I FacebookInitProvider: 	at com.facebook.FacebookSdk.sdkInitialize(FacebookSdk.java:294)
08-23 09:13:41.077 29237 29237 I FacebookInitProvider: 	at com.facebook.FacebookSdk.sdkInitialize(FacebookSdk.java:250)

So I found then this line to change to set app_id from the godot script and init facebook manually:

<meta-data android:name="com.facebook.sdk.AutoInitEnabled"
		   android:value="false"/>

But it doesn't seem to do anything and the there's still same exception "failed to auto init sdk".

Given that in Godot project you can set Android permissions which then get injected into the build, so I wonder if these tags from the strings.xml can be also somehow taken from the godot project settings.

Trying to make this work on Godot 3.1.1-stable branch.

Facebook ios sdk update

Could someone please provide instructions on how to update the iOS SDK version? I'm having a lot of problems lately on the iOS version and would like to see if updating the sdk would solve it as I don't have the same problems on the android version (which I've already updated)
Thanks

Android - plugin not running

Hi, I've been trying to install this plugin, however so far I cannot get the plugin to initialise properly on Android.
This is the error I get:
**Warning**: Facebook plugin not found!
I installed the plugin via nativelib from the asset store. I put in a valid facebook app ID code, and clicked the switch "Enable Android for project" at the top of the NativeLib ui. I've also enabled "use custom build" in the export template. However I still see this error when I run the game on Android.
Do you have any ideas of where I might have gone wrong, and how I can debug this issue?
Thanks!

android module build failure and fix suggestion

hey, thanks for the trouble of picking this up and making it work!

When building Android module, I'm getting the following error while running gradle part:

Execution failed for task ':transformDexArchiveWithExternalLibsDexMergerForDebug'.
> com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:

I've managed to fix the build by adding this code to build.gradle though not familiar very well myself with the Android build process and gradle so am not sure if it's a valid fix but it works for me (found somewhere on the forums):

// this is fix to build GodotFacebook module for Android template
configurations.all {
    resolutionStrategy.eachDependency { DependencyResolveDetails details ->
        def requested = details.requested
        if (requested.group == "com.android.support") {
            if (!requested.name.startsWith("multidex")) {
                details.useVersion "27.+"
            }
        }
    }
}

Building on Godot 3.1.1-stable branch, Java 1.8.0_60.

Failure while building Godot for Android with the Facebook module

This is the error:

Building for Android (armv7) (with NEON)
AttributeError: 'SConsEnvironment' object has no attribute 'android_add_maven_repository':
  File "C:\Users\user\Documents\dev\godot\SConstruct", line 427:
    config.configure(env)
  File "./modules/GodotFacebook\config.py", line 9:
    env.android_add_maven_repository("url 'https://maven.google.com'")
scons: Reading SConscript files ...
Building for Android (arm64v8)
WARNING: android_arch=arm64v8 is not supported by ndk_platform lower than android-21; setting ndk_platform=android-21
AttributeError: 'SConsEnvironment' object has no attribute 'android_add_maven_repository':
  File "C:\Users\user\Documents\dev\godot\SConstruct", line 427:
    config.configure(env)
  File "./modules/GodotFacebook\config.py", line 9:
    env.android_add_maven_repository("url 'https://maven.google.com'")
scons: Reading SConscript files ...
Building for Android (x86)
AttributeError: 'SConsEnvironment' object has no attribute 'android_add_maven_repository':
  File "C:\Users\user\Documents\dev\godot\SConstruct", line 427:
    config.configure(env)
  File "./modules/GodotFacebook\config.py", line 9:
    env.android_add_maven_repository("url 'https://maven.google.com'")

Wrong indentation on config.py

Getting this where running scons on Windows:

scons: Reading SConscript files ...
  File "./modules/GodotFacebook\config.py", line 5

    return True

              ^

TabError: inconsistent use of tabs and spaces in indentation

scons: Reading SConscript files ...
  File "./modules/GodotFacebook\config.py", line 5

    return True

              ^

TabError: inconsistent use of tabs and spaces in indentation

scons: Reading SConscript files ...
  File "./modules/GodotFacebook\config.py", line 5

    return True

              ^

TabError: inconsistent use of tabs and spaces in indentation

iOS Crash on Start

I compiled the iOS export template and put it on the xcode project directory but the game crashes on start with the following error:

2019-11-01 04:16:31.561202+0330 Autoban[2033:413946] +[FBSDKBasicUtility array:addObject:]: unrecognized selector sent to class 0x101ef3908
2019-11-01 04:16:31.561487+0330 Autoban[2033:413946] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[FBSDKBasicUtility array:addObject:]: unrecognized selector sent to class 0x101ef3908'

*** First throw call stack:
(0x1bb4f898c 0x1bb2210a4 0x1bb400cc8 0x1bb4fce08 0x1bb4febec 0x100a754d8 0x100aac540 0x100aa9560 0x100aabc2c 0x102c86c04 0x102c884f4 0x100aabc04 0x100a7e410 0x100a7e2b8 0x1bb45409c 0x1bb4540e4 0x1bb453444 0x1bb4530fc 0x1bb3cf43c 0x1bb452a4c 0x1bb7af2d8 0x1bf4fe5a4 0x1bf5044c0 0x1bece0810 0x1bf1713ec 0x1bece12f8 0x1bece0d50 0x1bece1124 0x1bece09e0 0x1bece4efc 0x1bf0a4028 0x1bf18a5ac 0x1bece4c34 0x1bf18a4a8 0x1bece4aa0 0x1beb59efc 0x1beb58a64 0x1beb59c34 0x1bf502840 0x1bf0c4a0c 0x1c0591994 0x1c05b6960 0x1c059c0f8 0x1c05b661c 0x102c86c04 0x102c8a028 0x1c05db540 0x1c05db20c 0x1c05db734 0x1bb4767e0 0x1bb476738 0x1bb475ed0 0x1bb47101c 0x1bb4708bc 0x1c52dc328 0x1bf5066d4 0x100abae60)
libc++abi.dylib: terminating with uncaught exception of type NSException

Question: iOS Native x Browser?

1 - On iOS login with Facebook only works if the user is a registered developer/admin or a test user, and not some normal Facebook user account. Facebook app is in "Live" Mode. After confirming/accepting the login on the Facebook screen, the login flow goes back to the first Facebook screen without giving an error or confirming the login. I'm missing something or this is expected while the iOS is not approved by Apple? This started working alone.

2 - Even with a test user, login only works if user is connected on the web browser. Being connected only in the Facebook native iOS app does no work for me.

On Android, Plugin/Login works great in all cases (normal user, test user, native, browser)

3 - xcode debug console prints this message:
2021-10-20 11:01:20.750944-0300 app-name[887:186720] FBSDKLog: fb-messenger-share-api is missing from your Info.plist under LSApplicationQueriesSchemes and is required.
is this a problem?

Thanks for the work and effort!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.