I've been using a mix of LayoutConstraints and AutoresizingMask, where some simple view (NSViewController) would only be using autoresizing.
Since Xcode 10, some text objects, (or objects with intrinsic size such as NSButton, NSTextField-Label) seems to produce warning that seems to be requiring the use of Layout-Constraints: "Views without any layout constraints may clip".