3.13.1版本编译成MAC版运行会报Setting <private> as the first responder for window <private>

编译成MAC运行,一启动第一句打印就是
ERROR: Setting as the first responder for window , but it is in a different window ((null))! This would eventually crash when the view is freed. The first responder will be set to nil.

目前未遇到崩溃,不知道有没有什么隐患

确认了并建立issue跟踪:https://github.com/cocos2d/cocos2d-x/issues/16682