最近分析崩溃日志发现很多UIKitCore: -[UIResponder doesNotRecognizeSelector:] 异常,如下图

image.png
由于是系统底层的Bug,无法快速定位,通过查阅crash.log

image.png
可能是推送导致的,模拟Bug但未复现
UIWindowScene *windowScene = self.view.window.windowScene;
[[NSNotificationCenter defaultCenter]postNotificationName:UISceneDidDisconnectNotification object:windowScene userInfo:nil];
出问题的系统基本都为iOS15.7+的,暂定为系统bug处理
类似问题:https://developer.apple.com/forums/thread/716151