Thread 1: signal SIGABRT Xcode 6.1

前端 未结 3 1657
无人及你
无人及你 2020-12-21 21:16

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

3条回答
  •  一个人的身影
    2020-12-21 21:48

    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:

    • a number-View Controller and
    • a 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.

提交回复
热议问题