Posts

Post not yet marked as solved
0 Replies
204 Views
In visionOS beta 6, the height of the text field in the UISearchBar was dramatically increased without changing the corner radius to match, so now my search bar looks a bit weird when it's placed near the corner of the app window (which has a very large corner radius). I would prefer a pill shape (i.e. completely rounded corners) for the UISearchBar's textfield if it's going to be that tall. Is there a way to change the corner radius of UISearchBar's text field on visionOS? The method that works on iOS doesn't appear to work on visionOS, I assume because of the inset appearance.
Posted Last updated
.
Post not yet marked as solved
0 Replies
148 Views
In the Settings app on visionOS, the slider used in the Display > Text Size screen has buttons arrayed along the track so that you can quickly jump the slider to different text sizes without having to slide the selector manually. Is this a completely custom component, or is there a way to make UISlider behave in a similar way in our own apps?
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
For the past several months, I have not been getting any crash logs for the Apple Watch (or any other extension, for that matter) in the Organizer in Xcode. Has anyone else experienced this? Is there some setting specific to extensions that I need to toggle to ensure crash reports get sent to Xcode? Like turning off bitcode or something like that?
Posted Last updated
.
Post not yet marked as solved
6 Replies
1.1k Views
Some of my users are getting "blank" responses from WeatherKit's REST API. The server is returning a 200 response, but the data returned is just a "{}" string. This issue only affects specific users - when I try the same request myself, with the exact same location and query parameters, I get the data back just fine. Has anyone else experienced an issue like this?
Posted Last updated
.
Post not yet marked as solved
19 Replies
7.9k Views
My project has auto-generated Swift code for Intents in my "ProjectName-Swift.h" file. In Xcode 12, this file had zero warnings, but in Xcode 13 it is filled with thousands of warnings. About half of them are Block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) - the other half are Multiple declarations of method 'handleIntent:completion:' found and ignored. I have tried cleaning my project and deleting the Derived Data folder so far, but still getting the same errors. Since these are auto-generated files, I can't go in and fix the errors myself. Has anyone else seen this on the Xcode 13 beta? Or have any idea how to fix it?
Posted Last updated
.
Post not yet marked as solved
9 Replies
2.4k Views
I’m trying to get background URL sessions working to keep my complications up to date. The docs and session videos from this year state that I should get ~4 background network updates per hour if I have my complication active, but it is taking up to 1.5 hours to get just one background URL session to return on watchOS 7 beta 4. I’m using the sample code from this year’s WWDC session on keeping complications up to date. I am scheduling the URL session to begin after 15 minutes. I have a complication active on the watch. The watch has plenty of battery and is connected to wifi. I’m completing all URL background refresh tasks within 15 secs. Important Note* I do get a URLSessionRefreshBackgroundTask around the time of the earliest begin date, but it just calls willBeginDelayedRequest then urlSessionDidFinishEvents - the download itself doesn’t happen for another hour. (I call setTaskCompleted once urlSessionDidFinishEvents is called, as the session video recommends.) Is anyone else experiencing long delays between when a scheduled download is supposed to begin and when the app is actually woken up? I've filed this as FB8386427 in case any engineers happen to see this.
Posted Last updated
.
Post not yet marked as solved
0 Replies
930 Views
The new SF Symbols palette color feature was working perfectly for me in beta 4, but as soon as I installed beta 5 all my symbols started rendering in a single color. After some debugging, I realized that this is only happening when the image is created via drawRect. Hopefully this is just a minor bug that will be fixed in the next beta, as I just spent an entire week moving everything over to custom symbols (and I have to render them via drawRect)...
Posted Last updated
.
Post marked as Apple Recommended
2.3k Views
The "Add Configuration and Intelligence to Your Widgets" talk from WWDC20 says that you can make a class that conforms to the Intent handler protocol in either your app or an Intents extension (around the 10:48 mark in video). I know how to add an intent handler with an Intents extension, but how do you do it *without* one? I assume I have to add something to the WidgetKit extension's plist so that it knows it's supposed to be registered as handler for the intent, but I can't find anything about this anywhere.
Posted Last updated
.
Post not yet marked as solved
2 Replies
1.3k Views
Has anyone experienced their widget getting "stuck" frequently? The widget I am developing often stops updating after a while. The widget fails to wake and call the timeline method after the reload date passes (no matter how long I wait) and also fails to update when the update method is called from the parent app. It appears as if the widget has just completely stopped responding. If I add another copy of the widget to the Home Screen, that one will update just fine for a while - but the old one stays the same and doesn’t update along with the new one. (Note that this only happens on an actual device. On the simulator, the widgets continue to update flawlessly.) I’ve also experienced issues with the widget never updating its view after it’s been added to the Home Screen. The timeline method gets called, but the widget never updates its appearance on screen. And finally, I often see this issue happen during debugging - I’ll run the app using the WidgetKit scheme, add the widget to the Home Screen, and everything works fine - but when I run it again, the widget appears to get “stuck” and won’t start working again until I remove the widget and add it back again or restart the entire device. I don't see any crash logs or messages in the debugger indicating I've used up too much processing time or something like that, so I'm a bit puzzled as to why this is happening and what I can do to fix it. Hopefully it's just a beta bug that will be resolved in future seeds. Filed as FB8210627.
Posted Last updated
.
Post not yet marked as solved
1 Replies
2.1k Views
I'm having trouble tracking down the cause of the below crash in my watchOS app. Xcode refuses to symbolicate it, and I haven't had any luck doing so myself either - all my usual methods don't seem to play well with watchOS apps. Odd also that code from my app doesn't even appear in the stacktrace.Any help you can provide would be greatly appreciated! {"bug_type":"109","os_version":"Watch OS 6.1.1 (17S449)","build_version":"4.14.0.2","timestamp":"2019-12-15 14:03:03.91 +0000","app_name":"watchOS Extension","bundleID":"com.grailr.CARROTweather.watchkitapp.watchkitextension","incident_id":"F203F0E3-62D2-44C7-84C3-8C4C8E4642BE","name":"watchOS Extension","is_first_party":false,"app_version":"4.14","share_with_app_devs":true,"slice_uuid":"7018baef-b094-3990-b8f7-fca0c2f77bf8","adam_id":961390574} Incident Identifier: F203F0E3-62D2-44C7-84C3-8C4C8E4642BE CrashReporter Key: 92da388fe0ebc111af089be8a17744efe315462e Hardware Model: Watch4,1 Process: watchOS Extension [636] Path: /private/var/containers/Bundle/Application/D61723EC-BF57-4668-B940-85033E795BAD/watchOS.app/PlugIns/watchOS Extension.appex/watchOS Extension Identifier: com.grailr.CARROTweather.watchkitapp.watchkitextension Version: 4.14.0.2 (4.14) AppVariant: 1:Watch4,1:6 Code Type: ARM (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.grailr.CARROTweather.watchkitapp.watchkitextension [488] Date/Time: 2019-12-15 14:03:03.6160 +0000 Launch Time: 2019-12-15 11:10:14.0000 +0000 OS Version: Watch OS 6.1.1 (17S449) Release Type: User Baseband Version: n/a Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Application Specific Information: abort() called Last Exception Backtrace: (0x2338c980 0x22c8e80c 0x23284fa4 0x3370d488 0x336e4634 0x336efa4c 0x336e407c 0x3371a488 0x2335ff8c 0x232668ec 0x33719cc8 0x336e1394 0x59e988 0x33719bd8 0x22d57218 0x22d585a8 0x22d64440 0x2330b2c4 0x23305e68 0x23305878 0x268b32ec 0x40025878 0x22ff09f0 0x22fdc948 0x22fdf29c 0x23ced70c 0x2cb50ee0 0x35a081f4 0x35ad68e0 0x22d94a78) Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x22f14c70 0x22eee000 + 158832 1 libsystem_pthread.dylib 0x22f91980 0x22f8e000 + 14720 2 libsystem_c.dylib 0x22e686f4 0x22df2000 + 485108 3 libc++abi.dylib 0x22c73620 0x22c72000 + 5664 4 libc++abi.dylib 0x22c737f8 0x22c72000 + 6136 5 libobjc.A.dylib 0x22c8ea9c 0x22c86000 + 35484 6 libc++abi.dylib 0x22c80600 0x22c72000 + 58880 7 libc++abi.dylib 0x22c80598 0x22c72000 + 58776 8 libdispatch.dylib 0x22d585bc 0x22d52000 + 26044 9 libdispatch.dylib 0x22d64440 0x22d52000 + 74816 10 CoreFoundation 0x2330b2c4 0x23262000 + 692932 11 CoreFoundation 0x23305e68 0x23262000 + 671336 12 CoreFoundation 0x23305878 0x23262000 + 669816 13 GraphicsServices 0x268b32ec 0x268ad000 + 25324 14 UIKitCore 0x40025878 0x3f74a000 + 9287800 15 libxpc.dylib 0x22ff09f0 0x22fc6000 + 174576 16 libxpc.dylib 0x22fdc948 0x22fc6000 + 92488 17 libxpc.dylib 0x22fdf29c 0x22fc6000 + 103068 18 Foundation 0x23ced70c 0x23ca8000 + 284428 19 PlugInKit 0x2cb50ee0 0x2cb38000 + 102112 20 WatchKit 0x35a081f4 0x359eb000 + 119284 21 WatchKit 0x35ad68e0 0x359eb000 + 964832 22 libdyld.dylib 0x22d94a78 0x22d92000 + 10872 Thread 1 name: com.apple.uikit.eventfetch-thread Thread 1: 0 libsystem_kernel.dylib 0x22ef2560 0x22eee000 + 17760 1 libsystem_kernel.dylib 0x22ef1a2c 0x22eee000 + 14892 2 CoreFoundation 0x2330af68 0x23262000 + 692072 3 CoreFoundation 0x23306264 0x23262000 + 672356 4 CoreFoundation 0x23305878 0x23262000 + 669816 5 Foundation 0x23cb1de4 0x23ca8000 + 40420 6 Foundation 0x23cb1cc4 0x23ca8000 + 40132 7 UIKitCore 0x400b4a00 0x3f74a000 + 9873920 8 Foundation 0x23ddf81c 0x23ca8000 + 1275932 9 libsystem_pthread.dylib 0x22f90930 0x22f8e000 + 10544 10 libsystem_pthread.dylib 0x22f98838 0x22f8e000 + 43064 Thread 2: 0 libsystem_pthread.dylib 0x22f98824 0x22f8e000 + 43044 Thread 3: 0 libsystem_pthread.dylib 0x22f98824 0x22f8e000 + 43044 Thread 4: 0 libsystem_pthread.dylib 0x22f98824 0x22f8e000 + 43044 Thread 5: 0 libsystem_pthread.dylib 0x22f98824 0x22f8e000 + 43044 Thread 6: 0 libsystem_pthread.dylib 0x22f98824 0x22f8e000 + 43044 Thread 7 name: Dispatch queue: NSOperationQueue 0x16db21e0 (QOS: UTILITY) Thread 7: 0 libsystem_kernel.dylib 0x22ef259c 0x22eee000 + 17820 1 libdispatch.dylib 0x22d58ab4 0x22d52000 + 27316 2 libdispatch.dylib 0x22d590f8 0x22d52000 + 28920 3 Foundation 0x23d2ce88 0x23ca8000 + 544392 4 Foundation 0x23d13314 0x23ca8000 + 439060 5 Foundation 0x23d1307c 0x23ca8000 + 438396 6 WatchConnectivity 0x36e080e4 0x36ded000 + 110820 7 CoreFoundation 0x23392a40 0x23262000 + 1247808 8 CoreFoundation 0x23266750 0x23262000 + 18256 9 Foundation 0x23d11fd0 0x23ca8000 + 434128 10 Foundation 0x23dbdf6c 0x23ca8000 + 1138540 11 Foundation 0x23cc832c 0x23ca8000 + 131884 12 Foundation 0x23dbe93c 0x23ca8000 + 1141052 13 Foundation 0x23dbe41c 0x23ca8000 + 1139740 14 libdispatch.dylib 0x22d57218 0x22d52000 + 21016 15 libdispatch.dylib 0x22d585a8 0x22d52000 + 26024 16 libdispatch.dylib 0x22d5acc8 0x22d52000 + 36040 17 libdispatch.dylib 0x22d5a3e0 0x22d52000 + 33760 18 libdispatch.dylib 0x22d6729c 0x22d52000 + 86684 19 libdispatch.dylib 0x22d67a38 0x22d52000 + 88632 20 libsystem_pthread.dylib 0x22f926d4 0x22f8e000 + 18132 21 libsystem_pthread.dylib 0x22f9882c 0x22f8e000 + 43052 Thread 8 name: Dispatch queue: NSOperationQueue 0x16e857a0 (QOS: UTILITY) Thread 8: 0 libsystem_kernel.dylib 0x22f14a40 0x22eee000 + 158272 1 libsystem_pthread.dylib 0x22f94130 0x22f8e000 + 24880 2 Foundation 0x23d3cd28 0x23ca8000 + 609576 3 Foundation 0x23dbca34 0x23ca8000 + 1133108 4 Foundation 0x23d23578 0x23ca8000 + 505208 5 WatchConnectivity 0x36e084e4 0x36ded000 + 111844 6 WatchConnectivity 0x36e12540 0x36ded000 + 152896 7 WatchConnectivity 0x36e02470 0x36ded000 + 87152 8 Foundation 0x23dbbd20 0x23ca8000 + 1129760 9 Foundation 0x23cc8694 0x23ca8000 + 132756 10 Foundation 0x23dbdf6c 0x23ca8000 + 1138540 11 Foundation 0x23cc832c 0x23ca8000 + 131884 12 Foundation 0x23dbe93c 0x23ca8000 + 1141052 13 Foundation 0x23dbe41c 0x23ca8000 + 1139740 14 libdispatch.dylib 0x22d57218 0x22d52000 + 21016 15 libdispatch.dylib 0x22d585a8 0x22d52000 + 26024 16 libdispatch.dylib 0x22d5acc8 0x22d52000 + 36040 17 libdispatch.dylib 0x22d5a3e0 0x22d52000 + 33760 18 libdispatch.dylib 0x22d6729c 0x22d52000 + 86684 19 libdispatch.dylib 0x22d67a38 0x22d52000 + 88632 20 libsystem_pthread.dylib 0x22f926d4 0x22f8e000 + 18132 21 libsystem_pthread.dylib 0x22f9882c 0x22f8e000 + 43052 Thread 9: 0 libsystem_pthread.dylib 0x22f98824 0x22f8e000 + 43044 Thread 10: 0 libsystem_pthread.dylib 0x22f98824 0x22f8e000 + 43044 Thread 11: 0 libsystem_pthread.dylib 0x22f98824 0x22f8e000 + 43044 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000022c83644 x5: 0x000000000077e620 x6: 0x000000000000006e x7: 0x00000000fffffffb x8: 0x00000000009c93c0 x9: 0x000000008fa43d3d x10: 0x0000000000000002 x11: 0x000000000000000d x12: 0x0000000000000000 x13: 0x0000000000000010 x14: 0x0000000000000000 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x0000000000000001 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000407 x21: 0x000000004fc0db28 x22: 0x000000000077e620 x23: 0x0000000000000000 x24: 0x0000000000000114 x25: 0x0000000000000000 x26: 0x00000000009c9470 x27: 0x0000000002ffffff x28: 0x00000000000020ff fp: 0x000000000077e590 lr: 0x0000000022f91980 sp: 0x000000000077e570 pc: 0x0000000022f14c70 cpsr: 0x40000000 esr: 0x56000080 Address size fault Binary Images: 0x428000 - 0x633fff watchOS Extension arm64_32 <7018baefb0943990b8f7fca0c2f77bf8> /var/containers/Bundle/Application/D61723EC-BF57-4668-B940-85033E795BAD/watchOS.app/PlugIns/watchOS Extension.appex/watchOS Extension 0x7f0000 - 0x7fbfff libobjc-trampolines.dylib arm64_32 /usr/lib/libobjc-trampolines.dylib 0x960000 - 0x9c3fff dyld arm64_32 <3d5153027fbe3230a59fb02aaa3127c3> /usr/lib/dyld 0x22c12000 - 0x22c15fff libSystem.B.dylib arm64_32 <97ed3254b33b370d9d5ba1f7acf14c32> /usr/lib/libSystem.B.dylib 0x22c16000 - 0x22c71fff libc++.1.dylib arm64_32 /usr/lib/libc++.1.dylib 0x22c72000 - 0x22c85fff libc++abi.dylib arm64_32 <17aeab6c10523c1d80d056bb64a2bde4> /usr/lib/libc++abi.dylib 0x22c86000 - 0x22cb9fff libobjc.A.dylib arm64_32 <67f42b20bbfc366cb8414fd12c8e2716> /usr/lib/libobjc.A.dylib 0x22cba000 - 0x22cc1fff libcache.dylib arm64_32 <18980e6122b13f72ab5be81b8f3f77a3> /usr/lib/system/libcache.dylib 0x22cc2000 - 0x22cd1fff libcommonCrypto.dylib arm64_32 /usr/lib/system/libcommonCrypto.dylib 0x22cd2000 - 0x22cd5fff libcompiler_rt.dylib arm64_32 /usr/lib/system/libcompiler_rt.dylib 0x22cd6000 - 0x22ce1fff libcopyfile.dylib arm64_32 /usr/lib/system/libcopyfile.dylib 0x22ce2000 - 0x22d51fff libcorecrypto.dylib arm64_32 <656cb6e7343436eea6684a8388fa63e1> /usr/lib/system/libcorecrypto.dylib 0x22d52000 - 0x22d91fff libdispatch.dylib arm64_32 /usr/lib/system/libdispatch.dylib 0x22d92000 - 0x22dc5fff libdyld.dylib arm64_32 <18846387b0f73bf3a468c089c659fe37> /usr/lib/system/libdyld.dylib 0x22dc6000 - 0x22dc9fff liblaunch.dylib arm64_32 /usr/lib/system/liblaunch.dylib 0x22dca000 - 0x22dd1fff libmacho.dylib arm64_32 /usr/lib/system/libmacho.dylib 0x22dd2000 - 0x22dd5fff libremovefile.dylib arm64_32 <142d699b73ac314d9b8e2f75160490c5> /usr/lib/system/libremovefile.dylib 0x22dd6000 - 0x22dedfff libsystem_asl.dylib arm64_32 /usr/lib/system/libsystem_asl.dylib 0x22dee000 - 0x22df1fff libsystem_blocks.dylib arm64_32 /usr/lib/system/libsystem_blocks.dylib 0x22df2000 - 0x22e71fff libsystem_c.dylib arm64_32 /usr/lib/system/libsystem_c.dylib 0x22e72000 - 0x22e79fff libsystem_configuration.dylib arm64_32 /usr/lib/system/libsystem_configuration.dylib 0x22e7a000 - 0x22e85fff libsystem_containermanager.dylib arm64_32 <86374faabf093eea8bc80fcf879768c1> /usr/lib/system/libsystem_containermanager.dylib 0x22e86000 - 0x22e89fff libsystem_coreservices.dylib arm64_32 /usr/lib/system/libsystem_coreservices.dylib 0x22e8a000 - 0x22e95fff libsystem_darwin.dylib arm64_32 /usr/lib/system/libsystem_darwin.dylib 0x22e96000 - 0x22e9dfff libsystem_dnssd.dylib arm64_32 /usr/lib/system/libsystem_dnssd.dylib 0x22e9e000 - 0x22eedfff libsystem_info.dylib arm64_32 /usr/lib/system/libsystem_info.dylib 0x22eee000 - 0x22f1dfff libsystem_kernel.dylib arm64_32 <4d104d3215dd3f4e8ba5077b746f2051> /usr/lib/system/libsystem_kernel.dylib 0x22f1e000 - 0x22f4dfff libsystem_m.dylib arm64_32 <4b53dcfcb6263c3aa945af3189e95977> /usr/lib/system/libsystem_m.dylib 0x22f4e000 - 0x22f69fff libsystem_malloc.dylib arm64_32 <4528ddea90e03687b8ee51d8ddc9d226> /usr/lib/system/libsystem_malloc.dylib 0x22f6a000 - 0x22f79fff libsystem_networkextension.dylib arm64_32 <67de8451e2a038548c82cd23200ba705> /usr/lib/system/libsystem_networkextension.dylib 0x22f7a000 - 0x22f85fff libsystem_notify.dylib arm64_32 <0abe96aab92b367eaa0931915c654fbe> /usr/lib/system/libsystem_notify.dylib 0x22f86000 - 0x22f8dfff libsystem_platform.dylib arm64_32 <461acb74afa83abf9c9d153a3eccfb6b> /usr/lib/system/libsystem_platform.dylib 0x22f8e000 - 0x22f99fff libsystem_pthread.dylib arm64_32 <9a285d80064d3ae3aa637e89a0c62fe4> /usr/lib/system/libsystem_pthread.dylib 0x22f9a000 - 0x22f9dfff libsystem_sandbox.dylib arm64_32 <9a28d8b30c153ac5a21eccf0a6f4bd28> /usr/lib/system/libsystem_sandbox.dylib 0x22f9e000 - 0x22fa5fff libsystem_symptoms.dylib arm64_32 /usr/lib/system/libsystem_symptoms.dylib 0x22fa6000 - 0x22fbdfff libsystem_trace.dylib arm64_32 <360e87df7d923fa1b69653069aa6004d> /usr/lib/system/libsystem_trace.dylib 0x22fbe000 - 0x22fc5fff libunwind.dylib arm64_32 <791343158552339896797a592ca9180a> /usr/lib/system/libunwind.dylib 0x22fc6000 - 0x22ff9fff libxpc.dylib arm64_32 /usr/lib/system/libxpc.dylib 0x22ffa000 - 0x23251fff libicucore.A.dylib arm64_32 <0f8869ba083b32fdb7c9446d303b5879> /usr/lib/libicucore.A.dylib 0x23252000 - 0x23261fff libz.1.dylib arm64_32 <76a51ad9e4ba3749a3a77ca5c3c2ee95> /usr/lib/libz.1.dylib 0x23262000 - 0x235d5fff CoreFoundation arm64_32 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x235d6000 - 0x235d9fff libenergytrace.dylib arm64_32 /usr/lib/libenergytrace.dylib 0x235da000 - 0x23680fff IOKit arm64_32 <371101b1293b33c59e8c9affea7cffa3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x23681000 - 0x23690fff libbz2.1.0.dylib arm64_32 <7d0e4bbb88da3cd49c4cca69cd78a84b> /usr/lib/libbz2.1.0.dylib 0x23691000 - 0x236acfff liblzma.5.dylib arm64_32 <3cddd953f420335393e319a9a4545d1d> /usr/lib/liblzma.5.dylib 0x236ad000 - 0x23834fff libsqlite3.dylib arm64_32 <921d1d770f3d371db4583ebf836c0c5e> /usr/lib/libsqlite3.dylib 0x23835000 - 0x2391cfff libxml2.2.dylib arm64_32 <22e95c8d4aca39bb84da5f937727671a> /usr/lib/libxml2.2.dylib 0x2391d000 - 0x23954fff libMobileGestalt.dylib arm64_32 <7210edc7839f31559e3281db036b1ae4> /usr/lib/libMobileGestalt.dylib 0x23955000 - 0x23ca7fff CFNetwork arm64_32 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x23ca8000 - 0x23f60fff Foundation arm64_32 <92a93bda1eaf3421810da55aad8def91> /System/Library/Frameworks/Foundation.framework/Foundation 0x23f61000 - 0x24099fff Security arm64_32 /System/Library/Frameworks/Security.framework/Security 0x2409a000 - 0x24101fff SystemConfiguration arm64_32 <917117c735773f2ebbcd3f0a1f1a4721> /System/Library/PrivateFrameworks/SystemConfiguration.framework/SystemConfiguration 0x24102000 - 0x24135fff libCRFSuite.dylib arm64_32 /usr/lib/libCRFSuite.dylib 0x24136000 - 0x241a5fff libarchive.2.dylib arm64_32 /usr/lib/libarchive.2.dylib 0x241a6000 - 0x2425cfff libboringssl.dylib arm64_32 <8e64620073c4375ebd49b40fb1203d19> /usr/lib/libboringssl.dylib 0x2425d000 - 0x24274fff libcoretls.dylib arm64_32 /usr/lib/libcoretls.dylib 0x24275000 - 0x24278fff libcoretls_cfhelpers.dylib arm64_32 <48cf5b5d11d53133bde1f9bd90a4ab8d> /usr/lib/libcoretls_cfhelpers.dylib 0x24279000 - 0x2427cfff liblangid.dylib arm64_32 <46ccc291f13e355ca602445b6cd7427e> /usr/lib/liblangid.dylib 0x2427d000 - 0x247d5fff libnetwork.dylib arm64_32 <001e5b15787e39359747cb7110efd179> /usr/lib/libnetwork.dylib 0x247d6000 - 0x2483dfff libusrtcp.dylib arm64_32 /usr/lib/libusrtcp.dylib 0x2483e000 - 0x248f5fff libBLAS.dylib arm64_32 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x248f6000 - 0x24c09fff libLAPACK.dylib arm64_32 <86386d208c7e36c0866eb779f14f28d9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x24c0a000 - 0x24e89fff vImage arm64_32 <4ad6a95e11ff32cbb57ec215b3c8b3e1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x24e8a000 - 0x24e9dfff libSparseBLAS.dylib arm64_32 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x24e9e000 - 0x24ef9fff libvMisc.dylib arm64_32 <1815c29095c9304eb4870928826fce66> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x24efa000 - 0x250c1fff libBNNS.dylib arm64_32 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x250c2000 - 0x250d9fff libLinearAlgebra.dylib arm64_32 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x250da000 - 0x250e1fff libQuadrature.dylib arm64_32 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x250e2000 - 0x25145fff libSparse.dylib arm64_32 <33414021abb336798920d59c76d5047c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x25146000 - 0x251e9fff libvDSP.dylib arm64_32 <885fee29ad313964a38eddd433bebb58> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x251ea000 - 0x251edfff vecLib arm64_32 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x251ee000 - 0x251f1fff Accelerate arm64_32 /System/Library/Frameworks/Accelerate.framework/Accelerate 0x251f2000 - 0x25205fff IOSurface arm64_32 <1fd6fcc6d1633a56926c3c6cd02dcf02> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x25206000 - 0x25775fff CoreGraphics arm64_32 <907eaab852d833249e6d76d22f624612> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x25776000 - 0x2578dfff libcompression.dylib arm64_32 <6091249f5c18316085741d7267087521> /usr/lib/libcompression.dylib 0x2578e000 - 0x25791fff MobileCoreServices arm64_32 <02e5ee94c1313d51a617f3a06398d46c> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x268ad000 - 0x268b8fff GraphicsServices arm64_32 <09a15ec828ea36b0988162563a83db34> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x268b9000 - 0x268bcfff IOSurfaceAccelerator arm64_32 <9570e9923cea336783ab601a575f0504> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x268bd000 - 0x26900fff AppleJPEG arm64_32 <43ce9751c26336298d7408677362d5ef> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x26901000 - 0x26b9cfff ImageIO arm64_32 /System/Library/Frameworks/ImageIO.framework/ImageIO 0x26b9d000 - 0x26c15fff BaseBoard arm64_32 <0f5365abd3f434e9a1a0465057c478ca> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x26c16000 - 0x26c23fff AssertionServices arm64_32 <133f6ee6a63e31c69595577ca3e85295> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x26c24000 - 0x26c2ffff CorePhoneNumbers arm64_32 <6ef752584af33c9a92ad1483218813ca> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x26c30000 - 0x26c6cfff AppSupport arm64_32 <28b0d7cc12ce3a81b0cf14877bbd0ff1> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x26c6d000 - 0x26cfbfff libTelephonyUtilDynamic.dylib arm64_32 /usr/lib/libTelephonyUtilDynamic.dylib 0x26cfc000 - 0x26d0bfff CrashReporterSupport arm64_32 <753dd34148cb39f38b2b1464d3fcfbc3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x26d0c000 - 0x26d24fff ProtocolBuffer arm64_32 <7b47334ab96d3fc5995ce1364a285ebc> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x26d25000 - 0x26d2cfff AggregateDictionary arm64_32 <77ccff651895396698ec48478771a78d> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x26d2d000 - 0x26d5efff MobileKeyBag arm64_32 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x26d5f000 - 0x26d6afff liblockdown.dylib arm64_32 <7d2fdfa24f023583a1925e7961bf6750> /usr/lib/liblockdown.dylib 0x26d6b000 - 0x26dbcfff BackBoardServices arm64_32 <3ddb9212bcf93a70aba60d30d06234f8> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x26dbd000 - 0x26e33fff FrontBoardServices arm64_32 <5a8cbe93c4ca35d9a58664ccff6a1798> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x26e34000 - 0x26e51fff CommonUtilities arm64_32 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x26e52000 - 0x26e9efff SpringBoardServices arm64_32 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x26e9f000 - 0x26eaafff TCC arm64_32 <9dad33377fbe3429a92e8b2515c24b09> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x26eab000 - 0x26ec1fff PowerLog arm64_32 <801b964b5db9306f9c8ac65c8ed16032> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x26ec2000 - 0x2714efff CoreData arm64_32 <34d981f4b19a34aa8e80156cf9d89de5> /System/Library/Frameworks/CoreData.framework/CoreData 0x2714f000 - 0x27156fff libcupolicy.dylib arm64_32 /usr/lib/libcupolicy.dylib 0x27157000 - 0x2722cfff CoreTelephony arm64_32 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x2722d000 - 0x27250fff AppleSauce arm64_32 <8895243893e83e269047284345563354> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x27251000 - 0x272a5fff Accounts arm64_32 /System/Library/Frameworks/Accounts.framework/Accounts 0x272a6000 - 0x272adfff IOAccelerator arm64_32 <17b85faa76753e94b592731bf66f9847> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x272ae000 - 0x272d1fff CoreAnalytics arm64_32 /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x272d2000 - 0x272d9fff libCoreVMClient.dylib arm64_32 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x272da000 - 0x27305fff PersistentConnection arm64_32 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x27306000 - 0x27315fff libmis.dylib arm64_32 /usr/lib/libmis.dylib 0x27316000 - 0x27319fff libCVMSPluginSupport.dylib arm64_32 <144f9e4949b930e1a9182788e03d07a5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x2731a000 - 0x27419fff ManagedConfiguration arm64_32 <2e42c24a4a423b9aaaacc82b85bbaf7d> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x2741a000 - 0x27459fff libGLImage.dylib arm64_32 <09edfdedbbe73df8aeb0f47806832f8c> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x2745a000 - 0x274edfff APFS arm64_32 <8e143dd100be35b1a74984806e282af7> /System/Library/PrivateFrameworks/APFS.framework/APFS 0x274ee000 - 0x27501fff libprotobuf-lite.dylib arm64_32 /usr/lib/libprotobuf-lite.dylib 0x27502000 - 0x27561fff libprotobuf.dylib arm64_32 <93f6e4d0df473c92a65b903ffadf6895> /usr/lib/libprotobuf.dylib 0x27562000 - 0x2756dfff libGFXShared.dylib arm64_32 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x2756e000 - 0x27579fff IOMobileFramebuffer arm64_32 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x2757a000 - 0x2757dfff libCTGreenTeaLogger.dylib arm64_32 <73179a3b28bc3c8697831f98b9d07747> /usr/lib/libCTGreenTeaLogger.dylib 0x2757e000 - 0x27588fff OpenGLES arm64_32 <9c2fb01ea3b63282b17a97d5f8f717f0> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x27589000 - 0x278bffff libAWDSupportFramework.dylib arm64_32 /usr/lib/libAWDSupportFramework.dylib 0x278c0000 - 0x278f3fff CoreVideo arm64_32 <563e55241e4c3199895591a5e0d9ccba> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x278f4000 - 0x2793ffff WirelessDiagnostics arm64_32 <1c78bae3ad1836ab8d9dd53e3038bf8c> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x27940000 - 0x27dbdfff CoreAudio arm64_32 <1653c1c823083b7ab728c535d9db8eeb> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x27dbe000 - 0x27dc5fff libCoreFSCache.dylib arm64_32 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x27dc6000 - 0x27ddffff IntlPreferences arm64_32 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x27de0000 - 0x27ed7fff CoreMedia arm64_32 /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x27ed8000 - 0x27f71fff Metal arm64_32 <4558f570dc0435dc886a1f45e5f29ca2> /System/Library/Frameworks/Metal.framework/Metal 0x27f72000 - 0x280b9fff libFontParser.dylib arm64_32 <9c585e86f79238bea510892dfacf1a3b> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x280ba000 - 0x280bdfff FontServices arm64_32 /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x280be000 - 0x28249fff CoreText arm64_32 <69c4a5ad3f353567b0e63d740df02769> /System/Library/Frameworks/CoreText.framework/CoreText 0x2824a000 - 0x282f6fff CoreBrightness arm64_32 <5919a1739bfa300388c2414ee40956cd> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x282f7000 - 0x28533fff QuartzCore arm64_32 /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x2853f000 - 0x28573fff CoreBluetooth arm64_32 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x28574000 - 0x28582fff libAudioStatistics.dylib arm64_32 <3ff0a53dcea0373585ea6a343eecc4f3> /usr/lib/libAudioStatistics.dylib 0x28583000 - 0x2872ffff AudioToolbox arm64_32 <7418a001c3ef38a9a034052502366e6c> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x28730000 - 0x288effff ColorSync arm64_32 <2c5a506f449e3aa4a86220ffc581366f> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x288f0000 - 0x2898ffff ************ arm64_32 <0c65fc662ed637338ae8d69abaab3342> /System/Library/Frameworks/************.framework/************ 0x28990000 - 0x28a83fff libiconv.2.dylib arm64_32 /usr/lib/libiconv.2.dylib 0x28a84000 - 0x28c4bfff libFosl_dynamic.dylib arm64_32 <4b2b4384ce8b30cea5529e37186c3f75> /usr/lib/libFosl_dynamic.dylib 0x28c4c000 - 0x28eb2fff CoreImage arm64_32 /System/Library/Frameworks/CoreImage.framework/CoreImage 0x28eda000 - 0x28f24fff CoreLocationProtobuf arm64_32 /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x28f25000 - 0x29ddcfff GeoServices arm64_32 <8c5d3dab8c1a3d109275bc3e24b7a247> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x29ddd000 - 0x29e1afff StreamingZip arm64_32 /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x29e1b000 - 0x29e8dfff CoreLocation arm64_32 /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x29e8e000 - 0x29ea8fff MobileAsset arm64_32 <9027945b0ac6373d85c3be51c2555292> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x29ea9000 - 0x29ebcfff CoreEmoji arm64_32 <3785629c816536ed8ed78224af69242b> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x29ebd000 - 0x29ec0fff PhoneNumbers arm64_32 <668c05b00ad537a8a0115c6fb4eb24fe> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x29ec1000 - 0x29f08fff Lexicon arm64_32 /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x29f09000 - 0x29ffcfff LanguageModeling arm64_32 <54de4b72456331d38e863385baa06de5> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x29ffd000 - 0x2ac4cfff JavaScriptCore arm64_32 <68bfdb9bbe9b3a568ea8d4a774ad9d12> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x2ac4d000 - 0x2c73dfff WebCore arm64_32 <8248d3e5b87b3f4090bdc7f8d9699f0d> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x2c73e000 - 0x2c74ffff TextureIO arm64_32 /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x2c750000 - 0x2c767fff libAccessibility.dylib arm64_32 <0a2b1c37b28136f9a5890706348a0f72> /usr/lib/libAccessibility.dylib 0x2c794000 - 0x2c7a3fff AppleFSCompression arm64_32 /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x2c7a4000 - 0x2c857fff CoreUI arm64_32 <3849d23a565b339791a03af3d79689b9> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x2c858000 - 0x2c88efff DataDetectorsCore arm64_32 <3cb0469099ba3dd5a6998bab0050ed01> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x2c88f000 - 0x2c8f8fff TextInput arm64_32 <8ee2bf6109463d5ca18e8bfa06bef18f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x2c8f9000 - 0x2c92afff UserNotifications arm64_32 <94432f34771d35d7b7df994cd1d12554> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x2c92b000 - 0x2c9f6fff ProofReader arm64_32 <6495cb9fb0d537e6a50de18f62e47f75> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x2c9f7000 - 0x2ca05fff HangTracer arm64_32 <618461c6d91f339ebba37f857af453aa> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x2ca06000 - 0x2ca4ffff PhysicsKit arm64_32 <6d111955e42430968d16d9ef831d672d> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x2ca50000 - 0x2cb33fff UIFoundation arm64_32 <9feb242a6cf83b0b8686e3c5ff9d67b5> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x2cb34000 - 0x2cb37fff UIKit arm64_32 <0b83033fb42e3fdc9d6696706af70f3a> /System/Library/Frameworks/UIKit.framework/UIKit 0x2cb38000 - 0x2cb64fff PlugInKit arm64_32 <72b899570f7e3b13955d4884e4000c53> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x2cb70000 - 0x2cbe5fff ContactsFoundation arm64_32 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x2cbe6000 - 0x2cc12fff DataAccessExpress arm64_32 <0d930ec1f4dc30308834c2f3e6467788> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x2cc13000 - 0x2ccaafff AddressBookLegacy arm64_32 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x2ccab000 - 0x2cdd0fff Network arm64_32 <4169497ab3b9326c98ad3e22ed944bfd> /System/Library/Frameworks/Network.framework/Network 0x2cdd1000 - 0x2cdecfff NetworkStatistics arm64_32 <6cc85434a72c3161bad9893791ec1040> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x2ce46000 - 0x2d481fff MediaToolbox arm64_32 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x2d482000 - 0x2d64bfff CoreMotion arm64_32 <4b6a28cbcd3a30a19079dbe4ce30163b> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x2d64c000 - 0x2d8d1fff ********* arm64_32 /System/Library/PrivateFrameworks/*********.framework/********* 0x2d8d2000 - 0x2d8dcfff IntentsFoundation arm64_32 /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x2d8dd000 - 0x2d910fff libtidy.A.dylib arm64_32 /usr/lib/libtidy.A.dylib 0x2d911000 - 0x2dcfefff Intents arm64_32 <02ba01228d6737c0842ae556f30ca39f> /System/Library/Frameworks/Intents.framework/Intents 0x2dcff000 - 0x2dd58fff IMFoundation arm64_32 <6635b6135df83b22af1ee31b1189ef8f> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x2decd000 - 0x2ded7fff AppleIDAuthSupport arm64_32 <2e240a791eda34e6b981505b72e28798> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x2ded8000 - 0x2dfc7fff AVFAudio arm64_32 /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x2dfc8000 - 0x2e03afff AuthKit arm64_32 <5c13b247f2903406aad9023bac1ef4bb> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x2e03b000 - 0x2e0b6fff Quagga arm64_32 <44662e48947a35c9a6f36c7b7645ae7c> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x2e0b7000 - 0x2e26ffff AVFoundation arm64_32 <5203cad6f2b637fdb32b3bd2bd82c2dd> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x2e4b0000 - 0x2e4b3fff Marco arm64_32 <9fb42937179236829269856218c21664> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x2e4b4000 - 0x2e4e1fff vCard arm64_32 <4eef16b965dd3e7fbaf25aefc6783e40> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x2e4e2000 - 0x2e603fff Contacts arm64_32 /System/Library/Frameworks/Contacts.framework/Contacts 0x2e622000 - 0x2e637fff Engram arm64_32 /System/Library/PrivateFrameworks/Engram.framework/Engram 0x2e638000 - 0x2e763fff IDSFoundation arm64_32 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x2e764000 - 0x2e84cfff IDS arm64_32 <4f168720eaa431eca53a36353c649626> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x2e84d000 - 0x2e87cfff EAP8021X arm64_32 <7aedc67e9b893bc69bac3741d0e46c30> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x2e87d000 - 0x2e8ccfff MobileWiFi arm64_32 <1d0c3c3e69793962b5420ccfcba7803b> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x2eb5c000 - 0x2ecb0fff CoreUtils arm64_32 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x2edc4000 - 0x2edf9fff MediaServices arm64_32 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x2edfa000 - 0x2ee01fff NanoPreferencesSync arm64_32 <154d220e68e931c1b1565f354e739170> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x2ee02000 - 0x2ee56fff CarouselServices arm64_32 <51e4c60af2493bc7a4bf662a5ee3abeb> /System/Library/PrivateFrameworks/CarouselServices.framework/CarouselServices 0x2ee57000 - 0x2f03afff MediaRemote arm64_32 <892c9af2555b369c8d9fdfe7321efdf8> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x2f03b000 - 0x2f0b1fff SAObjects arm64_32 <9559124aa7ab3940b232ecfcfb049bd3> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x2f0b2000 - 0x2f0c1fff MobileIcons arm64_32 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x2f0c2000 - 0x2f63dfff SiriTTS arm64_32 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x2f67a000 - 0x2f6b5fff VoiceServices arm64_32 <977a8172564533358de072ab21b5e187> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x2f6b6000 - 0x2f7e8fff AssistantServices arm64_32 <1e94d6a9f1c03ea08a4102212eb01e27> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x2f7e9000 - 0x2f803fff EmojiFoundation arm64_32 <55165b6984283305a07fcfe98eb35062> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x2f824000 - 0x2f9b4fff PepperUICore arm64_32 <1c3b25f83b413cb28e4312413ee7e301> /System/Library/PrivateFrameworks/PepperUICore.framework/PepperUICore 0x2fc86000 - 0x2fcb9fff Bom arm64_32 <4867b23ac3e1385bb0f5bea9dce80b02> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x2fd0a000 - 0x2fd71fff NanoRegistry arm64_32 /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x2feaa000 - 0x2febdfff MobileBluetooth arm64_32 <39102f6c404739e69b3554a4c9b1215b> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x2febe000 - 0x2fec5fff CommunicationsFilter arm64_32 <180d5ac406273fe68fc685193d1e0fde> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x2fec6000 - 0x2fed4fff BluetoothManager arm64_32 <6cd3595835c43f5ab84e6e9ec06599f1> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x2fed5000 - 0x2fedcfff IncomingCallFilter arm64_32 <3134d89091723d6dae779cc474a65d31> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x2fedd000 - 0x2fee4fff MobileSystemServices arm64_32 <774f807b36c535f79d4a48b68498cb58> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x2ffb5000 - 0x30001fff ToneLibrary arm64_32 /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x30379000 - 0x30391fff PrototypeTools arm64_32 <705eebf988e73542b5a909cec0cd636d> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x30392000 - 0x3039dfff libChineseTokenizer.dylib arm64_32 <8c77e4cb4eca3cf099e7ba46fa35c774> /usr/lib/libChineseTokenizer.dylib 0x31438000 - 0x314a7fff CoreNLP arm64_32 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x314a8000 - 0x314d8fff MobileInstallation arm64_32 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x31c3c000 - 0x31c9dfff CoreSpotlight arm64_32 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x31c9e000 - 0x31cb1fff BaseBoardUI arm64_32 <387b1a4423e13128b2b809459af2f4ad> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x326af000 - 0x326b6fff CoreTime arm64_32 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x32895000 - 0x3291dfff BulletinBoard arm64_32 <9d25bafa77d83fc591dc3972fc40a41d> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 0x3291e000 - 0x32921fff ConstantClasses arm64_32 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x329d8000 - 0x329f1fff CloudServices arm64_32 /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices 0x32fb7000 - 0x32fbafff LinguisticData arm64_32 <6929aaa4795c3a28a21be275d3154bfd> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x336dd000 - 0x3372efff ClockKit arm64_32 <9f3c268ff3b93058912ca29d7e20e716> /System/Library/Frameworks/ClockKit.framework/ClockKit 0x337a7000 - 0x337e8fff CarouselUIServices arm64_32 /System/Library/PrivateFrameworks/CarouselUIServices.framework/CarouselUIServices 0x350a8000 - 0x350affff NanoPairedSync arm64_32 <76df38cfd53437f5a2ebcd31bc382c49> /System/Library/PrivateFrameworks/NanoPairedSync.framework/NanoPairedSync 0x357a4000 - 0x358c1fff Montreal arm64_32 /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x358c2000 - 0x358d4fff LocalAuthentication arm64_32 <22cbbc06043c37ae8c39714c13a135e9> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x359eb000 - 0x35b0bfff WatchKit arm64_32 /System/Library/Frameworks/WatchKit.framework/WatchKit 0x35bc8000 - 0x35f34fff Espresso arm64_32 <46a6973d651e36c2867aa114d38642aa> /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x3678b000 - 0x367b8fff ClockKitUI arm64_32 /System/Library/PrivateFrameworks/ClockKitUI.framework/ClockKitUI 0x369a9000 - 0x36abefff Sharing arm64_32 /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x36abf000 - 0x36b18fff UserActivity arm64_32 /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity 0x36ded000 - 0x36e23fff WatchConnectivity arm64_32 <39a4e767460130c38ec1c6e724909442> /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity 0x37848000 - 0x37864fff IntentsCore arm64_32 <22654e2ac7f53b69afa9fe30870b6bfe> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore 0x38994000 - 0x38a01fff Rapport arm64_32 <61bcaff42d873aa3b4ca39b4a0e8641e> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x3918e000 - 0x391a5fff libCGInterfaces.dylib arm64_32 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x39e91000 - 0x39e97fff PushKit arm64_32 <870ccd53166c3553bb34efe97827aaa3> /System/Library/Frameworks/PushKit.framework/PushKit 0x3a523000 - 0x3a542fff CellularPlanManager arm64_32 <4789b9a3ea3d31c9afc4a64bed8a1903> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x3ad9a000 - 0x3adc5fff CoreServicesInternal arm64_32 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x3af84000 - 0x3af92fff DeviceIdentity arm64_32 <12cd76a035cb362ebb6d4492ef199696> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x3b1a9000 - 0x3b1b8fff libGSFontCache,6.dylib arm64_32 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache,6.dylib 0x3ca26000 - 0x3ca2dfff InternationalSupport arm64_32 <68cf1f91b0843b64b39b4363c13c2f18> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x3ce16000 - 0x3ce43fff OSAnalytics arm64_32 <112ac74eb3e93099a4549487b717cc83> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x3d39f000 - 0x3d3a2fff XCTTargetBootstrap arm64_32 <93f417c663bb3418840384d6286dd57d> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x3d3ab000 - 0x3d3befff libEDR arm64_32 /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x3d507000 - 0x3d542fff libAWDSupport.dylib arm64_32 <00132a85cee13a348d0c80f4b4d8acf7> /usr/lib/libAWDSupport.dylib 0x3d739000 - 0x3d743fff libMobileGestaltExtensions.dylib arm64_32 <61370984d7663db2b5750ab69063122c> /usr/lib/libMobileGestaltExtensions.dylib 0x3d84a000 - 0x3d8ddfff libate.dylib arm64_32 <05f0118177323b24b14db4aff37cf801> /usr/lib/libate.dylib 0x3d8de000 - 0x3d8e1fff libcharset.1.dylib arm64_32 /usr/lib/libcharset.1.dylib 0x3db66000 - 0x3db85fff libedit.3.dylib arm64_32 <5e5abe52f7863e199bc0f5abeffc283b> /usr/lib/libedit.3.dylib 0x3dc1e000 - 0x3dc21fff libsandbox.1.dylib arm64_32 <34b8f5a96dfa315eb8b4171593c72c0d> /usr/lib/libsandbox.1.dylib 0x3ea4b000 - 0x3ebb8fff CoreServices arm64_32 /System/Library/Frameworks/CoreServices.framework/CoreServices 0x3ebb9000 - 0x3ebbcfff AOPHaptics arm64_32 <4a78bcf2616331479f24ec800d58cf5f> /System/Library/PrivateFrameworks/AOPHaptics.framework/AOPHaptics 0x3ef53000 - 0x3f14cfff AudioToolboxCore arm64_32 <6de371909b5e3ba287088fd490e980f3> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x3f14d000 - 0x3f178fff BoardServices arm64_32 /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x3f17d000 - 0x3f1a7fff CoreServicesStore arm64_32 <436fcaa463113f04a8b730128332b9b8> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x3f1c5000 - 0x3f1d4fff libGSFont.dylib arm64_32 /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x3f1d5000 - 0x3f1e4fff libhvf.dylib arm64_32 <727138e276c43ac795ede1e28aa04a28> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x3f234000 - 0x3f25bfff IconServices arm64_32 <6f28782748bb32f5ab187cb081bb5733> /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x3f25c000 - 0x3f262fff IdleTimerServices arm64_32 <6e83d9fc7f433450bf4415b418e5f509> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x3f263000 - 0x3f288fff LocationSupport arm64_32 <630eb26effbd36c2a3b1c48692e64fe4> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x3f47e000 - 0x3f48ffff RemoteTextInput arm64_32 /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x3f490000 - 0x3f4c6fff RunningBoardServices arm64_32 <99003ad9c2fd3c9287dc9945933bdd11> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x3f74a000 - 0x40639fff UIKitCore arm64_32 <66ea4bf5f88b3eff9d6fa0ceb7f7ac71> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x4063a000 - 0x40647fff UIKitServices arm64_32 <4e7b78f8b2df393ebc94fe71928ebe54> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x40648000 - 0x4064bfff WatchdogClient arm64_32 <58b56e7bbd06301b80ff930b4de3cbee> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x407cc000 - 0x40803fff libAudioToolboxUtility.dylib arm64_32 <041e138cb3b9328191c29079c7afad27> /usr/lib/libAudioToolboxUtility.dylib 0x40804000 - 0x4080bfff libIOReport.dylib arm64_32 /usr/lib/libIOReport.dylib 0x4080c000 - 0x408c3fff libmecab.dylib arm64_32 <57545d23f5fd3615848b36e32d415e8f> /usr/lib/libmecab.dylib 0x411bf000 - 0x412befff Combine arm64_32 <37b7e7a0160236d6b7b0dd0bedca5d06> /System/Library/Frameworks/Combine.framework/Combine 0x41564000 - 0x4156efff IntentsUI arm64_32 <4845758c98803408a45f184802dd35a8> /System/Library/Frameworks/IntentsUI.framework/IntentsUI 0x415dd000 - 0x41613fff SharedUtils arm64_32 <0264f563e2253a13a17f2cd32fb6bbef> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x41614000 - 0x4161ffff MediaAccessibility arm64_32 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x42caf000 - 0x42cc2fff ANEServices arm64_32 <2ff0f0d199d03116802d6158647c6958> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x42d19000 - 0x42d27fff AXCoreUtilities arm64_32 <4171eac610303998b3a1bd7f2de17b35> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x43742000 - 0x43754fff AppleNeuralEngine arm64_32 <466294737c233d2995862c5117a39544> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x43a9e000 - 0x43aadfff CPMS arm64_32 <185ede74d5b33302a3cc2c0092d7c74a> /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x43c11000 - 0x43c1cfff CaptiveNetwork arm64_32 <081ec89379ab3438be34a83fdb4325b6> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x4461c000 - 0x4463ffff CoreSVG arm64_32 <938a121e5bf13325bc433f28f927497a> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x44696000 - 0x44719fff CoreSymbolication arm64_32 <5d76adc8cc5a3dfe81544203f607da9f> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x4486a000 - 0x44879fff DataMigration arm64_32 <912bb40f083e376eb143ccb9fcb72b77> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x4568a000 - 0x45695fff MallocStackLogging arm64_32 <2faa9dcf6705382d9c22ba9af12d4aa3> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x45709000 - 0x457e2fff MediaExperience arm64_32 /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x45817000 - 0x45861fff MetadataUtilities arm64_32 <3e7f263cba343a61857d152acfed1fee> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x458bd000 - 0x458c8fff MobileActivation arm64_32 /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x45ce6000 - 0x45cedfff Netrb arm64_32 <53231e7eb6653d44a3ec89bf9e01d97a> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x45d47000 - 0x45d4afff OSAServicesClient arm64_32 <581e095322cc3837a645caf18a53d4e2> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x45d70000 - 0x45db2fff OTSVG arm64_32 <3e6d21d1fcc4338c814c60c186a3d70d> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x4647e000 - 0x465bbfff SearchFoundation arm64_32 /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x46603000 - 0x4667afff ShareSheet arm64_32 <9f2ed2a63eeb34f1861485c760a149f8> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x466bb000 - 0x466befff SignpostMetrics arm64_32 /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x46702000 - 0x4672bfff SiriInstrumentation arm64_32 <0c07a5d1e7ee3706a3258fd6ce7a9e7e> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x46869000 - 0x468e7fff Symbolication arm64_32 <49d135c984183096ba39d628379ce1c6> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x46b6e000 - 0x46b75fff URLFormatting arm64_32 <30d35412306d3aeb8c84ad63a15eedb2> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x46eaa000 - 0x46ff5fff WebKitLegacy arm64_32 <8f92264145933d42b7b05f27db3f96a1> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x4753d000 - 0x47550fff caulk arm64_32 <282011077af1349b88e64280a200b587> /System/Library/PrivateFrameworks/caulk.framework/caulk 0x47581000 - 0x4758ffff perfdata arm64_32 <7927f3ab28ea3afa8d6c193f497cf5d6> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x47882000 - 0x47889fff libMatch.1.dylib arm64_32 /usr/lib/libMatch.1.dylib 0x4798f000 - 0x47992fff libThaiTokenizer.dylib arm64_32 <9c27dec81f433461887325b57aec0d3e> /usr/lib/libThaiTokenizer.dylib 0x47a13000 - 0x47a2afff libapple_nghttp2.dylib arm64_32 <1bbd9dbc5b7935fdbcbe7f12c716a73b> /usr/lib/libapple_nghttp2.dylib 0x47a8f000 - 0x47aa2fff libbsm.0.dylib arm64_32 /usr/lib/libbsm.0.dylib 0x47aa3000 - 0x47ab6fff libcmph.dylib arm64_32 /usr/lib/libcmph.dylib 0x47f83000 - 0x47f8afff libgermantok.dylib arm64_32 <240580fbe93632f6b088004791cbdffe> /usr/lib/libgermantok.dylib 0x48343000 - 0x48372fff libncurses.5.4.dylib arm64_32 <64573469d87f3b5fb6f341b7a30f647a> /usr/lib/libncurses.5.4.dylib 0x4868b000 - 0x4869afff libperfcheck.dylib arm64_32 /usr/lib/libperfcheck.dylib 0x486a7000 - 0x486aafff libutil.dylib arm64_32 <30db7b19802f3cb5bbccc06d34cb27ac> /usr/lib/libutil.dylib 0x48717000 - 0x48a82fff libswiftCore.dylib arm64_32 <0c6f5cca989936a79c8939e0126a9318> /usr/lib/swift/libswiftCore.dylib 0x48a83000 - 0x48a86fff libswiftCoreFoundation.dylib arm64_32 /usr/lib/swift/libswiftCoreFoundation.dylib 0x48a87000 - 0x48a96fff libswiftCoreGraphics.dylib arm64_32 <016503218293380f9e511db64afac373> /usr/lib/swift/libswiftCoreGraphics.dylib 0x48aeb000 - 0x48af2fff libswiftDarwin.dylib arm64_32 <82cf7aef226835ccae6a21ebc1ade5c5> /usr/lib/swift/libswiftDarwin.dylib 0x48af3000 - 0x48b0efff libswiftDispatch.dylib arm64_32 <7b553044a49935518810a49e83296a20> /usr/lib/swift/libswiftDispatch.dylib 0x48b0f000 - 0x48ca3fff libswiftFoundation.dylib arm64_32 <8203c1f16c6e37aaa981b4578aea48fa> /usr/lib/swift/libswiftFoundation.dylib 0x48cb0000 - 0x48cb3fff libswiftObjectiveC.dylib arm64_32 /usr/lib/swift/libswiftObjectiveC.dylib 0x48d60000 - 0x48d63fff libsystem_featureflags.dylib arm64_32 <4bcebee1d2913bf9846556a65eae89ee> /usr/lib/system/libsystem_featureflags.dylib EOF
Posted Last updated
.
Post not yet marked as solved
0 Replies
790 Views
I'm testing the submission/validation process for my Catalyst app, and I keep getting an App Store Connect error saying I have invalid code signing entitlements because my App Group does not start with my team ID. Mac apps are supposed to prefix their App Groups with the team ID, but iOS apps are prefixed with just the word "group". And there's no way to manually change an iOS app group to start with a team ID (at least not that I can find). Has anyone found a workaround for this? Or am I just not able to use App Groups in a Catalyst app?(Note that I am using manual code signing because I need to submit the app for an existing app ID, so perhaps this isn't an issue for automatic signing.)
Posted Last updated
.
Post not yet marked as solved
5 Replies
1.9k Views
After switching my bundle identifier from the one automatically generated for a Catalyst app to the bundle ID of an existing Mac app, I am no longer receiving remote push notifications.The app shows that it is registered for notifications. The topic on the server is set to the correct bundle ID (the bundle ID Of the existing Mac app). I’ve tried with a JWT token and with Mac push certificates.The response from the server returns 200 “sent”, but I’m not receiving the notification on my device.Has anyone gotten push notifications working with a Catalyst app not using the auto-generated bundle ID? Any ideas on stuff I could try to get this working?
Posted Last updated
.
Post marked as solved
1 Replies
1.3k Views
Has anyone figured out how to (in code) add separators between items in the menu bar in Catalyst/UIKitForMac?
Posted Last updated
.
Post not yet marked as solved
0 Replies
773 Views
Any AVSpeechSynthesizer utterance on iOS 13 ignores the mute/silent switch and plays the audio through the device's speakers. I thought maybe I had some weird audio setting in my app that was causing this, but I just tried creating a demo app that does nothing but play an AVSpeechSynthesizer utterance and it ignores the mute switch as well. Has anyone found a workaround for this?
Posted Last updated
.