I have a baffling error in Interface builder in XCode 13.3. When I analyze my project I get two errors for two NSTextFields in an .xib:
file:///Users/myName/*Projects/ProjectName%20X/Base.lproj/xibName.xib: notice: Incorrect Intrinsic Size: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct
Huh? If there's a "Size to Fit Content" option in the object inspector panes for an NSTextField or its child type NSTextFieldCell I can't find it. This error also seems to be disabling my ability to connect an IBOutlet *objectType objectName to an object in the .xib. Is this a new horrible bug in XCode?
file:///Users/myName/*Projects/ProjectName%20X/Base.lproj/xibName.xib: notice: Incorrect Intrinsic Size: NSTextField's height does not match its intrinsic content size, use "Size to Fit Content" to correct
Huh? If there's a "Size to Fit Content" option in the object inspector panes for an NSTextField or its child type NSTextFieldCell I can't find it. This error also seems to be disabling my ability to connect an IBOutlet *objectType objectName to an object in the .xib. Is this a new horrible bug in XCode?