【发布时间】:2019-07-07 21:25:13
【问题描述】:
问题
点击 uitextfield 时会显示键盘。一旦键盘出现,它就可以正常工作。我可以将键盘更改为除表情符号键盘之外的任何键盘。每次尝试切换到表情符号键盘时,它都会崩溃。
这是崩溃日志
2019-02-13 17:19:01.775380-0500 xxxxxxxx[56054:2366411] libMobileGestalt MobileGestalt.c:1645: Could not retrieve region info
2019-02-13 17:19:01.775648-0500 xxxxxxx56054:2366411] -[NSTaggedPointerString count]: unrecognized selector sent to instance 0xb424b425bd6497ae
2019-02-13 17:19:01.788405-0500 xxxxxxxx[56054:2366411] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString count]: unrecognized selector sent to instance 0xb424b425bd6497ae'
*** First throw call stack:
(
0 CoreFoundation 0x00000001126831bb __exceptionPreprocess + 331
1 libobjc.A.dylib 0x0000000111c21735 objc_exception_throw + 48
2 CoreFoundation 0x00000001126a1f44 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3 CoreFoundation 0x0000000112687ed6 ___forwarding___ + 1446
4 CoreFoundation 0x0000000112689da8 _CF_forwarding_prep_0 + 120
5 CoreFoundation 0x00000001125b6d38 CFLocaleCopyDisplayNameForPropertyValue + 1000
【问题讨论】:
标签: ios swift crash keyboard emoji