issue with code 13.3

Hi, just upgraded Xcode to 13.3 (13E113), and now my app crashes in Simulator, which it was not doing before the upgrade, but it still works fine on my physical device.

It's crashing on            

view.layoutIfNeeded()

in my view controller's viewDidAppear.

Do I need to reinstall? Any other tips? I can share more code, but I'm not sure yet where the issue is...

t's crashing on      

view.layoutIfNeeded()

So you know where it crashes.

Could you show the crash log ?

Turning on Metal API Validation, and reinstalling Xcode, seemed to work.

issue with code 13.3
 
 
Q