当我从嵌入在webview中的文本视图启动第三方键盘时,它有时会导致应用程序崩溃.
在应用程序崩溃时可以找到一些证据:
""9月25日16:44:09 iPhone6-golden XXX [2916]:此应用程序正在从后台线程修改autolayout引擎,这可能导致引擎损坏和奇怪的崩溃.这将在将来的版本中导致异常.""
Stack:(
0 CoreFoundation 0x00000001836f4f74 <redacted> + 148
1 libobjc.A.dylib 0x00000001982e7f80 objc_exception_throw + 56
2 CoreFoundation 0x00000001836f4ea4 <redacted> + 0
3 Foundation 0x000000018470e5d8 <redacted> + 88
4 Foundation 0x0000000184594f3c <redacted> + 56
5 Foundation 0x0000000184590afc <redacted> + 260
6 UIKit 0x0000000188d4f958 <redacted> + 64
7 UIKit 0x0000000188d50470 <redacted> + 244
8 UIKit 0x0000000188d6cf44 <redacted> + 108
9 UIKit 0x0000000189476798 <redacted> + 268
10 UIKit 0x0000000188f4dfcc <redacted> + 176
11 UIKit 0x0000000188f3d0b4 <redacted> …Run Code Online (Sandbox Code Playgroud)