I am running an application and in the AppDelegate class I am getting the error Thread 1: signal SIGABRT on the line stating class AppDelegate: UIResponder, UIApplicat
In Main.storyboard I selected my Text Field, then on the far right I have my Utilities showing and selected Show the Connections inspector. There in the Referencing Outlets section I had two connections selected:
number-View Controller and enterText-View Controller.I simply selected the x marker on my enterText-View Controller to delete it (because in my case I only wanted a number selection) and that fixed this problem for my case.