Is there a way to copy & paste/duplicate the View Controller Scene in Xcode using the Interface Builder and not code?
In Interface Builder, instead of trying to copy/paste directly from the visual representation of your ViewController, do it from the list on the left.
Interface Builder
ViewController
The new View Controller will be pasted right on top of the original one.