UITextField.inputView是我的自定义输入视图。
我从用户那里得到了崩溃,无法重现这个问题。
流动的是崩溃日志。
异常类型:SIGTRAP
异常代码:0x1e9a364a处的#0
崩溃的线程:0
线程0崩溃:
- CoreFoundation 0x1e9a364a _CFRelease + 1366
- UIKit 0x23a684ef - [UIKBTree setObject:forProperty:] + 209
- UIKit 0x23b32ce7 - [UIKBTree zipGeometries:attributes:] + 1069
- UIKit 0x23b306e1 - [UIKeyboardLayoutStar setKeyplaneName:] + 4721
- UIKit 0x23a6ab8f - [UIKeyboardLayoutStar setShift:] + 297
- UIKit 0x23a6a837 - [UIKeyboardImpl notifyShiftState] + 85
- CoreFoundation 0x1e9a1485 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 21
- CoreFoundation 0x1e99f701 __CFRunLoopDoObservers + 283
- CoreFoundation 0x1e99fa59 __CFRunLoopRun + 745
- CoreFoundation 0x1e8ef073 CFRunLoopRunSpecific + 487
- CoreFoundation 0x1e8eee81 CFRunLoopRunInMode + 105
- GraphicsServices 0x20097bfd GSEventRunModal + 157
- UIKit 0x23a8fccf - [UIApplication _run] + 575
- UIKit 0x23a8a401 UIApplicationMain + 151
- MyApplication 0x000b134b main(main.m:16)
- ??? 0x1e0ba50b 0x0 + 0
醇>
有没有人有同样的问题?