I have old projects without autolayout. When I open the storyboard in Interface Builder everything looks fine. But if I move a button or label by one pixel, for example, or add a new UIView, then the Interface Builder randomly changes the x, y, width, or height values for almost all elements in all UIViewControllers in the storyboard file. Not all values are changed, but a lot. If I close and open Storyboard a few times and do an action, the values are changed so many times that the user interface is completely broken.
Does anyone have an idea how I can fix the problem? I am using Xcode 14.0.1 and it happens with all projects I have.
The changes look like this, for example:
Yesterday I updated the operating system of my MacBook to macOS Ventura 13.0 and the problem described above in the Xcode Interface Builder is gone. It works perfectly again on the new operating system. Now only those values are changed that I actually change myself.