UIVisualEffectView crashed after cold launch occasionally

recently I found crash issue on my iOS 16 device. If I kill the app process and re-launch it quickly, the app will crash occasionally without any hints nor messages this is only happed when the app's main page is attached a visual effective view on top of it. while I remove the visual effective view, the crash never happened again. could anybody tells me what is going wrong with the effective view, and how to fix it. thank you.

This is typically the kind of thing you should file a feedback report for, including the crash logs that indicate the problem. In general if something crashes and its your fault, its due to an assert, and that assert is intended to have a message explaining what you did wrong.

UIVisualEffectView crashed after cold launch occasionally
 
 
Q