macOS Catalina 10.15.1
Xcode 11.2
UITextView Xib崩溃。 使用代码创建没有问题
invalid mode 'kCFRunLoopCommonModes' provided to CFRunLoopRunSpecific - break on _CFRunLoopError_RunCalledWithInvalidMode to debug. This message will only appear once per execution.
libc++abi.dylib: terminate_handler unexpectedly threw an exception
'Could not instantiate class named _UITextLayoutView because no class named _UITextLayoutView was found; the class needs to be defined in source code or linked in from a library
更新Xcode 11.2.1以后版本就可以了解决

本文详细介绍了在macOSCatalina10.15.1和Xcode11.2环境下,使用UITextView在Xib中导致应用崩溃的问题。错误信息提示涉及CFRunLoop和libc++abi异常,以及_UITextLayoutView类未找到。文章指出,通过更新Xcode到11.2.1或更高版本可以解决此问题。
1253

被折叠的 条评论
为什么被折叠?



