"[ <UIViewController 0x137809110> set Value for undefined key:]: this class is not key value coding-compliant for the key myTextField."

I got the ViewController pageOneViewController which has a Button. When I click on this button it should segue to pageTwoViewController which has myTextField. When I click on the button in the simulator the app crashes with the above error but the class hasn't even the TextField.

I tried

cleaning, deleting both files, deleting both view controllers, disconnecting the Outlets

I am really stuck and didn't find any answers elsewhere.

"[ &lt;UIViewController 0x137809110&gt; set Value for undefined key:]: this class is not key value coding-compliant for the key myTextField."
 
 
Q