In Xcode 12b, where is the option to disable/get rid of autolayout in a xib file?

The checkbox to enable/disable autolayout in a xib file is MIA in Xcode 12 File inspector.

Question:

Where is the option to disable/get rid of auto-layout in a xib file?

I would like to disable it for 2 main reasons:
  • I don't do autolayouts.

  • When autolayout is enabled, the contextual HID window to connect outlets/actions is replaced by a autolayout window that is not useful when you do not do autolayouts.

In Xcode 12b, where is the option to disable/get rid of autolayout in a xib file?
 
 
Q