CLIENT ERROR: TUINSRemoteViewController does not override

2024年7月25日 219点热度 0人点赞 0条评论

在使用Swift UI TextEditor 的过程中 Xcode 控制台打印以下错误内容:

CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them

问题

CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them

发生过程

macOS 14.5

Xcode 15.4

 

目前看到只要是使用 TextEditor 控制台就会打印

TextEditor(text: .constant(parsedOutput))
TextEditor(text: $parsedOutput)

CLIENT ERROR: TUINSRemoteViewController does not override

解决方法

目前还没有找到解决方法,也不影响使用。或者是Xcode又在抽什么风?

 

还请有解决方法的大佬留言

帮助教程

提供最新的帮助教程,方便使用。

文章评论