Posts

Post not yet marked as solved
0 Replies
245 Views
If I list all the voices associated against “English (Australia)” in macOS 13.2 it prints out these names :- voiceCountry = English (Australia) VoiceName = Karen voiceCountry = English (Australia) VoiceName = Karen(Enhanced) voiceCountry = English (Australia) VoiceName = Karen(Premium) voiceCountry = English (Australia) VoiceName = Laura voiceCountry = English (Australia) VoiceName = Lee(Enhanced) voiceCountry = English (Australia) VoiceName = Matilda voiceCountry = English (Australia) VoiceName = Matilda(Enhanced) voiceCountry = English (Australia) VoiceName = Matilda(Premium) BUT if I select the voice “Laura” its list the country thus :- countryName = Slovak (Slovakia). My code worked fine on all previous versions of macOS so can anybody please explain this. I could post the relevant code I have produced if required but am sure you will know how to list out all installed names to check this better. Also previously English (United Kingdom) had 4 voice names (plus some Enhanced versions) but now it lists these :- VoiceName = Daniel voiceCountry = English (United Kingdom) VoiceName = Daniel(Enhanced) voiceCountry = English (United Kingdom) VoiceName = Deranged voiceCountry = English (United Kingdom) VoiceName = Fiona(Enhanced) voiceCountry = English (United Kingdom) VoiceName = GoodNews voiceCountry = English (United Kingdom) VoiceName = GoodNews voiceCountry = English (United Kingdom) VoiceName = Kate voiceCountry = English (United Kingdom) VoiceName = Kate(Enhanced) voiceCountry = English (United Kingdom) VoiceName = Jamie voiceCountry = English (United Kingdom) VoiceName = Jamie(Enhanced) voiceCountry = English (United Kingdom) VoiceName = Jamie(Premium) voiceCountry = English (United Kingdom) VoiceName = Oliver voiceCountry = English (United Kingdom) VoiceName = Oliver(Enhanced) voiceCountry = English (United Kingdom) VoiceName = Ralph voiceCountry = English (United Kingdom) VoiceName = Rishi(Enhanced) voiceCountry = English (United Kingdom) VoiceName = Samantha voiceCountry = English (United Kingdom) VoiceName = Serena voiceCountry = English (United Kingdom) VoiceName = Serena(Enhanced) voiceCountry = English (United Kingdom) VoiceName = Serena(Premium) voiceCountry = English (United Kingdom) VoiceName = Serena(Premium) voiceCountry = English (United Kingdom) VoiceName = Stephanie voiceCountry = English (United Kingdom) VoiceName = Stephanie(Enhanced) Two things to note are, 1 lots of these names were previously just under “United States” and why is “GoodNews” listed twice. Having just checked English (United States) “Samantha” is listed twice and “GoodNews” three times. Any help will be gratefully received.
Posted
by APGH.
Last updated
.
Post not yet marked as solved
6 Replies
10k Views
I have created my first independent watchOS app with Xcode 11 which I can run in the simulator fine but how do I install it on my physical Apple Watch 4, running watchOS 6.01?
Posted
by APGH.
Last updated
.
Post not yet marked as solved
2 Replies
14k Views
My first macOS app complies and runs on my 2 MacBooks without problem but when launched on another laptop and when submitted for review it crashes immediately the app opens. The crash log is below which I don’t understand where the problem is but someone has suggested I look at “frames from your code are not symbolicated” but again don’t know where to start looking. Can anybody offer and help please?Also because it doesn't crash on my MacBook I cannot create a crash log in Xcode.Process: MyApp [607] Path: /Users/USER/Desktop/MyApp.app/Contents/MacOS/MyApp Identifier: C-A-Designs.MyApp Version: 1.0.0 (28) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: MyApp [607] User ID: 501 Date/Time: 2019-01-17 10:46:35.662 +0000 OS Version: Mac OS X 10.14.2 (18C54) Report Version: 12 Bridge OS Version: 3.2 (16P2542) Anonymous UUID: CD2103C1-C21A-08F3-22E9-EEC8E8DB6DE2 Time Awake Since Boot: 220 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Illegal instruction: 4 Termination Reason: Namespace SIGNAL, Code 0x4 Terminating Process: exc handler [607] Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 C-A-Designs.MyApp 0x000000010ec835d8 0x10ec72000 + 71128 1 C-A-Designs.MyApp 0x000000010ec8477b 0x10ec72000 + 75643 2 com.apple.AppKit 0x00007fff3319cb5a -[NSViewController _sendViewDidLoad] + 97 3 com.apple.AppKit 0x00007fff33199eb5 _noteLoadCompletionForObject + 645 4 com.apple.AppKit 0x00007fff3300b99f -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 2086 5 com.apple.AppKit 0x00007fff331a1114 -[NSNib _instantiateNibWithExternalNameTable:options:] + 679 6 com.apple.AppKit 0x00007fff331a0d70 -[NSNib _instantiateWithOwner:options:topLevelObjects:] + 136 7 com.apple.AppKit 0x00007fff3319ffdc -[NSViewController loadView] + 343 8 com.apple.AppKit 0x00007fff3319bb60 -[NSViewController _loadViewIfRequired] + 75 9 com.apple.AppKit 0x00007fff3319bacb -[NSViewController view] + 30 10 com.apple.AppKit 0x00007fff3328e1da -[NSWindow _contentViewControllerChanged] + 109 11 com.apple.Foundation 0x00007fff37e85450 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 331 12 com.apple.AppKit 0x00007fff33198987 -[NSWindow setValue:forKey:] + 111 13 com.apple.AppKit 0x00007fff330eae0c -[NSIBUserDefinedRuntimeAttributesConnector establishConnection] + 637 14 com.apple.AppKit 0x00007fff3300b739 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1472 15 com.apple.AppKit 0x00007fff331a1114 -[NSNib _instantiateNibWithExternalNameTable:options:] + 679 16 com.apple.AppKit 0x00007fff331a0d70 -[NSNib _instantiateWithOwner:options:topLevelObjects:] + 136 17 com.apple.AppKit 0x00007fff3389864c -[NSStoryboard instantiateControllerWithIdentifier:] + 236 18 com.apple.AppKit 0x00007fff32ffc855 NSApplicationMain + 702 19 C-A-Designs.MyApp 0x000000010ec75be9 0x10ec72000 + 15337 20 libdyld.dylib 0x00007fff62d00ed9 start + 1 Thread 1: 0 libsystem_pthread.dylib 0x00007fff62ef33f8 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 2: 0 libsystem_pthread.dylib 0x00007fff62ef33f8 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 3: 0 libsystem_pthread.dylib 0x00007fff62ef33f8 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 4: 0 libsystem_pthread.dylib 0x00007fff62ef33f8 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 5: 0 libsystem_kernel.dylib 0x00007fff62e3a1ce semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x00007fff62cb342c _dispatch_sema4_timedwait + 76 2 libdispatch.dylib 0x00007fff62cb3b1d _dispatch_semaphore_wait_slow + 58 3 libdispatch.dylib 0x00007fff62cc0b66 _dispatch_worker_thread + 328 4 libsystem_pthread.dylib 0x00007fff62ef4305 _pthread_body + 126 5 libsystem_pthread.dylib 0x00007fff62ef726f _pthread_start + 70 6 libsystem_pthread.dylib 0x00007fff62ef3415 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00000000b665d7fb rbx: 0x0000000000000000 rcx: 0x00000000b665d7fb rdx: 0x00000000b685d945 rdi: 0x00000000000007fb rsi: 0x000060000317a880 rbp: 0x00007ffee0f8cac0 rsp: 0x00007ffee0f8ca20 r8: 0x00000000000001ff r9: 0x00000000000007fb r10: 0x0000000000002880 r11: 0x0000000000000020 r12: 0x0000600002b24c80 r13: 0x00007f9f11d02aa0 r14: 0x00007f9f11d02aa0 r15: 0x000060000317a880 rip: 0x000000010ec835d8 rfl: 0x0000000000010246 cr2: 0x0000000111ec06d2 Logical CPU: 2 Error Code: 0x00000000 Trap Number: 6 Binary Images: 0x10ec72000 - 0x10ecc1fff +C-A-Designs.MyApp (1.0.0 - 28) <6A6A2DAF-4D27-3229-93CB-73D85C8FC238> /Users/USER/Desktop/MyApp.app/Contents/MacOS/MyApp 0x10ece2000 - 0x10ecf2ff7 +libswiftAVFoundation.dylib (4.2.1 - 1000.11.42) <8960C4F8-CB89-31CC-A662-37F147AC5238> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftAVFoundation.dylib 0x10ed04000 - 0x10ed18ff7 +libswiftAppKit.dylib (4.2.1 - 1000.11.42) <1223BA92-5392-33F4-893F-8C20A5D0905D> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftAppKit.dylib 0x10ed48000 - 0x10f0daff7 +libswiftCore.dylib (4.2.1 - 1000.11.42) <D0C86227-BFC8-30D7-93B8-9F228E0F15BA> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftCore.dylib 0x10f3ae000 - 0x10f3b5ff7 +libswiftCoreAudio.dylib (4.2.1 - 1000.11.42) <A097BF36-D66C-3499-BCEE-A677F80E508E> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftCoreAudio.dylib 0x10f3c9000 - 0x10f3d1fff +libswiftCoreData.dylib (4.2.1 - 1000.11.42) <6CC602C0-1AA9-3DD3-B843-CD1D07C36F27> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftCoreData.dylib 0x10f3e3000 - 0x10f3e6fff +libswiftCoreFoundation.dylib (4.2.1 - 1000.11.42) <801E1416-6C23-3C48-BF46-2349B9F36C9E> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftCoreFoundation.dylib 0x10f3f2000 - 0x10f401ff7 +libswiftCoreGraphics.dylib (4.2.1 - 1000.11.42) <579D172D-0873-33EB-A529-742D5D70BD74> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftCoreGraphics.dylib 0x10f42a000 - 0x10f42fff7 +libswiftCoreImage.dylib (4.2.1 - 1000.11.42) <4DB8ED84-0EBB-3922-B3A4-82EE4834549B> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftCoreImage.dylib 0x10f437000 - 0x10f441ff7 +libswiftCoreMedia.dylib (4.2.1 - 1000.11.42) <2B005CA1-E91D-3BDB-91D3-9A7D81B5BDFA> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftCoreMedia.dylib 0x10f451000 - 0x10f459fff +libswiftDarwin.dylib (4.2.1 - 1000.11.42) <70D5D45B-0327-352C-BDCE-F792699DAB88> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftDarwin.dylib 0x10f46e000 - 0x10f487ff7 +libswiftDispatch.dylib (4.2.1 - 1000.11.42) <E8DBE923-0513-3FE8-8E3A-5778014FD810> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftDispatch.dylib 0x10f4c7000 - 0x10f62ffff +libswiftFoundation.dylib (4.2.1 - 1000.11.42) <2252DB9E-6B26-31AD-A869-9D92FA2BE196> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftFoundation.dylib 0x10f7cf000 - 0x10f7d2fff +libswiftIOKit.dylib (4.2.1 - 1000.11.42) <575A9454-3EB8-3314-B67B-9D0C88C03D5F> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftIOKit.dylib 0x10f7e0000 - 0x10f7e9fff +libswiftMetal.dylib (4.2.1 - 1000.11.42) <A538B219-717C-30F5-BB27-BF1C170EE99F> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftMetal.dylib 0x10f7fe000 - 0x10f802fff +libswiftObjectiveC.dylib (4.2.1 - 1000.11.42) <A521AAA2-3B1F-38AF-BFA0-BB02A94ECA8B> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftObjectiveC.dylib 0x10f80f000 - 0x10f815ff7 +libswiftQuartzCore.dylib (4.2.1 - 1000.11.42) <C619FC2F-405B-3E38-8FDA-36B2A9EBA0F2> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftQuartzCore.dylib 0x10f825000 - 0x10f828fff +libswiftXPC.dylib (4.2.1 - 1000.11.42) <3EC739CE-A1AC-3199-8461-9CA872E2B9EF> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftXPC.dylib 0x10f837000 - 0x10f87afff +libswiftsimd.dylib (4.2.1 - 1000.11.42) <6316E7AA-4D53-308B-B1CD-09AEFC6480F0> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftsimd.dylib 0x10f8d2000 - 0x10f8d9fff +libswiftos.dylib (4.2.1 - 1000.11.42) <0B29ACF1-EFFD-3F02-B509-5210DC92DD31> /Users/USER/Desktop/MyApp.app/Contents/Frameworks/libswiftos.dylib 0x111bc7000 - 0x111bca047 libobjc-trampolines.dylib (750.1) <0D004834-E2EB-3066-8598-6F413521157F> /usr/lib/libobjc-trampolines.dylib 0x112930000 - 0x112ad5ff7 com.apple.audio.units.Components (1.14 - 1.14) <A7E7DE74-B219-308E-8177-7F1AC561DB93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x11c0d9000 - 0x11c157a67 dyld (640.2) <289AB27E-F09F-3384-A14A-100431139559> /usr/lib/dyld 0x7fff319e8000 - 0x7fff31bd6fff com.apple.avfoundation (2.0 - 1544.5) <BC32B996-F411-3CA0-B9FB-8CEBA2DD356D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff31bd7000 - 0x7fff31ca6fff com.apple.audio.AVFAudio (1.0 - ???) <9C4C64BB-E751-3BB3-B4D0-233ADD48A029> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff31db4000 - 0x7fff31db4fff com.apple.Accelerate (1.11 - Accelerate 1.11) <A09CB6D5-3F8A-3E05-B0EB-63878296A059> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff31db5000 - 0x7fff31dcbfef libCGInterfaces.dylib (506.19.1) <55B9EFFF-6719-381E-B7F3-C3AA07F5D78F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff31dcc000 - 0x7fff3246cfe3 com.apple.vImage (8.1 - ???) <BDA40EB0-9B20-3ACF-BE37-199578FA84F4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff3246d000 - 0x7fff326e4fd7 libBLAS.dylib (1243.200.4) <0ADBEAE3-6636-33E5-AC9F-11C2249E19D3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff326e5000 - 0x7fff32757fe7 libBNNS.dylib (38.200.5) <CC93B9B5-2A8C-3D42-9234-75DD41EC8C0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff32758000 - 0x7fff32afefff libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff32aff000 - 0x7fff32b14ffb libLinearAlgebra.dylib (1243.200.4) <3923AB79-213E-32FD-AC87-8B1A1A832336> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff32b15000 - 0x7fff32b1aff3 libQuadrature.dylib (3.200.2) <4FBCAC0A-81A4-3C53-8458-27F3569C809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff32b1b000 - 0x7fff32b98ffb libSparse.dylib (79.200.5) <2D650C50-E87E-3F24-9BFA-C8EB6DE1A6E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff32b99000 - 0x7fff32bacffb libSparseBLAS.dylib (1243.200.4) <6F8C78BE-A0FD-3507-8A95-541AFC57F1EE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff32bad000 - 0x7fff32d91ff3 libvDSP.dylib (671.220.1) <2F576522-08B1-3C65-8F00-3427E938ADDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff32d92000 - 0x7fff32e47ff3 libvMisc.dylib (671.220.1) <D7B5F89D-3310-31F4-B8BF-42DA300ABE64> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff32e48000 - 0x7fff32e48fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <221E4FEF-0431-3316-8281-22B6F8315A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff32ff9000 - 0x7fff33e1affb com.apple.AppKit (6.9 - 1671.20.108) <0C441020-D10E-3CE0-B320-527E50EADBEC> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff33e6c000 - 0x7fff33e6cfff com.apple.ApplicationServices (50.1 - 50.1) <50496459-FFDD-3A78-8D3D-A252BD9B9DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff33e6d000 - 0x7fff33ed8ff7 com.apple.ApplicationServices.ATS (377 - 453.11) <4080F8BE-F2A2-3707-8754-436FBDB1DAF1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff33f71000 - 0x7fff34090fff libFontParser.dylib (228.6) <BBCBEE2C-5B55-3278-B81D-22D72466753E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff34091000 - 0x7fff340dcfff libFontRegistry.dylib (228.12) <1CC4D486-74F8-3459-BBA1-F68A36C5CAF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff3413b000 - 0x7fff3416eff7 libTrueTypeScaler.dylib (228.6) <760BF895-3D7A-36E2-B97C-6775C3615A1D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff341d8000 - 0x7fff341dcff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <4B1238CC-9B77-3AA5-8329-EE3C736F07EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff34279000 - 0x7fff342cbff3 com.apple.HIServices (1.22 - 627.14.2) <1F851BF9-AD29-3558-9EA5-AAD9BAAAC823> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff342cc000 - 0x7fff342daff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <5654723A-7B3B-391F-B9F7-0DE4D5940185> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff342db000 - 0x7fff34327fff com.apple.print.framework.PrintCore (14.2 - 503.8) <F1246C9A-2216-3390-8DF1-89304F47CE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff34328000 - 0x7fff34363ff7 com.apple.QD (3.12 - 407.2) <F6B648DA-DA39-3EB4-B593-1B7E316661CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff34364000 - 0x7fff34370ff7 com.apple.speech.synthesis.framework (8.1.0 - 8.1.0) <CF19C8B6-AAD5-3DCF-ABD0-3BABB44D119C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff34371000 - 0x7fff3460efff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <5D484151-F269-3D98-B507-0544A6B950AC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff34610000 - 0x7fff34610fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <91100E0A-C14D-3E6C-B095-0C4109AC6694> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff34974000 - 0x7fff34d35fff com.apple.CFNetwork (976 - 976) <10F464AD-6687-3012-A2AA-0453629CA968> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff34d4f000 - 0x7fff35056ff7 com.apple.HIToolbox (2.1.1 - 917.3) <B2FEF0F3-CBA0-3FD9-93FC-E3A13DCB8C49> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff35061000 - 0x7fff350f5ff3 com.apple.ink.framework (10.9 - 225) <344AACCC-E997-3498-8B1D-2EFD3A889205> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff35136000 - 0x7fff3513cff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <F7E95C56-19E8-30A1-9594-84D4DD89F6D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff35273000 - 0x7fff3533ffff com.apple.ColorSync (4.13.0 - 3340) <2F45EB01-0C51-3D25-9836-18F99222E1C7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff354da000 - 0x7fff3556afff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E7EF105-B843-370D-884E-0A43E1A5800B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff355d0000 - 0x7fff355fbff7 com.apple.CoreBluetooth (1.0 - 1) <F041753E-7709-3FA4-ADA3-6B37296D92FB> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff355fc000 - 0x7fff3599dfef com.apple.CoreData (120 - 866.1) <18CD58FD-513E-385B-B43C-08EEB909709C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff3599e000 - 0x7fff35a87ff7 com.apple.CoreDisplay (101.3 - 106.2) <EE0D334B-8B71-3A70-9F90-677171D6762F> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff35a88000 - 0x7fff35ed5ff7 com.apple.CoreFoundation (6.9 - 1561) <AC90EE38-93D9-35EF-8359-9FE3A42500D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff35ed7000 - 0x7fff36564ff7 com.apple.CoreGraphics (2.0 - 1249.2) <3AC6DEB1-245B-3E3A-B5CF-791A37237775> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff36566000 - 0x7fff3688ffff com.apple.CoreImage (14.2.0 - 720.0.130) <8C8BC619-7084-3F58-BBFC-4A97BD330787> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff36be0000 - 0x7fff36ce1ff7 com.apple.CoreMedia (1.0 - 2284.9) <4662B44E-F463-3FC8-A643-2195FF10A3E4> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff36ce2000 - 0x7fff36d44fff com.apple.CoreMediaIO (900.0 - 5025) <7200894C-68E6-396A-90F1-389BB32EAC86> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff36d45000 - 0x7fff36d45fff com.apple.CoreServices (941 - 941) <950D3EAF-C98E-3BCB-8FD9-43EEA0E48988> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff36d46000 - 0x7fff36dc4ffb com.apple.AE (771 - 771) <4B009524-699E-3891-98DD-E3B6BB433C8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff36dc5000 - 0x7fff3709dff7 com.apple.CoreServices.CarbonCore (1178.16 - 1178.16) <17FC2B9E-EB6C-3768-A2D0-6E086F2563D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff3709e000 - 0x7fff370e8ff7 com.apple.DictionaryServices (1.2 - 284.16.3) <1DAC9153-FB5A-3798-8797-CBFEFF227F71> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff370e9000 - 0x7fff370f1ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8E1507EA-F0A8-3845-B32D-4FBC1381E89C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff370f2000 - 0x7fff372bdfff com.apple.LaunchServices (941 - 941) <98B7E20E-5D0A-3A71-A019-346A145A1A5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff372be000 - 0x7fff37360fff com.apple.Metadata (10.7.0 - 1191.53) <E4C1B7AB-677B-32B2-918C-CD445A0D0D91> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff37361000 - 0x7fff373acff7 com.apple.CoreServices.OSServices (941 - 941) <DFA21754-BFE4-367C-9303-739F5D3E9DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff373ad000 - 0x7fff3741bff7 com.apple.SearchKit (1.4.0 - 1.4.0) <CEC29BB5-D28E-3424-84FE-70756E521F3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff3741c000 - 0x7fff37440ffb com.apple.coreservices.SharedFileList (71.27 - 71.27) <6389B59D-DDAC-3C97-A982-137B9B1FB734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff37788000 - 0x7fff378edffb com.apple.CoreText (352.0 - 584.26) <5F61037C-825D-37A4-9091-0047413CC213> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff378ee000 - 0x7fff3792bfff com.apple.CoreVideo (1.8 - 0.0) <34EC73F1-F0ED-32F5-B96E-7683B1F9A7A2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff3792c000 - 0x7fff379c2ffb com.apple.framework.CoreWLAN (13.0 - 1370.8) <32426190-3455-3049-8C09-0EC04D9C1279> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff37c3f000 - 0x7fff37c44fff com.apple.DiskArbitration (2.7 - 2.7) <97707A79-30E7-3D99-AA20-B992B0900BC4> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff37e0d000 - 0x7fff381dbfff com.apple.Foundation (6.9 - 1561) <27FD022F-F0E3-3053-BADA-DF9BF856CA85> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff3824c000 - 0x7fff3827cff3 com.apple.GSS (4.0 - 2.0) <86D07291-5DFC-30C2-9A18-5FCEDB0BE621> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff38396000 - 0x7fff384a0ff3 com.apple.Bluetooth (6.0.9 - 6.0.9f2) <CD9FA230-8BBB-307C-8FFF-86B1B7078D05> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff38502000 - 0x7fff38594ff7 com.apple.framework.IOKit (2.0.2 - 1483.230.1) <AAAF13D1-80E5-3079-98C1-FA3C3FC47B40> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff38596000 - 0x7fff385a0ff7 com.apple.IOSurface (255.1 - 255.1) <58826B1A-38E8-3C76-8FFC-76C9282DA893> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff385f7000 - 0x7fff38795fff com.apple.ImageIO.framework (3.3.0 - 1822.1) <908907D5-5C29-32F7-ACD9-C6A6D51C4D15> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff38796000 - 0x7fff3879affb libGIF.dylib (1822.1) <35E37B95-1962-3A25-9C9E-CADD161152B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff3879b000 - 0x7fff38880fe7 libJP2.dylib (1822.1) <BDBCBF28-12DB-3D63-B6F0-A559D1839F81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff38881000 - 0x7fff388a6ff7 libJPEG.dylib (1822.1) <D443C754-4AFC-38E1-9E45-D309ACBCE17B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff38b79000 - 0x7fff38b9ffe7 libPng.dylib (1822.1) <28FE6E2C-1A17-3A84-AAF3-76014DEADDD4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff38ba0000 - 0x7fff38ba2ff7 libRadiance.dylib (1822.1) <687906E3-4EC2-3CE9-B7EA-34418239EE1B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff38ba3000 - 0x7fff38bf1ffb libTIFF.dylib (1822.1) <0A1C083B-CE2F-3A00-8E45-EB58DCA2FF34> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff39c9b000 - 0x7fff39cb4fff com.apple.Kerberos (3.0 - 1) <5D1B0593-3C0E-32D5-AAE5-ABC22A98B639> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff39f72000 - 0x7fff39f7cfff com.apple.MediaAccessibility (1.0 - 114.4) <C0584BAA-27BC-30F4-8B0C-5043559995AA> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff3a036000 - 0x7fff3a6d4fff com.apple.MediaToolbox (1.0 - 2284.9) <AD1C6882-F6FC-3114-9517-CCF9402A30B1> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff3a6d6000 - 0x7fff3a769fff com.apple.Metal (158.5 - 158.5) <219312CC-0DE5-3E8D-9F62-393D0C35B0FD> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff3a786000 - 0x7fff3a7a6ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <18281B14-0C6A-38F8-AB80-2D4BB0743C88> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff3a7a7000 - 0x7fff3a825ff7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <BEAF764B-362B-3C45-86F5-2AFBA5FA0F47> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff3a826000 - 0x7fff3a84efff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <116D6C1A-2FD7-3743-95A0-CDDA3D459529> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff3a84f000 - 0x7fff3a981ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <88E80BEE-3D2B-328B-80D4-F4717BDB2E9F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff3a982000 - 0x7fff3a99dff7 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <E0E652B0-1624-3435-AD60-83A9C4B59852> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff3a99e000 - 0x7fff3a99eff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1BBA8BC8-49C6-3C9B-B985-7CE4373E3553> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff3bb9b000 - 0x7fff3bba7ffb com.apple.NetFS (6.0 - 4.0) <918DF6CD-2DB0-36A8-B869-5EF637A06C0D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff3e667000 - 0x7fff3e6bffff com.apple.opencl (2.15.1 - 2.15.1) <E628D178-3846-373A-9482-CF680BD1E240> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff3e6c0000 - 0x7fff3e6dcff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <2CB1F122-2FA0-347C-8454-9CE0FA150832> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff3e6dd000 - 0x7fff3e6e9ffb com.apple.OpenDirectory (10.14 - 207.200.4) <A3FB0F0C-57F4-3F89-A4B1-63DA1F7C9E8E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff3f04c000 - 0x7fff3f04efff libCVMSPluginSupport.dylib (17.3.1) <4D6061EC-CFCD-3C0E-90E4-51644DC5F76A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff3f04f000 - 0x7fff3f054ff3 libCoreFSCache.dylib (163.20) <566DB80E-F1D6-3AEC-AF06-08955507AFEE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff3f055000 - 0x7fff3f059fff libCoreVMClient.dylib (163.20) <B9A89373-BDCD-3003-9A82-6D73B930A122> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff3f05a000 - 0x7fff3f062ffb libGFXShared.dylib (17.3.1) <902F535E-E411-3C3B-B980-0A7DB40EA5B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff3f063000 - 0x7fff3f06efff libGL.dylib (17.3.1) <87F8CCDB-2D7D-3B01-AA6F-6C7A4B1CA11E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff3f06f000 - 0x7fff3f0a9fef libGLImage.dylib (17.3.1) <B5464F1A-B936-3BEE-97CF-3806AD1A9E68> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff3f21d000 - 0x7fff3f25afff libGLU.dylib (17.3.1) <C46D4335-4CE2-3FFB-930D-E48D7A3B5B4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff3fc0a000 - 0x7fff3fc19ff3 com.apple.opengl (17.3.1 - 17.3.1) <78BDC7C4-87AD-33CA-BFAC-A9CC5F605B5D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff40a75000 - 0x7fff40ccefff com.apple.QuartzCore (1.11 - 695.4) <6692906D-9EF7-3EA0-96D3-3766567AE7F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff41522000 - 0x7fff4184afff com.apple.security (7.0 - 58286.230.21) <5ADE179E-87D5-3B90-9172-D183D4665037> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff4184b000 - 0x7fff418dafff com.apple.securityfoundation (6.0 - 55185.200.14) <A57F481C-73B9-33C4-9093-9A06DBBFEDE5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff4190c000 - 0x7fff41910ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <16FA4DAF-A0BE-34C0-B5F1-5C30BE3DCD2D> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff41ccd000 - 0x7fff41d3dff3 com.apple.SystemConfiguration (1.17 - 1.17) <A8FD596E-C858-397F-836C-978038B97AC0> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff41f9e000 - 0x7fff42300fff com.apple.************ (1.0 - 2284.9) <695514F0-08C8-3065-B9A2-DA3B43E6682F> /System/Library/Frameworks/************.framework/Versions/A/************ 0x7fff44fa8000 - 0x7fff4504dff7 com.apple.APFS (1.0 - 1) <5CA4B73F-3F5D-3289-9145-520FFDFD6813> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff45a97000 - 0x7fff45a98ff3 com.apple.AggregateDictionary (1.0 - 1) <EBA6443E-6CF0-34F6-B77A-3FCEC57F8F80> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff46095000 - 0x7fff460c1ff7 com.apple.framework.Apple80211 (13.0 - 1376.2) <A71EADCB-7582-3D1B-9122-356F03E11594> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff4639d000 - 0x7fff463acfcf com.apple.AppleFSCompression (96.200.3 - 1.0) <78D538DD-1D24-34FC-AFB3-10411494870D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff464aa000 - 0x7fff464b5fff com.apple.AppleIDAuthSupport (1.0 - 1) <E41452B2-3AFB-3493-BB82-0CE6D04DF424> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff464f6000 - 0x7fff4653fff3 com.apple.AppleJPEG (1.0 - 1) <EC4C49F1-C060-3C0F-910F-3620985D4F12> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff46792000 - 0x7fff467baff7 com.apple.applesauce (1.0 - ???) <58654BC0-9243-39D1-BC43-B7F2E37A3A44> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff46885000 - 0x7fff468d5fff com.apple.AppleVAFramework (5.0.44 - 5.0.44) <0338350C-F366-3C0D-B7C1-6E8FFAB92E98> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff46920000 - 0x7fff46936ffb com.apple.AssertionServices (1.0 - 1) <3F767D20-FE14-35CF-A089-E0445375ECFB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff46c72000 - 0x7fff46f15ff7 com.apple.AuthKit (1.0 - 1) <4FF8DA76-2250-39B9-B6A9-0E584C8B988F> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff470e6000 - 0x7fff470efff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <05CF66F0-9650-3F75-9857-F8D186043866> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff470f0000 - 0x7fff47192fff com.apple.backup.framework (1.10.2 - ???) <7C865F13-12F9-3E38-A4A3-31516EA869B2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff47193000 - 0x7fff47204ffb com.apple.BaseBoard (360.24 - 360.24) <04AF4372-C5D3-3F0A-A688-68D888D6D138> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff48db8000 - 0x7fff48dc1fff com.apple.CommonAuth (4.0 - 2.0) <090893E5-BB65-39DA-A174-EAB2C7191EFE> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff4927f000 - 0x7fff49656fef com.apple.CoreAUC (273.0.0 - 273.0.0) <FE2B4D86-2C83-3FE2-A427-54DA2170E980> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff49657000 - 0x7fff49688fff com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <B15A24E4-2A92-3FD7-8F20-C372E4115FA7> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff49ad1000 - 0x7fff49ae5fff com.apple.CoreEmoji (1.0 - 69.19.8) <26BC0F82-08C1-3EBD-9299-D3CC5091C467> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff4a0bb000 - 0x7fff4a12dff7 com.apple.CoreNLP (1.0 - 130.15.22) <D0A3E880-CDEA-360A-9838-220D76BAECC6> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff4a3f6000 - 0x7fff4a3feffb com.apple.CorePhoneNumbers (1.0 - 1) <2D9AF545-ED3C-3EC1-887F-86922652EC57> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff4a58d000 - 0x7fff4a5befff com.apple.CoreServicesInternal (357 - 357) <789E57F4-5A14-3220-93DF-1D4FEE315431> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff4a993000 - 0x7fff4aa21ff7 com.apple.CoreSymbolication (10.1 - 64460.6) <133D09A5-39F7-301D-B019-B6685B80A2CB> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff4aab1000 - 0x7fff4abddfff com.apple.coreui (2.1 - 498.46) <5EFE2CDC-897C-3A6B-A60B-4E0FB1D1ECA9> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff4abde000 - 0x7fff4ad63fff com.apple.CoreUtils (5.7.4 - 574.17) <DEF9C8A6-DDF1-37F4-A7F0-7DFAA95E8451> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff4adba000 - 0x7fff4ae1dffb com.apple.framework.CoreWiFi (13.0 - 1370.8) <818F8915-BA51-3145-9C40-C9B8D7BE2DBD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff4ae1e000 - 0x7fff4ae2fffb com.apple.CrashReporterSupport (10.13 - 938.23) <D8D105F5-B6FB-3E91-A116-7CD92171E5C5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff4aeb2000 - 0x7fff4aec1ff3 com.apple.framework.DFRFoundation (1.0 - 211) <B72944ED-E4E8-3479-B832-8D50C4E30386> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff4aec2000 - 0x7fff4aec6ff7 com.apple.DSExternalDisplay (3.1 - 380) <76449D22-BA27-3FB1-AD25-A290936E6DEA> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff4af49000 - 0x7fff4afc0ffb com.apple.datadetectorscore (7.0 - 590.24) <3A49EC90-2081-3031-8CAE-3A6D5F7BFA1E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff4b00e000 - 0x7fff4b04ffff com.apple.DebugSymbols (185 - 185) <64F5F9D6-401D-388B-82AD-A48B56413556> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff4b050000 - 0x7fff4b1a9ff7 com.apple.desktopservices (1.13.1 - ???) <AD61A660-0218-327E-8963-A1A170EC2C20> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff4c1eb000 - 0x7fff4c613fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) <41218EB7-19C9-3813-A793-B0623387CADF> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff515e0000 - 0x7fff515e5ff7 com.apple.GPUWrangler (3.28.4 - 3.28.4) <14D6FE7D-38D7-3F6C-9BCE-A228D6697A08> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff5244f000 - 0x7fff5245efff com.apple.GraphVisualizer (1.0 - 5) <CAFE626E-9738-3C14-88AA-B6A9182F2C39> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff525af000 - 0x7fff52624fff com.apple.Heimdal (4.0 - 2.0) <D99FF31F-6310-3D80-8AE3-64934385AC11> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff53a14000 - 0x7fff53a1bffb com.apple.IOAccelerator (404.2.2 - 404.2.2) <7421825E-13D4-3C74-932D-34E8A605C281> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff53a1f000 - 0x7fff53a38fff com.apple.IOPresentment (1.0 - 42.6) <87D19032-52DB-34A5-A554-23B3464EFC82> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff53e4d000 - 0x7fff53e7cff7 com.apple.IconServices (379 - 379) <694E17A6-471B-3C57-92D6-ECC4295FB859> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff53fa8000 - 0x7fff53facfff com.apple.InternationalSupport (1.0 - 10.15.6) <D319CB1C-5339-30EB-93EA-3CFB328BEC9A> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff5411c000 - 0x7fff5412ffff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <02ECB210-513F-3BDE-8150-A828E901FA02> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff5414a000 - 0x7fff54241fff com.apple.LanguageModeling (1.0 - 159.15.15) <34609F31-4DA1-3881-8947-85BEA7AFC938> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff54242000 - 0x7fff54283ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <07E008F3-E823-333B-8B41-A46024AB0561> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5428a000 - 0x7fff54290ff7 com.apple.LinguisticData (1.0 - 238.23.4) <37948616-56E6-3758-BEFE-28586FF99E12> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff54aef000 - 0x7fff54af2fff com.apple.Mangrove (1.0 - 25) <8DF73279-BCEB-38CE-AE83-571C1B3FF45B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff54fed000 - 0x7fff55015ffb com.apple.spotlight.metadata.utilities (1.0 - 1191.53) <09C6DCF6-F87D-3D03-8BD5-FD1DCF90949F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff55016000 - 0x7fff550a8fff com.apple.gpusw.MetalTools (1.0 - 1) <B77258A5-909F-37F7-8F1A-2085F7916DD4> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff55253000 - 0x7fff5526eff3 com.apple.MobileKeyBag (2.0 - 1.0) <26347762-AF60-3412-A951-33BF85244D84> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff552fc000 - 0x7fff55326ff7 com.apple.MultitouchSupport.framework (2410.5 - 2410.5) <3A712911-F672-3BB3-B62B-A2A7BADF3578> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff55599000 - 0x7fff555a3fff com.apple.NetAuth (6.2 - 6.2) <E191D736-A442-31BA-B823-EE75DC316D22> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff55e70000 - 0x7fff55ec6fff com.apple.OTSVG (1.0 - ???) <F020144A-D840-390D-A87F-29E8095C78AF> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff57031000 - 0x7fff57040ff3 com.apple.PerformanceAnalysis (1.217 - 217) <AA34989F-7E01-303E-8134-5BB37CE82DDF> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff58fff000 - 0x7fff5901dff7 com.apple.ProtocolBuffer (1 - 263.1) <D70A1E3D-D2F7-3765-861C-173F5BBC848B> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff591cc000 - 0x7fff59224f0f com.apple.ROCKit (24 - 24) <FA6B086A-1841-3A5E-800B-CE7A52C3DAF1> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit 0x7fff59325000 - 0x7fff59331ff3 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.220.5) <096B06A9-2C3F-3515-8241-5292B0658984> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff59344000 - 0x7fff59367ffb com.apple.RemoteViewServices (2.0 - 128) <55D89BC9-0613-3910-B63E-9A146D35D91A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff59368000 - 0x7fff5937cfff com.apple.xpc.RemoteXPC (1.0 - 1336.220.5) <208540F3-3FEC-32EE-B010-B73CE4A3609A> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff5acdc000 - 0x7fff5adfafff com.apple.Sharing (1214.18 - 1214.18) <E6302F6F-2940-3DDB-ADA7-EE123DD6D027> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff5bbb4000 - 0x7fff5be66ff3 com.apple.SkyLight (1.600.0 - 337.5) <52BC8AB1-3518-3E4C-B1B1-0A8A8067574F> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff5c637000 - 0x7fff5c644fff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <FABB97BC-9555-33FE-B6C5-606CC403CE16> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff5d4a5000 - 0x7fff5d532ff7 com.apple.Symbolication (10.1 - 64460.8) <7DDC5C90-947F-34FF-864D-5ED3C2B746A9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff5da3b000 - 0x7fff5da48ffb com.apple.TCC (1.0 - 1) <81F88B91-49C1-36E7-8A39-C4BD654EE942> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff5dcbb000 - 0x7fff5dd82ff7 com.apple.TextureIO (3.8.4 - 3.8.1) <83CDF659-E5B3-381F-BDA1-FF0BFA17B5EE> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff5de43000 - 0x7fff5dffdfff com.apple.UIFoundation (1.0 - 551) <65A80450-7A24-3366-B521-4D02C4DB5094> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff5f5fb000 - 0x7fff5f5fefff com.apple.dt.XCTTargetBootstrap (1.0 - 1) <5F779D77-4AB1-3CCD-9AAF-101EC7E4905B> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff5fa2f000 - 0x7fff5fa31ff3 com.apple.loginsupport (1.0 - 1) <67BC49D6-320F-33ED-912E-16E5A342F385> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff5fcec000 - 0x7fff5fd24fff libCRFSuite.dylib (41.15.4) <92752A96-D1CF-3CA1-837A-1E075AE4C642> /usr/lib/libCRFSuite.dylib 0x7fff5fd27000 - 0x7fff5fd32ff7 libChineseTokenizer.dylib (28.15.3) <55572692-4918-3C54-AD35-726E03EC47D5> /usr/lib/libChineseTokenizer.dylib 0x7fff5fdc3000 - 0x7fff5fdc4ff7 libDiagnosticMessagesClient.dylib (107) <15210AC0-61F9-3F9D-A159-A009F62EB537> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff5fdfb000 - 0x7fff5ffbeff7 libFosl_dynamic.dylib (18.3.2) <D67B74E9-EB95-38BC-995C-5F4CC044C3F7> /usr/lib/libFosl_dynamic.dylib 0x7fff60014000 - 0x7fff60033ff7 libMobileGestalt.dylib (645.220.9) <C2C55511-993B-34D2-9040-902BFDA38141> /usr/lib/libMobileGestalt.dylib 0x7fff60034000 - 0x7fff60034fff libOpenScriptingUtil.dylib (179) <441A2E60-5D5C-3567-9B00-AA22E6EE5358> /usr/lib/libOpenScriptingUtil.dylib 0x7fff60175000 - 0x7fff60176ffb libSystem.B.dylib (1252.200.5) <25F4A1F5-6551-312F-B397-C8D45ACC530A> /usr/lib/libSystem.B.dylib 0x7fff60200000 - 0x7fff60201fff libThaiTokenizer.dylib (2.15.1) <F09EB0BB-1E8A-3391-BEF5-7D91F0715A62> /usr/lib/libThaiTokenizer.dylib 0x7fff60214000 - 0x7fff6022affb libapple_nghttp2.dylib (1.24.1) <71C126C5-D869-3E67-9778-058FA7F3CA74> /usr/lib/libapple_nghttp2.dylib 0x7fff6022b000 - 0x7fff60254ffb libarchive.2.dylib (54.200.3) <32B8634D-E465-3F6D-B254-A20D44504508> /usr/lib/libarchive.2.dylib 0x7fff60255000 - 0x7fff602d4fef libate.dylib (1.13.8) <C7F1CEC4-467F-34B2-92FF-6482460A39E1> /usr/lib/libate.dylib 0x7fff602d8000 - 0x7fff602d8ff3 libauto.dylib (187) <003DEF68-0C59-3AFB-A7B7-A1B5ED301AF2> /usr/lib/libauto.dylib 0x7fff603af000 - 0x7fff603bfff3 libbsm.0.dylib (39.200.18) <58A9ACEC-BF46-3A4E-86F5-3DD9AD7095B4> /usr/lib/libbsm.0.dylib 0x7fff603c0000 - 0x7fff603cefff libbz2.1.0.dylib (38.200.3) <4DEC3797-087F-3C8D-815B-48E895813251> /usr/lib/libbz2.1.0.dylib 0x7fff603cf000 - 0x7fff60426ff7 libc++.1.dylib (400.9.4) <B260AC33-EB9A-30C6-8746-D011B3B02B08> /usr/lib/libc++.1.dylib 0x7fff60427000 - 0x7fff6043cfff libc++abi.dylib (400.17) <446F4748-8A89-3D2E-AE1C-27EEBE93A8AB> /usr/lib/libc++abi.dylib 0x7fff6043d000 - 0x7fff6043dff3 libcharset.1.dylib (51.200.6) <43F7E100-F5D1-36AB-A26E-CF94196A19C0> /usr/lib/libcharset.1.dylib 0x7fff6043e000 - 0x7fff6044effb libcmph.dylib (6.15.1) <CEDA6538-C071-3B5A-948E-DF61E2878983> /usr/lib/libcmph.dylib 0x7fff6044f000 - 0x7fff60467ffb libcompression.dylib (52.200.13) <05A2A91B-D24D-39E8-A071-261CBC5BB158> /usr/lib/libcompression.dylib 0x7fff60712000 - 0x7fff60728fff libcoretls.dylib (155.220.1) <1229F9EA-C070-3D03-9DC6-F548C59F9FD5> /usr/lib/libcoretls.dylib 0x7fff60729000 - 0x7fff6072aff3 libcoretls_cfhelpers.dylib (155.220.1) <33661841-3C3B-3608-86AC-C88D1CD6FE98> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff60da1000 - 0x7fff60df8ffb libcups.2.dylib (462.10) <29B6D106-A5F2-321D-8916-90F595545D88> /usr/lib/libcups.2.dylib 0x7fff60f30000 - 0x7fff60f30fff libenergytrace.dylib (17.200.1) <F5BA8134-16F9-31CD-90E1-D1EBEBADA4AE> /usr/lib/libenergytrace.dylib 0x7fff60f62000 - 0x7fff60f67ff7 libgermantok.dylib (17.15.2) <9381B152-5CFD-3D23-A5A7-4D64EE55B85E> /usr/lib/libgermantok.dylib 0x7fff60f68000 - 0x7fff60f6dff7 libheimdal-asn1.dylib (520.220.2) <D851A47D-E162-35F8-B8D4-6ABEA7FFDAD7> /usr/lib/libheimdal-asn1.dylib 0x7fff60f99000 - 0x7fff6108aff7 libiconv.2.dylib (51.200.6) <9FB95807-7C62-32B7-A19F-946D7FB7CCA6> /usr/lib/libiconv.2.dylib 0x7fff6108b000 - 0x7fff612eeffb libicucore.A.dylib (62109.0.1) <FEB89BD3-79C4-3208-A754-7E6BC4D38548> /usr/lib/libicucore.A.dylib 0x7fff6133b000 - 0x7fff6133cfff liblangid.dylib (128.15.1) <663D0A24-7260-31D1-9BFE-74D67B6F72F6> /usr/lib/liblangid.dylib 0x7fff6133d000 - 0x7fff61355fff liblzma.5.dylib (10.200.3) <9A52A949-0CB1-39B6-9244-D079FB609559> /usr/lib/liblzma.5.dylib 0x7fff6136d000 - 0x7fff6141dfff libmecab.1.0.0.dylib (779.24.1) <590BC39C-2A3E-368B-9499-C808B84C4955> /usr/lib/libmecab.1.0.0.dylib 0x7fff6141e000 - 0x7fff6165bff7 libmecabra.dylib (779.24.1) <22BFD5A8-EA42-3DC3-8910-F27DCFB1B631> /usr/lib/libmecabra.dylib 0x7fff61833000 - 0x7fff61b8bffb libnetwork.dylib (1229.230.4) <B76F8990-85CD-382D-BDF4-58C4AD4CE6C4> /usr/lib/libnetwork.dylib 0x7fff61c1c000 - 0x7fff623a2fe7 libobjc.A.dylib (750.1) <804715F4-F52D-34D0-8FEC-A25DC08513C3> /usr/lib/libobjc.A.dylib 0x7fff623b5000 - 0x7fff623b9ffb libpam.2.dylib (22.200.1) <85253002-89F2-3872-9C8A-1801303A2EBB> /usr/lib/libpam.2.dylib 0x7fff623bc000 - 0x7fff623f2ff7 libpcap.A.dylib (79.200.4) <6D25197A-2F7C-3147-A45A-F6F13E55909F> /usr/lib/libpcap.A.dylib 0x7fff6250c000 - 0x7fff62524ffb libresolv.9.dylib (65.200.2) <A1A77B4E-1AF0-3039-9945-D05440494E00> /usr/lib/libresolv.9.dylib 0x7fff62576000 - 0x7fff62577ff7 libspindump.dylib (267.1) <9DEA015B-410E-3D6E-A3EE-54E046092EA9> /usr/lib/libspindump.dylib 0x7fff62578000 - 0x7fff6274ffe7 libsqlite3.dylib (274.20) <7B202039-5DDF-3140-808C-521E8F11394E> /usr/lib/libsqlite3.dylib 0x7fff629dc000 - 0x7fff629dfffb libutil.dylib (51.200.4) <10C5E165-0939-363A-9D13-7076F3B513EC> /usr/lib/libutil.dylib 0x7fff629e0000 - 0x7fff629edfff libxar.1.dylib (404) <16E875B3-CF89-3059-87BB-36D301B32E7B> /usr/lib/libxar.1.dylib 0x7fff629f2000 - 0x7fff62ad5fff libxml2.2.dylib (32.8) <3E7875AC-3195-3800-AC48-8AA3B7BE51E4> /usr/lib/libxml2.2.dylib 0x7fff62ad6000 - 0x7fff62afeff3 libxslt.1.dylib (16.1) <D6EBFEBB-F88E-398F-B1B5-66F413C2CD32> /usr/lib/libxslt.1.dylib 0x7fff62aff000 - 0x7fff62b11ffb libz.1.dylib (70.200.4) <15F7B40A-424C-33BB-BF2C-7E8195128B78> /usr/lib/libz.1.dylib 0x7fff62b82000 - 0x7fff62b86ff3 libcache.dylib (81) <704331AC-E43D-343A-8C24-39201142AF27> /usr/lib/system/libcache.dylib 0x7fff62b87000 - 0x7fff62b91ff3 libcommonCrypto.dylib (60118.220.1) <9C865644-EE9A-3662-AB77-7C8A5E561784> /usr/lib/system/libcommonCrypto.dylib 0x7fff62b92000 - 0x7fff62b99fff libcompiler_rt.dylib (63.4) <817772E3-E836-3FFD-A39B-BDCD1C357221> /usr/lib/system/libcompiler_rt.dylib 0x7fff62b9a000 - 0x7fff62ba3ff3 libcopyfile.dylib (146.200.3) <5C5C4F35-DAB7-3CF1-940F-F47192AB8289> /usr/lib/system/libcopyfile.dylib 0x7fff62ba4000 - 0x7fff62c28fdf libcorecrypto.dylib (602.230.1) <C78D1A87-5543-3561-BEB4-3B480BA94ECB> /usr/lib/system/libcorecrypto.dylib 0x7fff62caf000 - 0x7fff62ce9ff7 libdispatch.dylib (1008.220.2) <2FDB1401-5119-3DF0-91F5-F4E105F00CD7> /usr/lib/system/libdispatch.dylib 0x7fff62cea000 - 0x7fff62d19ff3 libdyld.dylib (640.2) <376E3F3A-6942-3B0E-AD5E-4B97E8255CF5> /usr/lib/system/libdyld.dylib 0x7fff62d1a000 - 0x7fff62d1affb libkeymgr.dylib (30) <A4EFD9A4-2EF3-3E18-B325-F527E3821939> /usr/lib/system/libkeymgr.dylib 0x7fff62d1b000 - 0x7fff62d27ff7 libkxld.dylib (4903.231.4) <7275D7AD-54CE-30BF-9459-18EA77E28ACC> /usr/lib/system/libkxld.dylib 0x7fff62d28000 - 0x7fff62d28ff7 liblaunch.dylib (1336.220.5) <8563299C-2493-3DBD-8E88-3FC673DB47DD> /usr/lib/system/liblaunch.dylib 0x7fff62d29000 - 0x7fff62d2efff libmacho.dylib (921) <6ADB99F3-D142-3A0A-B3CE-031354766ACC> /usr/lib/system/libmacho.dylib 0x7fff62d2f000 - 0x7fff62d31ffb libquarantine.dylib (86.220.1) <58524FD7-63C5-38E0-9D90-845A79551C14> /usr/lib/system/libquarantine.dylib 0x7fff62d32000 - 0x7fff62d33ff3 libremovefile.dylib (45.200.2) <BA53CA8A-9974-3A43-9265-B110B1AE470F> /usr/lib/system/libremovefile.dylib 0x7fff62d34000 - 0x7fff62d4bff3 libsystem_asl.dylib (356.200.4) <33C62769-1242-3BC1-9459-13CBCDECC7FE> /usr/lib/system/libsystem_asl.dylib 0x7fff62d4c000 - 0x7fff62d4cfff libsystem_blocks.dylib (73) <152EDADF-7D94-35F2-89B7-E66DCD945BBA> /usr/lib/system/libsystem_blocks.dylib 0x7fff62d4d000 - 0x7fff62dd5fff libsystem_c.dylib (1272.200.26) <D6C701A2-9F17-308D-B6AC-9E17EF31B7DF> /usr/lib/system/libsystem_c.dylib 0x7fff62dd6000 - 0x7fff62dd9ff7 libsystem_configuration.dylib (963.200.27) <94898525-ECC8-3CC9-B312-CBEAAC305E32> /usr/lib/system/libsystem_configuration.dylib 0x7fff62dda000 - 0x7fff62dddff7 libsystem_coreservices.dylib (66) <10818C17-70E1-328E-A3E3-C3EB81AEC590> /usr/lib/system/libsystem_coreservices.dylib 0x7fff62dde000 - 0x7fff62de4ffb libsystem_darwin.dylib (1272.200.26) <07468CF7-982F-37C4-83D0-D5E602A683AA> /usr/lib/system/libsystem_darwin.dylib 0x7fff62de5000 - 0x7fff62debff7 libsystem_dnssd.dylib (878.230.2) <FF9D5025-F060-334B-B6D8-C5D0BB6A55E3> /usr/lib/system/libsystem_dnssd.dylib 0x7fff62dec000 - 0x7fff62e38ff3 libsystem_info.dylib (517.200.9) <54B65F21-2E93-3579-9B72-6637A03245D9> /usr/lib/system/libsystem_info.dylib 0x7fff62e39000 - 0x7fff62e61ff7 libsystem_kernel.dylib (4903.231.4) <ABDAABCA-C22A-3960-AA4E-E91A9FF34929> /usr/lib/system/libsystem_kernel.dylib 0x7fff62e62000 - 0x7fff62eadff7 libsystem_m.dylib (3158.200.7) <AF25F8E8-194C-314F-A2D3-A424853EE796> /usr/lib/system/libsystem_m.dylib 0x7fff62eae000 - 0x7fff62ed2ff7 libsystem_malloc.dylib (166.220.1) <4777DC06-F9C6-356E-82AB-86A1C6D62F3A> /usr/lib/system/libsystem_malloc.dylib 0x7fff62ed3000 - 0x7fff62edeff3 libsystem_networkextension.dylib (767.220.1) <74818C3D-9B68-3823-A737-6A4B782618F2> /usr/lib/system/libsystem_networkextension.dylib 0x7fff62edf000 - 0x7fff62ee6fff libsystem_notify.dylib (172.200.21) <65B3061D-41D7-3485-B217-A861E05AD50B> /usr/lib/system/libsystem_notify.dylib 0x7fff62ee7000 - 0x7fff62ef0fef libsystem_platform.dylib (177.200.16) <83DED753-51EC-3B8C-A98D-883A5184086B> /usr/lib/system/libsystem_platform.dylib 0x7fff62ef1000 - 0x7fff62efbfff libsystem_pthread.dylib (330.230.1) <BA382BFC-6A17-3940-B417-D090EF2AF4F4> /usr/lib/system/libsystem_pthread.dylib 0x7fff62efc000 - 0x7fff62effff7 libsystem_sandbox.dylib (851.230.3) <4D0CB1CA-160C-3C29-BE5D-131D68D43B1B> /usr/lib/system/libsystem_sandbox.dylib 0x7fff62f00000 - 0x7fff62f02ff3 libsystem_secinit.dylib (30.220.1) <5964B6D2-19D4-3CF9-BDBC-4EB1D42348F1> /usr/lib/system/libsystem_secinit.dylib 0x7fff62f03000 - 0x7fff62f0aff7 libsystem_symptoms.dylib (820.237.2) <487E1794-4C6E-3B1B-9C55-95B1A5FF9B90> /usr/lib/system/libsystem_symptoms.dylib 0x7fff62f0b000 - 0x7fff62f20ff7 libsystem_trace.dylib (906.220.1) <4D4BA88A-FA32-379D-8860-33838723B35F> /usr/lib/system/libsystem_trace.dylib 0x7fff62f22000 - 0x7fff62f27ffb libunwind.dylib (35.4) <EF1A77FD-A86B-39F5-ABEA-6100AB23583A> /usr/lib/system/libunwind.dylib 0x7fff62f28000 - 0x7fff62f58fff libxpc.dylib (1336.220.5) <DC50F33E-C47D-3256-BFE0-F8E9B5AEBE17> /usr/lib/system/libxpc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 118 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=396.8M resident=0K(0%) swapped_out_or_unallocated=396.8M(100%) Writable regions: Total=571.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=571.0M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 2 CoreServices 20K 2 CoreUI image file 204K 5 Foundation 4K 2 Kernel Alloc Once 8K 2 MALLOC 175.5M 20 MALLOC guard page 32K 8 MALLOC_NANO (reserved) 384.0M 2 reserved VM address space (unallocated) STACK GUARD 56.0M 7 Stack 10.5M 7 VM_ALLOCATE 48K 5 __DATA 26.1M 275 __FONT_DATA 4K 2 __LINKEDIT 221.8M 27 __TEXT 175.0M 262 __UNICODE 564K 2 mapped file 43.4M 15 shared memory 4992K 14 =========== ======= ======= TOTAL 1.1G 641 TOTAL, minus reserved VM space 714.4M 641 Model: MacBookAir8,1, BootROM 220.230.16.0.0 (iBridge: 16.16.2542.0.0,0), 2 processors, Intel Core i5, 1.6 GHz, 8 GB, SMC Graphics: kHW_IntelUHDGraphics617Item, Intel UHD Graphics 617, Built-In Memory Module: BANK 0/DIMM0, 4 GB, LPDDR3, 2133 MHz, 0x80AD, 0x483943434E4E4E435054414C42522D4E5644 Memory Module: BANK 1/DIMM0, 4 GB, LPDDR3, 2133 MHz, 0x80AD, 0x483943434E4E4E435054414C42522D4E5644 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x843), wl0: Oct 11 2018 22:36:55 version 9.141.4.0.32.6.23 FWID 01-3d163180 Bluetooth: Version 6.0.9f2, 3 services, 27 devices, 1 incoming serial ports USB Device: USB 3.0 Bus USB Device: Ultra USB 3.0 USB Device: iBridge Bus USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: iBridge ALS USB Device: iBridge FaceTime HD Camera (Built-in) USB Device: iBridge Thunderbolt Bus: MacBook Air, Apple Inc., 34.6
Posted
by APGH.
Last updated
.
Post not yet marked as solved
2 Replies
782 Views
My app mirrors some information on a watch, then plays audio based on the information from the iPhone, I know how to detect when watch disconnects from the phone using WCSession.default.isReachable but how do I do the same on the watch to stop the audio playing? The same line of code compiles in WatchKit but doesn't actually seem to do anything.Any suggestions please?Andrew
Posted
by APGH.
Last updated
.
Post not yet marked as solved
3 Replies
844 Views
HiI have written a watchOS that plays audio out the speaker using files stored locally and this works fine but when you lower your hand and the screen ‘sleeps’ the audio stops playing. If you raise your wrist again it does finishes playing the audio. I have tried enabling as suggested by Apple with “Under the Capabilities tab, set the Background Modes” but am I missing something or is it not possible to let an audio complete.Andrew
Posted
by APGH.
Last updated
.