iOS10中的自定义键盘崩溃

时间:2016-10-05 08:58:05

标签: crash uitextfield ios10

UITextField.inputView是我的自定义输入视图。 我从用户那里得到了崩溃,无法重现这个问题。 流动的是崩溃日志。

异常类型:SIGTRAP 异常代码:0x1e9a364a处的#0 崩溃的线程:0

线程0崩溃:

  1. CoreFoundation 0x1e9a364a _CFRelease + 1366
  2. UIKit 0x23a684ef - [UIKBTree setObject:forProperty:] + 209
  3. UIKit 0x23b32ce7 - [UIKBTree zipGeometries:attributes:] + 1069
  4. UIKit 0x23b306e1 - [UIKeyboardLayoutStar setKeyplaneName:] + 4721
  5. UIKit 0x23a6ab8f - [UIKeyboardLayoutStar setShift:] + 297
  6. UIKit 0x23a6a837 - [UIKeyboardImpl notifyShiftState] + 85
  7. CoreFoundation 0x1e9a1485 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 21
  8. CoreFoundation 0x1e99f701 __CFRunLoopDoObservers + 283
  9. CoreFoundation 0x1e99fa59 __CFRunLoopRun + 745
  10. CoreFoundation 0x1e8ef073 CFRunLoopRunSpecific + 487
  11. CoreFoundation 0x1e8eee81 CFRunLoopRunInMode + 105
  12. GraphicsServices 0x20097bfd GSEventRunModal + 157
  13. UIKit 0x23a8fccf - [UIApplication _run] + 575
  14. UIKit 0x23a8a401 UIApplicationMain + 151
  15. MyApplication 0x000b134b main(main.m:16)
  16. ??? 0x1e0ba50b 0x0 + 0
  17. 有没有人有同样的问题?

0 个答案:

没有答案