I'm seeing a lot of crashes in my app on iOS 16.x that all have the same stack trace.
Here is the crash log
Thread 0 name:
Thread 0 Crashed:
0 CoreFoundation 0x00000001c908e4c4 CFGetTypeID + 92 (CFRuntime.c:1034)
1 CoreGraphics 0x00000001caea647c md5_creator.8508 + 60 (CGColorSyncTransformCache.c:167)
2 CoreFoundation 0x00000001c9032480 -[_NSDictionaryI apply:context:] + 120 (NSDictionaryI.m:96)
3 CoreGraphics 0x00000001cac0c2dc CGColorSyncTransformCacheGetRetained + 144 (CGColorSyncTransformCache.c:202)
4 CoreGraphics 0x00000001cac49d54 CGCMSConverterCreate + 424 (CGCMSConverter.c:395)
5 CoreGraphics 0x00000001cac2220c CGColorTransformCacheGetConversionType + 228 (CGColorTransformCache.c:187)
6 CoreGraphics 0x00000001cac0be98 CGColorTransformConvertColorComponents + 624 (CGColorTransform.c:854)
7 CoreGraphics 0x00000001cac24678 ripc_GetColor + 736 (RIPColor.c:944)
8 CoreGraphics 0x00000001cabebb2c ripc_Render + 172 (RIPContext.c:289)
9 CoreGraphics 0x00000001cac22808 ripc_DrawRects + 416 (RIPContext.c:1907)
10 CoreGraphics 0x00000001cabf0d10 CGContextFillRects + 120 (CGContextDelegate.c:415)
11 CoreGraphics 0x00000001cac1c1b8 CGContextFillRect + 140 (CGContextPath.c:488)
12 *** 0x00000001039c192c +[UIImage(tztZZExtern) tztZZCreateImageWithColor:] + 120
13 *** 0x00000001031a7758 -[StockKeyBordView addCustomStyle:WithTitle:withBtn:] + 936 (tztKeyboardView+KeyboardView_2.arm64.m:613)
14 *** 0x00000001031a7270 -[StockKeyBordView onSetupUI] + 676 (tztKeyboardView+KeyboardView_2.arm64.m:550)
15 *** 0x00000001031a6ef8 -[StockKeyBordView init] + 2820 (tztKeyboardView+KeyboardView_2.arm64.m:507)
16 *** 0x00000001031a9568 -[tztZZKeyboardView(KeyboardView) setFrame:] + 1796 (tztKeyboardView+KeyboardView_2.arm64.m:1365)
17 UIKitCore 0x00000001cb2a2d9c UIViewCommonInitWithFrame + 1908 (UIView.m:4182)
18 UIKitCore 0x00000001cb273e00 -[UIView initWithFrame:] + 132 (UIView.m:4215)
19 *** 0x0000000103a6d82c -[UIView(tztZZTheme) tztZZ_theme_initWithFrame:] + 36
20 *** 0x0000000103a6d714 -[UIView(tztZZTheme) tztZZ_theme_init] + 36
21 *** 0x0000000103a4e004 __37+[tztZZKeyboardView getShareInstance]block_invoke + 96
22 libdispatch.dylib 0x00000001d062cf88 dispatch_client_callout + 20 (object.m:560)
23 libdispatch.dylib 0x00000001d062e7d4 dispatch_once_callout + 32 (once.c:52)
24 *** 0x0000000103a4dfa0 +[tztZZKeyboardView getShareInstance] + 60
25 *** 0x00000001031a8c50 +[tztZZKeyboardView(KeyboardView) getShareInstance] + 52 (tztKeyboardView+KeyboardView_2.arm64.m:1148)
26 *** 0x0000000103a7a4ec -[tztZZUITextField setKeyboardType:] + 300
27 *** 0x0000000103a79d54 -[tztZZUITextField setProperty:] + 4724
28 *** 0x0000000103a78a34 -[tztZZUITextField initWithProperty:] + 80
29 *** 0x00000001030f3c9c -[NewHomeViewController searchTextField] + 316 (NewHomeViewController_2.arm64.m:2423)
30 *** 0x00000001030f305c -[NewHomeViewController loadLayoutViews] + 1544 (NewHomeViewController_2.arm64.m:2140)
31 *** 0x00000001030f0028 -[NewHomeViewController viewDidLoad] + 1580 (NewHomeViewController_2.arm64.m:1176)
32 UIKitCore 0x00000001cb56205c -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 84 (UIViewController.m:2852)
33 UIKitCore 0x00000001cb1fa35c -[UIViewController loadViewIfRequired] + 712 (UIViewController.m:4265)
34 UIKitCore 0x00000001cb4c0d68 -[UINavigationController _updateScrollViewFromViewController:toViewController:] + 124 (UINavigationController.m:7435)
35 UIKitCore 0x00000001cb387470 -[UINavigationController _startTransition:fromViewController:toViewController:] + 196 (UINavigationController.m:7473)
36 UIKitCore 0x00000001cb386928 -[UINavigationController _startDeferredTransitionIfNeeded:] + 608 (UINavigationController.m:7697)
37 UIKitCore 0x00000001cb385f78 -[UINavigationController __viewWillLayoutSubviews] + 96 (UINavigationController.m:8009)
38 UIKitCore 0x00000001cb385edc -[UILayoutContainerView layoutSubviews] + 172 (UILayoutContainerView.m:89)
39 UIKitCore 0x00000001cb1e44c8 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1980 (UIView.m:18584)
40 QuartzCore 0x00000001ca6b77fc CA::Layer::layout_if_needed(CA::Transaction*) + 500 (CALayer.mm:10226)
41 QuartzCore 0x00000001ca6caeb0 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 148 (CALayer.mm:2516)
42 QuartzCore 0x00000001ca6dc234 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 444 (CAContextInternal.mm:2714)
43 QuartzCore 0x00000001ca711630 CA::Transaction::commit() + 652 (CATransactionInternal.mm:432)
44 QuartzCore 0x00000001ca6fa8b4 CA::Transaction::flush_as_runloop_observer(bool) + 88 (CATransactionInternal.mm:940)
45 CoreFoundation 0x00000001c909cd30 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 36 (CFRunLoop.c:1789)
46 CoreFoundation 0x00000001c9025280 __CFRunLoopDoObservers + 532 (CFRunLoop.c:1902)
47 CoreFoundation 0x00000001c9086c50 __CFRunLoopRun + 1048 (CFRunLoop.c:2981)
48 CoreFoundation 0x00000001c908beb0 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418)
49 GraphicsServices 0x0000000203281368 GSEventRunModal + 164 (GSEvent.c:2196)
50 UIKitCore 0x00000001cb581668 -[UIApplication run] + 888 (UIApplication.m:3758)
51 UIKitCore 0x00000001cb5812cc UIApplicationMain + 340 (UIApplication.m:5348)
52 *** 0x000000010320fda0 main + 860 (main_2.arm64.m:218)
53 dyld 0x00000001e7984960 start + 2528 (dyldMain.cpp:1170)