I am using Xcode Version 13.1 (13A1030d) - Storyboard - and when I run the simulator I cannot type in my text fields or press any buttons. Any suggestions?
XCode Simulator Frozen
May be your app has crashed or is stuck in some part of code.
Did you try with a very basic new app, just a single VC with a single TextField and a button that prints a message ?
What do you get then.
If it works, you should show the code of the other app…