cjwirth / RichEditorView

RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.
BSD 3-Clause "New" or "Revised" License
1.89k stars 445 forks source link

ios13 use 'QuickPath' input, will crash #227

Open 812002505 opened 4 years ago

812002505 commented 4 years ago

Xcode 11.3, device version ios13.2.3 crash at AppDelegate, log out message before crash: 2019-12-20 14:17:42.285784+0800 RichEditorViewSample[4935:1090592] Metal API Validation Enabled 2019-12-20 14:17:43.351845+0800 RichEditorViewSample[4935:1090370] API error: <_UIKBCompatInputView: 0x1054b5680; frame = (0 0; 0 0); layer = <CALayer: 0x280d44ac0>> returned 0 width, assuming UIViewNoIntrinsicMetric 2019-12-20 14:17:43.352046+0800 RichEditorViewSample[4935:1090370] API error: <_UIKBCompatInputView: 0x1054b5680; frame = (0 0; 0 0); layer = <CALayer: 0x280d44ac0>> returned 0 width, assuming UIViewNoIntrinsicMetric 2019-12-20 14:17:48.156146+0800 RichEditorViewSample[4935:1090594] [general] Connection to daemon was invalidated 2019-12-20 14:17:50.432666+0800 RichEditorViewSample[4935:1090370] -[UIWindow endDisablingInterfaceAutorotationAnimated:] called on <UIRemoteKeyboardWindow: 0x1060ecc00; frame = (0 0; 414 736); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x280d66140>> without matching -beginDisablingInterfaceAutorotation. Ignoring. 2019-12-20 14:17:51.023465+0800 RichEditorViewSample[4935:1090370] -[UIWindow endDisablingInterfaceAutorotationAnimated:] called on <UIRemoteKeyboardWindow: 0x1060ecc00; frame = (0 0; 414 736); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x280d66140>> without matching -beginDisablingInterfaceAutorotation. Ignoring. (lldb)