Post

Replies

Boosts

Views

Activity

Reply to iOS16 autofill causes crash while click "key button"(over keyboard)
I encountered this problem on iOS 16.1. Here is the full log: 2022-10-28 20:05:24.862919+0300 App[7564:1878542] Keyboard cannot present view controllers (attempted to present <UIKeyboardHiddenViewController_Autofill: 0x15b513fe0>) 2022-10-28 20:05:24.889488+0300 App[7564:1878542] [EventDispatcher] Found no UIEvent for backing event of type: 11; contextId: 0xFCB9195B 2022-10-28 20:05:24.922096+0300 App[7564:1878542] Keyboard cannot present view controllers (attempted to present <UIKeyboardHiddenViewController_Autofill: 0x15b513fe0>) 2022-10-28 20:05:25.967909+0300 App[7564:1878542] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present modally a view controller <_SFAppAutoFillPasswordViewController: 0x15b513c40> that is already being presented by <UIKeyboardHiddenViewController_Autofill: 0x15b513fe0>.'*** First throw call stack:(0x188d35e88 0x18205f8d8 0x18b210898 0x18b2864e4 0x18af1a564 0x18b20f860 0x18b2331cc 0x18b1a0f58 0x18b19ffe8 0x18b1a1148 0x18b1a0d48 0x18bf1d334 0x18afba808 0x18afb9764 0x18afb8e84 0x18afb8f98 0x18a3ccfec 0x105ea605c 0x105eb6810 0x105eb6354 0x188dc66f8 0x188da8058 0x188daced4 0x103a0d138 0x102ac4a28 0x102ac4074 0x102a70810 0x102a6f4d4 0x102a6caa0 0x102b719e0 0x183143ab0 0x188e01f54 0x188e0e32c 0x188d92270 0x188da7ba8 0x188daced4 0x1c20ae368 0x18b28b3d0 0x18b28b034 0x103a0da70 0x1a7414960)libc++abi: terminating with uncaught exception of type NSExceptionterminating with uncaught exception of type NSException*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present modally a view controller <_SFAppAutoFillPasswordViewController: 0x15b513c40> that is already being presented by <UIKeyboardHiddenViewController_Autofill: 0x15b513fe0>.'(lldb)
Oct ’22