zbrateam / Zebra

🦓 A Useful Package Manager for iOS
https://getzbra.com
GNU General Public License v3.0
1.19k stars 193 forks source link

Constant crashing and badge stays after updating #1743

Closed seanie86 closed 3 years ago

seanie86 commented 3 years ago

Describe the bug

sometimes while refreshing sources it will crash or when going to list of updates or when using search. **To Reproduce**

Use app normally. Expected behavior

I expect the app not to crash or at least not as often. **Screenshots**

161278CE-6923-46FF-A9DB-8D8B3F0ECC97

Device Information:

Crash Log or System Log

Date: 2/4/21, 11:56 AM Process: Zebra Bundle id: xyz.willy.Zebra Device: iPhone 8 Plus, iOS 13.4.1 Bundle version: 1.2~beta8 Exception type: EXC_BAD_ACCESS (SIGSEGV) Exception subtype: KERN_INVALID_ADDRESS: 0x0 Exception codes: 0x0000000000000001, 0x0000000000000000 Culprit: Unknown VM Protection: 0x0 is not in any region. Triggered by thread: 0 Thread name: Dispatch queue: com.apple.main-thread Call stack: 0 libobjc.A.dylib 0x00000001b6767b40 0x1b6766000 + 6976 // objc_msgSend 1 UIKitCore 0x00000001baf8d52c 0x1ba0c8000 + 15488300 // _makeSubTreePerformSelector 2 UIKitCore 0x00000001baf8d58c 0x1ba0c8000 + 15488396 // _makeSubTreePerformSelector 3 UIKitCore 0x00000001baf8d58c 0x1ba0c8000 + 15488396 // _makeSubTreePerformSelector 4 UIKitCore 0x00000001baf8d58c 0x1ba0c8000 + 15488396 // _makeSubTreePerformSelector 5 UIKitCore 0x00000001baf9bf70 0x1ba0c8000 + 15548272 // -[UIView(Internal) _addSubview:positioned:relativeTo:] 6 UIKitCore 0x00000001ba4a7b60 0x1ba0c8000 + 4062048 // +[UIViewControllerWrapperView wrapperViewForView:wrapperFrame:viewFrame:] 7 UIKitCore 0x00000001ba3f24ac 0x1ba0c8000 + 3318956 // -[UITabBarController _wrapperViewForViewController:] 8 UIKitCore 0x00000001ba3fba4c 0x1ba0c8000 + 3357260 // -[UITabBarController transitionFromViewController:toViewController:transition:shouldSetSelected:] 9 UIKitCore 0x00000001ba3fad84 0x1ba0c8000 + 3353988 // -[UITabBarController transitionFromViewController:toViewController:] 10 UIKitCore 0x00000001ba3f78d8 0x1ba0c8000 + 3340504 // -[UITabBarController _setSelectedViewController:] 11 UIKitCore 0x00000001ba3f76f0 0x1ba0c8000 + 3340016 // -[UITabBarController setSelectedViewController:] 12 UIKitCore 0x00000001ba3facd0 0x1ba0c8000 + 3353808 // -[UITabBarController _tabBarItemClicked:] 13 UIKitCore 0x00000001baaf5574 0x1ba0c8000 + 10671476 // -[UIApplication sendAction:to:from:forEvent:] 14 UIKitCore 0x00000001ba26a8bc 0x1ba0c8000 + 1714364 // -[UITabBar _sendAction:withEvent:] 15 UIKitCore 0x00000001baaf5574 0x1ba0c8000 + 10671476 // -[UIApplication sendAction:to:from:forEvent:] 16 UIKitCore 0x00000001ba508278 0x1ba0c8000 + 4457080 // -[UIControl sendAction:to:forEvent:] 17 UIKitCore 0x00000001ba5085d0 0x1ba0c8000 + 4457936 // -[UIControl _sendActionsForEvents:withEvent:] 18 UIKitCore 0x00000001ba26d36c 0x1ba0c8000 + 1725292 // -[UITabBar _buttonUp:] 19 UIKitCore 0x00000001baaf5574 0x1ba0c8000 + 10671476 // -[UIApplication sendAction:to:from:forEvent:] 20 UIKitCore 0x00000001ba508278 0x1ba0c8000 + 4457080 // -[UIControl sendAction:to:forEvent:] 21 UIKitCore 0x00000001ba5085d0 0x1ba0c8000 + 4457936 // -[UIControl _sendActionsForEvents:withEvent:] 22 UIKitCore 0x00000001ba5075f4 0x1ba0c8000 + 4453876 // -[UIControl touchesEnded:withEvent:] 23 UIKitCore 0x00000001bab2f250 0x1ba0c8000 + 10908240 // -[UIWindow _sendTouchesForEvent:] 24 UIKitCore 0x00000001bab30a18 0x1ba0c8000 + 10914328 // -[UIWindow sendEvent:] 25 UIKitCore 0x00000001bab0c6a0 0x1ba0c8000 + 10765984 // -[UIApplication sendEvent:] 26 UIKit 0x00000001ed3d8b54 0x1ed3b9000 + 129876 // -[UIApplicationAccessibility sendEvent:] 27 UIKitCore 0x00000001bab8cd84 0x1ba0c8000 + 11292036 // __dispatchPreprocessedEventFromEventQueue 28 UIKitCore 0x00000001bab8f8bc 0x1ba0c8000 + 11303100 // __handleEventQueueInternal 29 UIKitCore 0x00000001bab878d0 0x1ba0c8000 + 11270352 // __handleHIDEventFetcherDrain 30 CoreFoundation 0x00000001b69c7b64 0x1b691f000 + 691044 // __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ 31 CoreFoundation 0x00000001b69c7abc 0x1b691f000 + 690876 // __CFRunLoopDoSource0 32 CoreFoundation 0x00000001b69c7244 0x1b691f000 + 688708 // __CFRunLoopDoSources0 33 CoreFoundation 0x00000001b69c2274 0x1b691f000 + 668276 // __CFRunLoopRun 34 CoreFoundation 0x00000001b69c1c34 0x1b691f000 + 666676 // CFRunLoopRunSpecific 35 GraphicsServices 0x00000001c0b0b38c 0x1c0b08000 + 13196 // GSEventRunModal 36 UIKitCore 0x00000001baaf422c 0x1ba0c8000 + 10666540 // UIApplicationMain 37 Zebra 0x000000010203f5cc 0x102014000 + 177612 // (null) 38 libdyld.dylib 0x00000001b6849800 0x1b6848000 + 6144 // start Register values: PC: 0x1b6767b40 LR: 0x1baf8d52c CPSR: 0x20000000 x0: 0x283cb8600 x1: 0x1f221c582 x2: 0x0 x3: 0x16dde8650 x4: 0x10 x5: 0x0 x6: 0x0 x7: 0x7fdb x8: 0x1f221c000 x9: 0xe0182000100 x10: 0x0 x11: 0x0 x12: 0x0 x13: 0x1a203a00031 x14: 0x0 x15: 0xffffffffffffffff x16: 0x203a00030 x17: 0x1baf9b92c x18: 0x0 x19: 0x103e4c110 x20: 0x0 x21: 0x0 x22: 0x1f221b687 x23: 0x6 x24: 0x1f221aa0c x25: 0xd x26: 0x1f1fbe54a x27: 0x9 x28: 0x1f21442c2 Loaded images: 0: /Applications/Zebra.app/Zebra 1: /usr/lib/substitute-inserter.dylib 2: /Applications/Zebra.app/Frameworks/LNPopupController.framework/LNPopupController 3: /usr/lib/libsubstrate.dylib 4: /usr/lib/dyld 5: /Applications/Zebra.app/Frameworks/SDWebImage.framework/SDWebImage 6: /usr/lib/libsubstitute.dylib 7: /usr/lib/substitute-loader.dylib 8: /Library/MobileSubstrate/DynamicLibraries/ Choicy.dylib 9: /Library/MobileSubstrate/DynamicLibraries/0Shadow.dylib 10: /usr/lib/Cephei.framework/Cephei 11: /usr/lib/CepheiUI.framework/CepheiUI 12: /Library/MobileSubstrate/DynamicLibraries/AVLock.dylib 13: /usr/lib/libactivator.dylib 14: /Library/MobileSubstrate/DynamicLibraries/Appcon.dylib 15: /usr/lib/libobjc-trampolines.dylib 16: /Library/MobileSubstrate/DynamicLibraries/BigShotJb.dylib 17: /Library/MobileSubstrate/DynamicLibraries/CopyLogDaemon.dylib 18: /Library/MobileSubstrate/DynamicLibraries/EmojiFontManager.dylib 19: /Library/MobileSubstrate/DynamicLibraries/EmojiPortPE.dylib 20: /usr/lib/libstdc++.6.dylib 21: /Library/MobileSubstrate/DynamicLibraries/EmojiPort/EmojiAttributes.dylib 22: /usr/lib/libundirect.dylib 23: /Library/MobileSubstrate/DynamicLibraries/EmojiPort/EmojiPortPEReal.dylib 24: /usr/lib/libEmojiLibrary.dylib 25: /Library/MobileSubstrate/DynamicLibraries/Flex.dylib 26: /Library/MobileSubstrate/DynamicLibraries/MoreLinesNotifications.dylib 27: /Library/MobileSubstrate/DynamicLibraries/NoCShare.dylib 28: /Library/MobileSubstrate/DynamicLibraries/SimpleActivationActions.dylib 29: /Library/MobileSubstrate/DynamicLibraries/Selector.dylib 30: /Library/MobileSubstrate/DynamicLibraries/SneakyCam.dylib 31: /Library/MobileSubstrate/DynamicLibraries/SwipeSelection.dylib 32: /Library/MobileSubstrate/DynamicLibraries/Titan.dylib 33: /usr/lib/librocketbootstrap.dylib 34: /Library/MobileSubstrate/DynamicLibraries/ToneEnabler13.dylib 35: /Library/MobileSubstrate/DynamicLibraries/TweakReviewsDB.dylib 36: /Library/MobileSubstrate/DynamicLibraries/UVD.dylib 37: /usr/lib/libapplist.dylib 38: /Library/MobileSubstrate/DynamicLibraries/VolumeMixer.dylib 39: /Library/MobileSubstrate/DynamicLibraries/Weed.dylib 40: /usr/lib/libcolorpicker.dylib 41: /Library/Frameworks/Alderis.framework/Alderis 42: /Library/MobileSubstrate/DynamicLibraries/__Cr4shed.dylib 43: /usr/lib/libmryipc.dylib 44: /Library/MobileSubstrate/DynamicLibraries/com.r333d.eqe.UIKit.dylib 45: /Library/MobileSubstrate/DynamicLibraries/photomanager12.dylib 46: /Library/MobileSubstrate/DynamicLibraries/zCercubeBoard.dylib 47: /Library/MobileSubstrate/DynamicLibraries/zzzzzzUnSub.dylib 48: /Library/MobileSubstrate/DynamicLibraries/zzzzzzzzzNotifyChroot.dylib 49: /System/Library/AccessibilityBundles/GeoServices.axbundle/GeoServices 50: /System/Library/AccessibilityBundles/VectorKit.axbundle/VectorKit 51: /System/Library/AccessibilityBundles/MapKitFramework.axbundle/MapKitFramework 52: /System/Library/AccessibilityBundles/PreferencesFramework.axbundle/PreferencesFramework 53: /System/Library/AccessibilityBundles/AVFoundation.axbundle/AVFoundation 54: /System/Library/AccessibilityBundles/AuthenticationServices.axbundle/AuthenticationServices 55: /System/Library/AccessibilityBundles/PDFKit.axbundle/PDFKit 56: /System/Library/AccessibilityBundles/AVKit.axbundle/AVKit 57: /System/Library/AccessibilityBundles/OnBoardingKit.axbundle/OnBoardingKit 58: /System/Library/AccessibilityBundles/ShareSheet.axbundle/ShareSheet 59: /System/Library/AccessibilityBundles/WebUI.axbundle/WebUI 60: /System/Library/AccessibilityBundles/CoreRecognition.axbundle/CoreRecognition 61: /System/Library/AccessibilityBundles/PencilKit.axbundle/PencilKit 62: /System/Library/AccessibilityBundles/SearchFoundation.axbundle/SearchFoundation 63: /System/Library/AccessibilityBundles/ContactsUI.axbundle/ContactsUI 64: /System/Library/AccessibilityBundles/SafariServices.axbundle/SafariServices 65: /System/Library/AccessibilityBundles/AuthKitUI.axbundle/AuthKitUI 66: /System/Library/AccessibilityBundles/ToneKit.axbundle/ToneKit 67: /System/Library/AccessibilityBundles/DocumentManager.axbundle/DocumentManager 68: /System/Library/AccessibilityBundles/TextInputUI.axbundle/TextInputUI 69: /System/Library/AccessibilityBundles/FrontBoard.axbundle/FrontBoard 70: /System/Library/AccessibilityBundles/ContactsAutocompleteUI.axbundle/ContactsAutocompleteUI 71: /System/Library/AccessibilityBundles/BaseBoardUI.axbundle/BaseBoardUI 72: /System/Library/AccessibilityBundles/Pegasus.axbundle/Pegasus 73: /System/Library/AccessibilityBundles/AnnotationKit.axbundle/AnnotationKit 74: /usr/lib/system/libsystem_trace.dylib 75: /usr/lib/system/libxpc.dylib 76: /usr/lib/system/libsystem_blocks.dylib 77: /usr/lib/system/libsystem_c.dylib 78: /usr/lib/system/libdispatch.dylib 79: /usr/lib/system/libsystem_malloc.dylib 80: /usr/lib/system/libsystem_platform.dylib 81: /usr/lib/system/libsystem_pthread.dylib 82: /usr/lib/libobjc.A.dylib 83: /usr/lib/system/libcorecrypto.dylib 84: /usr/lib/libc++abi.dylib 85: /usr/lib/system/libsystem_kernel.dylib 86: /usr/lib/system/libdyld.dylib 87: /usr/lib/system/libsystem_darwin.dylib 88: /usr/lib/libc++.1.dylib 89: /usr/lib/system/libsystem_info.dylib 90: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 91: /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 92: /System/Library/Frameworks/Foundation.framework/Foundation 93: /usr/lib/libCRFSuite.dylib 94: /System/Library/Frameworks/CoreServices.framework/CoreServices 95: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 96: /System/Library/Frameworks/ImageIO.framework/ImageIO 97: /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 98: /System/Library/Frameworks/CoreText.framework/CoreText 99: /System/Library/Frameworks/Security.framework/Security 100: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 101: /usr/lib/libMobileGestalt.dylib 102: /usr/lib/libprotobuf.dylib 103: /usr/lib/libprotobuf-lite.dylib 104: /usr/lib/libicucore.A.dylib 105: /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 106: /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 107: /usr/lib/libAWDSupport.dylib 108: /System/Library/Frameworks/CoreAudio.framework/CoreAudio 109: /System/Library/Frameworks/CoreImage.framework/CoreImage 110: /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 111: /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 112: /usr/lib/libsqlite3.dylib 113: /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 114: /usr/lib/system/libsystem_notify.dylib 115: /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 116: /System/Library/PrivateFrameworks/Montreal.framework/Montreal 117: /System/Library/PrivateFrameworks/NLP.framework/NLP 118: /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 119: /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 120: /usr/lib/libnetwork.dylib 121: /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 122: /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 123: /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 124: /System/Library/Frameworks/CoreML.framework/CoreML 125: /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 126: /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 127: /usr/lib/libenergytrace.dylib 128: /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 129: /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 130: /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 131: /System/Library/Frameworks/CoreLocation.framework/CoreLocation 132: /System/Library/Frameworks/Accounts.framework/Accounts 133: /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 134: /System/Library/Frameworks/CFNetwork.framework/CFNetwork 135: /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 136: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 137: /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 138: /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 139: /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 140: /usr/lib/system/libsystem_asl.dylib 141: /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 142: /System/Library/Frameworks/CoreData.framework/CoreData 143: /System/Library/Frameworks/Vision.framework/Vision 144: /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 145: /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 146: /usr/lib/libboringssl.dylib 147: /usr/lib/system/libsystem_networkextension.dylib 148: /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 149: /System/Library/Frameworks/CloudKit.framework/CloudKit 150: /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 151: /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 152: /System/Library/Frameworks/Network.framework/Network 153: /usr/lib/libusrtcp.dylib 154: /usr/lib/system/libsystem_symptoms.dylib 155: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 156: /System/Library/PrivateFrameworks/TCC.framework/TCC 157: /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 158: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 159: /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 160: /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore 161: /usr/lib/system/libsystem_containermanager.dylib 162: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 163: /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 164: /System/Library/PrivateFrameworks/IDS.framework/IDS 165: /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 166: /usr/lib/libCTGreenTeaLogger.dylib 167: /System/Library/Frameworks/CoreMedia.framework/CoreMedia 168: /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 169: /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 170: /System/Library/Frameworks/QuartzCore.framework/QuartzCore 171: /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 172: /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 173: /System/Library/Frameworks/Contacts.framework/Contacts 174: /System/Library/Frameworks/UserNotifications.framework/UserNotifications 175: /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 176: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 177: /System/Library/Frameworks/WebKit.framework/WebKit 178: /System/Library/PrivateFrameworks/WebCore.framework/WebCore 179: /usr/lib/libAccessibility.dylib 180: /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 181: /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 182: /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 183: /System/Library/Frameworks/IOSurface.framework/IOSurface 184: /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 185: /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 186: /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 187: /System/Library/Frameworks/AVFoundation.framework/AVFoundation 188: /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit 189: /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 190: /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 191: /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 192: /System/Library/PrivateFrameworks/FontServices.framework/FontServices 193: /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 194: /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 195: /usr/lib/libAXSafeCategoryBundle.dylib 196: /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 197: /System/Library/PrivateFrameworks/Preferences.framework/Preferences 198: /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 199: /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 200: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 201: /usr/lib/libAudioToolboxUtility.dylib 202: /System/Library/Frameworks/ContactsUI.framework/ContactsUI 203: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility 204: /System/Library/Frameworks/Photos.framework/Photos 205: /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 206: /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 207: /System/Library/Frameworks/PDFKit.framework/PDFKit 208: /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard 209: /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 210: /usr/lib/libmecabra.dylib 211: /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 212: /System/Library/Frameworks/Intents.framework/Intents 213: /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 214: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 215: /System/Library/PrivateFrameworks/TextInput.framework/TextInput 216: /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 217: /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 218: /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 219: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 220: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 221: /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 222: /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 223: /System/Library/Frameworks/CoreMotion.framework/CoreMotion 224: /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 225: /System/Library/CoreServices/RawCamera.bundle/RawCamera 226: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 227: /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 228: /System/Library/Frameworks/CoreVideo.framework/CoreVideo 229: /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 230: /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 231: /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 232: /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 233: /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 234: /usr/lib/swift/libswiftCore.dylib 235: /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 236: /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 237: /System/Library/Frameworks/MapKit.framework/MapKit 238: /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 239: /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 240: /System/Library/PrivateFrameworks/Celestial.framework/Celestial 241: /System/Library/Frameworks/CallKit.framework/CallKit 242: /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 243: /System/Library/Frameworks/AVKit.framework/AVKit 244: /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 245: /usr/lib/libapp_launch_measurement.dylib 246: /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 247: /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 248: /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 249: /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 250: /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 251: /System/Library/Frameworks/StoreKit.framework/StoreKit 252: /usr/lib/system/libsystem_configuration.dylib 253: /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 254: /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI 255: /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 256: /System/Library/Frameworks/Social.framework/Social 257: /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 258: /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 259: /usr/lib/liblangid.dylib 260: /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 261: /usr/lib/libTelephonyUtilDynamic.dylib 262: /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 263: /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 264: /System/Library/Frameworks/SafariServices.framework/SafariServices 265: /System/Library/PrivateFrameworks/Message.framework/Message 266: /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 267: /usr/lib/libxml2.2.dylib 268: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics 269: /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 270: /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity 271: /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 272: /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 273: /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 274: /System/Library/Frameworks/EventKit.framework/EventKit 275: /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 276: /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit 277: /System/Library/Frameworks/PencilKit.framework/PencilKit 278: /System/Library/Frameworks/MessageUI.framework/MessageUI 279: /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 280: /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 281: /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 282: /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 283: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 284: /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 285: /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 286: /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI 287: /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 288: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed 289: /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 290: /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 291: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 292: /System/Library/PrivateFrameworks/IMCore.framework/IMCore 293: /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement 294: /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 295: /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 296: /usr/lib/system/libsystem_sandbox.dylib 297: /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI 298: /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit 299: /System/Library/PrivateFrameworks/Rapport.framework/Rapport 300: /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 301: /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 302: /System/Library/Frameworks/Metal.framework/Metal 303: /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 304: /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 305: /usr/lib/system/libsystem_dnssd.dylib 306: /System/Library/Frameworks/PushKit.framework/PushKit 307: /System/Library/Frameworks/FileProvider.framework/FileProvider 308: /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent 309: /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 310: /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB 311: /System/Library/PrivateFrameworks/Categories.framework/Categories 312: /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb 313: /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 314: /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 315: /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait 316: /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon 317: /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 318: /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 319: /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 320: /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 321: /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation 322: /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 323: /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 324: /usr/lib/libcoretls.dylib 325: /usr/lib/libate.dylib 326: /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 327: /System/Library/PrivateFrameworks/FTServices.framework/FTServices 328: /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit 329: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 330: /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 331: /System/Library/PrivateFrameworks/MIME.framework/MIME 332: /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 333: /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore 334: /System/Library/PrivateFrameworks/IconServices.framework/IconServices 335: /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 336: /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 337: /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 338: /usr/lib/libprequelite.dylib 339: /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore 340: /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 341: /System/Library/PrivateFrameworks/Email.framework/Email 342: /System/Library/Frameworks/ClassKit.framework/ClassKit 343: /System/Library/PrivateFrameworks/CPMS.framework/CPMS 344: /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 345: /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 346: /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 347: /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence 348: /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation 349: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 350: /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 351: /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 352: /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 353: /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 354: /usr/lib/libIOReport.dylib 355: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 356: /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 357: /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 358: /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 359: /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore 360: /System/Library/PrivateFrameworks/RTTUtilities.framework/RTTUtilities 361: /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore 362: /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 363: /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 364: /System/Library/Frameworks/AddressBook.framework/AddressBook 365: /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 366: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 367: /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 368: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 369: /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 370: /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory 371: /usr/lib/libtailspin.dylib 372: /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 373: /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 374: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared 375: /System/Library/PrivateFrameworks/HearingUtilities.framework/HearingUtilities 376: /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 377: /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 378: /System/Library/PrivateFrameworks/Notes.framework/Notes 379: /System/Library/Frameworks/MetalKit.framework/MetalKit 380: /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 381: /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 382: /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing 383: /System/Library/PrivateFrameworks/MailServices.framework/MailServices 384: /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 385: /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 386: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount 387: /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 388: /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 389: /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 390: /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 391: /System/Library/Frameworks/OpenGLES.framework/OpenGLES 392: /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 393: /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 394: /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 395: /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 396: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared 397: /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 398: /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 399: /System/Library/PrivateFrameworks/AVConference.framework/AVConference 400: /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 401: /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 402: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 403: /System/Library/PrivateFrameworks/Netrb.framework/Netrb 404: /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 405: /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 406: /usr/lib/libgermantok.dylib 407: /usr/lib/libmecab.dylib 408: /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 409: /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 410: /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 411: /System/Library/PrivateFrameworks/Navigation.framework/Navigation 412: /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 413: /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 414: /System/Library/PrivateFrameworks/OAuth.framework/OAuth 415: /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 416: /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon 417: /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport 418: /usr/lib/libarchive.2.dylib 419: /System/Library/PrivateFrameworks/C2.framework/C2 420: /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 421: /usr/lib/system/libsystem_coreservices.dylib 422: /usr/lib/libmis.dylib 423: /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 424: /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 425: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 426: /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 427: /usr/lib/system/libcopyfile.dylib 428: /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking 429: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 430: /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 431: /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation 432: /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 433: /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 434: /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 435: /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 436: /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 437: /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 438: /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 439: /System/Library/PrivateFrameworks/MMCS.framework/MMCS 440: /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 441: /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 442: /System/Library/PrivateFrameworks/Quagga.framework/Quagga 443: /usr/lib/libAXSpeechManager.dylib 444: /System/Library/PrivateFrameworks/libEDR.framework/libEDR 445: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing 446: /usr/lib/libperfcheck.dylib 447: /usr/lib/libAudioStatistics.dylib 448: /System/Library/PrivateFrameworks/caulk.framework/caulk 449: /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 450: /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 451: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace 452: /System/Library/PrivateFrameworks/CloudKitCode.framework/CloudKitCode 453: /System/Library/PrivateFrameworks/CloudKitCodeProtobuf.framework/CloudKitCodeProtobuf 454: /System/Library/PrivateFrameworks/HID.framework/HID 455: /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 456: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 457: /System/Library/PrivateFrameworks/Engram.framework/Engram 458: /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 459: /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents 460: /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 461: /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 462: /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 463: /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 464: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 465: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel 466: /System/Library/PrivateFrameworks/CertUI.framework/CertUI 467: /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 468: /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 469: /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 470: /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 471: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 472: /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 473: /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 474: /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 475: /System/Library/PrivateFrameworks/kperf.framework/kperf 476: /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 477: /usr/lib/libpcap.A.dylib 478: /System/Library/PrivateFrameworks/WebUI.framework/WebUI 479: /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 480: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 481: /System/Library/PrivateFrameworks/vCard.framework/vCard 482: /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 483: /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 484: /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit 485: /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 486: /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 487: /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 488: /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 489: /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService 490: /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 491: /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 492: /System/Library/Frameworks/Accelerate.framework/Accelerate 493: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 494: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 495: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 496: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 497: /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices 498: /System/Library/Frameworks/Combine.framework/Combine 499: /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 500: /System/Library/Frameworks/CryptoKit.framework/CryptoKit 501: /System/Library/Frameworks/GSS.framework/GSS 502: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 503: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 504: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 505: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 506: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 507: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 508: /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 509: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 510: /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 511: /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 512: /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 513: /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 514: /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis 515: /System/Library/Frameworks/UIKit.framework/UIKit 516: /System/Library/Frameworks/VisionKit.framework/VisionKit 517: /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 518: /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 519: /System/Library/PrivateFrameworks/APFS.framework/APFS 520: /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 521: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE 522: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle 523: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange 524: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap 525: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils 526: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakThisServices.framework/SpeakThisServices 527: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices 528: /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport 529: /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings 530: /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA 531: /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 532: /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 533: /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 534: /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 535: /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 536: /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop 537: /System/Library/PrivateFrameworks/Bom.framework/Bom 538: /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 539: /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA 540: /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 541: /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 542: /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging 543: /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate 544: /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 545: /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 546: /System/Library/PrivateFrameworks/Espresso.framework/Espresso 547: /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 548: /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 549: /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 550: /System/Library/PrivateFrameworks/Futhark.framework/Futhark 551: /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 552: /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 553: /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam 554: /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 555: /System/Library/PrivateFrameworks/Marco.framework/Marco 556: /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit 557: /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 558: /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 559: /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 560: /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 561: /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 562: /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 563: /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 564: /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 565: /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition 566: /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 567: /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 568: /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager 569: /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 570: /System/Library/PrivateFrameworks/ktrace.framework/ktrace 571: /System/Library/PrivateFrameworks/perfdata.framework/perfdata 572: /usr/lib/libAWDProtobufFacetimeiMessage.dylib 573: /usr/lib/libAWDSupportFramework.dylib 574: /usr/lib/libChineseTokenizer.dylib 575: /usr/lib/libFosl_dynamic.dylib 576: /usr/lib/libMatch.1.dylib 577: /usr/lib/libMobileCheckpoint.dylib 578: /usr/lib/libSystem.B.dylib 579: /usr/lib/libThaiTokenizer.dylib 580: /usr/lib/libapple_nghttp2.dylib 581: /usr/lib/libbsm.0.dylib 582: /usr/lib/libbz2.1.0.dylib 583: /usr/lib/libcharset.1.dylib 584: /usr/lib/libcmph.dylib 585: /usr/lib/libcompression.dylib 586: /usr/lib/libcoretls_cfhelpers.dylib 587: /usr/lib/libcupolicy.dylib 588: /usr/lib/libdscsym.dylib 589: /usr/lib/libedit.3.dylib 590: /usr/lib/libheimdal-asn1.dylib 591: /usr/lib/libiconv.2.dylib 592: /usr/lib/liblockdown.dylib 593: /usr/lib/liblzma.5.dylib 594: /usr/lib/libncurses.5.4.dylib 595: /usr/lib/libnetworkextension.dylib 596: /usr/lib/libresolv.9.dylib 597: /usr/lib/libsandbox.1.dylib 598: /usr/lib/libsysdiagnose.dylib 599: /usr/lib/libtidy.A.dylib 600: /usr/lib/libutil.dylib 601: /usr/lib/libz.1.dylib 602: /usr/lib/log/liblog_network.dylib 603: /usr/lib/swift/libswiftAccelerate.dylib 604: /usr/lib/swift/libswiftCloudKit.dylib 605: /usr/lib/swift/libswiftContacts.dylib 606: /usr/lib/swift/libswiftCoreFoundation.dylib 607: /usr/lib/swift/libswiftCoreGraphics.dylib 608: /usr/lib/swift/libswiftCoreLocation.dylib 609: /usr/lib/swift/libswiftDarwin.dylib 610: /usr/lib/swift/libswiftDispatch.dylib 611: /usr/lib/swift/libswiftFoundation.dylib 612: /usr/lib/swift/libswiftMetal.dylib 613: /usr/lib/swift/libswiftObjectiveC.dylib 614: /usr/lib/swift/libswiftos.dylib 615: /usr/lib/system/libcache.dylib 616: /usr/lib/system/libcommonCrypto.dylib 617: /usr/lib/system/libcompiler_rt.dylib 618: /usr/lib/system/liblaunch.dylib 619: /usr/lib/system/libmacho.dylib 620: /usr/lib/system/libremovefile.dylib 621: /usr/lib/system/libsystem_featureflags.dylib 622: /usr/lib/system/libsystem_m.dylib 623: /usr/lib/system/libunwind.dylib 624: /System/Library/AccessibilityBundles/WebCore.axbundle/WebCore 625: /System/Library/AccessibilityBundles/WebKit.axbundle/WebKit 626: /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit 627: /System/Library/AccessibilityBundles/PhotoLibraryServices.axbundle/PhotoLibraryServices 628: /System/Library/AccessibilityBundles/PhotosFramework.axbundle/PhotosFramework 629: /System/Library/AccessibilityBundles/WebKitLegacy.axbundle/WebKitLegacy 630: /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 631: /System/Library/AccessibilityBundles/iTunesStoreFramework.axbundle/iTunesStoreFramework 632: /System/Library/AccessibilityBundles/MediaPlayerFramework.axbundle/MediaPlayerFramework 633: /System/Library/AccessibilityBundles/LinkPresentation.axbundle/LinkPresentation 634: /System/Library/AccessibilityBundles/StoreKitFramework.axbundle/StoreKitFramework 635: /System/Library/AccessibilityBundles/RemoteUIFramework.axbundle/RemoteUIFramework 636: /System/Library/AccessibilityBundles/SocialFramework.axbundle/SocialFramework 637: /System/Library/AccessibilityBundles/MessageUIFramework.axbundle/MessageUIFramework 638: /System/Library/AccessibilityBundles/PhotoLibraryFramework.axbundle/PhotoLibraryFramework 639: /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak 640: /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 641: /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 642: /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 643: /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO 644: /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore 645: /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices 646: /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI {"ProcessBundleID":"xyz.willy.Zebra","ProcessName":"Zebra","Culprit":"Unknown"} **Additional context**
wstyres commented 3 years ago

Hi! Thanks for your issue report. Unfortunately we do not support the 1.2 beta versions anymore and this issue will be closed. You can either downgrade to the latest stable version (1.1.18) or install the Zebra 2.0 Alpha and see if your issue still persists. If the issue does still persist, please file a new issue.