The application terminated due to the unannounced exception "NSInternalInconsistencyException", reason: "Cannot cancel when touched, which is not yet active!"

I have an error message when I enter TextView in TableView very quickly. It crashes and gives me an error message:

*** Assertion failure in -[_UIKBRTRecognizer notifyDelegateOfCancelledTouch:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3600.5.2/Keyboard/_UIKBRTRecognizer.m:996 2017-01-14 18:17:18.558043 Formbox_Dacia_BE_Bruxelles_2017[317:15523] *** Assertion failure in -[_UIKBRTRecognizer notifyDelegateOfCancelledTouch:], /BuildRoot/Library/ Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Can't cancel on a touch that isn't already active!' *** First throw call stack: (0x1e00ae07 0x1d26b077 0x1e00ace1 0x1e8de0f1 0x236fbeb3 0x236fa3f1 0x3f6d67 0x402ed9 0x3fa215 0x404de1 0x404be9 0x1d866937 0x1d86648c) libc++abi.dylib: terminating with uncaught exception of type NSException 

Any ideas?

EDIT: It seems that when I click on the keyboard selection, I click on the keyboard for information.

+5
source share

Source: https://habr.com/ru/post/1262802/


All Articles