I follow a simple quick tutorial that shows how to add a navigation controller to the storyboard view manager in xcode. This is done using the editor> Paste in> Navigation Controller

The problem is that after the navigation controller is built in, it cannot be deleted. The "unembed" option is always gray. Removing the controller view from the storyboard results in an error. Even if the arrow indicating the first view indicates a simple empty view, just like when starting a new project.
I would expect that there is still some code from the navigation controller, it is delayed somewhere, but how to determine it?
source share