Crash on [UITextField inputAssistantItem] + 68

I have a crash on 19 [UITextField inputAssistantItem] + 68

It is running on a Simulator, is this related?

Details:

========= code in app ================================

   numberTextField = CursorInCenterTextField()
        numberTextField.listener = self
        numberTextField.delegate = self
        numberTextField.textAlignment = .left
        numberTextField.adjustsFontSizeToFitWidth = true
        numberTextField.isUserInteractionEnabled = true
        numberTextField.inputView = UIView()
        numberTextField.inputAssistantItem.leadingBarButtonGroups = []
        numberTextField.inputAssistantItem.trailingBarButtonGroups = []
        numberTextField.font = UIFont.systemFont(ofSize: 24.0, weight: .medium)
        numberTextField.autocorrectionType = .no
        numberTextField.returnKeyType = .search

========= crash stack from ips file ========================

Incident Identifier: 50AF117D-546E-409E-8915-6E4607C83BC0
CrashReporter Key:   4AB5D894-3E17-F998-4B64-F931D05DC65D
Hardware Model:      Macmini9,1
Process:             Glip [47003]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/83049BCF-16F7-481C-BE83-58727242A065/data/Containers/Bundle/Application/82E219BC-96B5-4A0F-AB20-D068A88C792F/Glip.app/Glip
Identifier:          com.glip.mobile.rc
Version:             25.1.10 (132)
Code Type:           X86-64 (Native(?))
Role:                Foreground
Parent Process:      launchd_sim [38628]
Coalition:           com.apple.CoreSimulator.SimDevice.83049BCF-16F7-481C-BE83-58727242A065 [1342]

Date/Time:           2024-12-04 22:47:10.4249 +0800
Launch Time:         2024-12-04 22:47:02.4577 +0800
OS Version:          macOS 14.5 (23F79)
Release Type:        User
Baseband Version:    None
Report Version:      104(?)
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype:  KERN_INVALID_ADDRESS at 0x00000001b3531d10 
Exception Codes: 0x0000000000000001, 0x00000001b3531d10
Exception Note:  EXC_CORPSE_NOTIFY(?)

VM Region Info: 0x1b3531d10 is not in any region.  Bytes after previous region: 3427601  Bytes before following region: 176880
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      Rosetta Generic             1b31ec000-1b31ed000    [    4K] rw-/rwx SM=PRV  
--->  GAP OF 0x370000 BYTES
      Rosetta Generic             1b355d000-1b355e000    [    4K] rw-/rwx SM=PRV  

Termination Reason: SIGNAL;[11] Segmentation fault: 11
Terminating Process: exc handler [47003] 

Triggered by Thread:  0

Kernel Triage:
None

Thread 0 name:  com.apple.main-thread
Thread 0 Crashed:
0   None                                    0x11e1e0144 0x0 + 4800250180
1   CoreUI                                  0x14fa08817 -[CUIStructuredThemeStore renditionWithKey:usingKeySignature:] + 406
2   CoreUI                                  0x14fa3e8ac -[CUICatalog _storageRefForRendition:representsODRContent:] + 94
3   CoreUI                                  0x14fa3b244 -[CUICatalog namedVectorGlyphWithName:scaleFactor:deviceIdiom:layoutDirection:glyphContinuousSize:glyphContinuousWeight:glyphPointSize:appearanceName:locale:] + 1909
4   CoreUI                                  0x14fa3b3a5 -[CUICatalog namedVectorGlyphWithName:scaleFactor:deviceIdiom:layoutDirection:glyphSize:glyphWeight:glyphPointSize:appearanceName:locale:] + 74
5   UIKitCore                               0x167c4f99c __78-[_UIAssetManager imageNamed:configuration:cachingOptions:attachCatalogImage:]_block_invoke_2 + 201
6   UIKitCore                               0x167c51fce __88-[_UIAssetManager _performLookUpObjectForTraitCollection:outNamedLookup:objectAccessor:]_block_invoke + 79
7   UIKitCore                               0x16713340e -[UITraitCollection _enumerateThemeAppearanceNamesForLookup:] + 215
8   UIKitCore                               0x167c51f3d -[_UIAssetManager _performLookUpObjectForTraitCollection:outNamedLookup:objectAccessor:] + 172
9   UIKitCore                               0x167c520c0 -[_UIAssetManager _lookUpObjectForTraitCollection:objectAccessor:] + 40
10  UIKitCore                               0x167c4f709 __78-[_UIAssetManager imageNamed:configuration:cachingOptions:attachCatalogImage:]_block_invoke + 849
11  UIKitCore                               0x167c4f137 -[_UIAssetManager imageNamed:configuration:cachingOptions:attachCatalogImage:] + 291
12  UIKitCore                               0x167c5001d -[_UIAssetManager imageNamed:configuration:] + 224
13  UIKitCore                               0x1670c1b87 +[UIImage _systemImageNamed:withConfiguration:allowPrivate:] + 297
14  UIKitCore                               0x167ae8cc0 +[UIAssistantBarButtonItemProvider configuredSymbolImageWithName:size:keyboardLanguageCode:] + 585
15  UIKitCore                               0x167ae747e +[UIAssistantBarButtonItemProvider barButtonItemForAssistantItemStyle:target:forcePlainButton:] + 2850
16  UIKitCore                               0x167ae90f1 +[UIAssistantBarButtonItemProvider defaultSystemLeadingBarButtonGroupsForItem:] + 206
17  UIKitCore                               0x167ae9935 +[UIAssistantBarButtonItemProvider systemDefaultAssistantItem] + 55
18  UIKitCore                               0x167719194 -[UIResponder(UIResponderInputViewAdditions) inputAssistantItem] + 67
19  UIKitCore                               0x167b67898 -[UITextField inputAssistantItem] + 68
20  Glip                                    0x105915dbc BaseDialPadViewController.setupTopContainerViewConstraintAndSubViews() + 780
21  Glip                                    0x105917869 BaseDialPadViewController.setupContentViewForM1X() + 2681
22  Glip                                    0x105915781 BaseDialPadViewController.setupUI() + 193
........
Crash on [UITextField inputAssistantItem] + 68
 
 
Q