Hi Quinn,
That would seem sensible.
However, since a couple of macOS releases I'm getting crash reports whenever I'm updating a view:
Usually it happens after e.g. adding a binding or custom transformer in version B.
The crash reports then come in for version A shortly after version B has been released and refer e.g. to the binding not present in the view controller or the value transformer (introduced only in newer version B) not known in older version A.
I should mention that the UI of my apps is modular consisting of 100+ .xibs (.nibs), so lazy loading appears to be in effect.
And this happens reliably every time I'm updating/extending the UI.
(probably affecting less than 1% of the user base but still annoying as I cannot do anything about the App Store's update mechanism)
Thanks,
Jay