Navigation bar Problem After IOS 16.0 update of Xcode

I've encountered a bug shown as

[Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems. navigationController=<UINavigationController: 0x13800ca00>, navigationBar=<UINavigationBar: 0x137108540; frame = (0 59; 0 50); opaque = NO; autoresize = W; layer = <CALayer: 0x600002d3dd40>> delegate=0x13800ca00

This bug appears right after the IOS16.0 Update. And this bug doesn't allow me to access the next view controller when I click the button in the navigation bar on the root view controller. and I checked segue iditifier and named it, didn't work. Also I deleted the view controller that contained the bug and created an exactly same one, didn't work at all. It seems like the problem of source code about storyborad, but i dont't know XML.

Is there any way to handle that problem? or it just a regular updating bug of ios? So confused.

Thanks Aiden

Replies

Did you find a solution? I have the same problem.