BullsEye Adding Extra Screen problem

My app just crashed with the issues “Thread 1: signal SIGABRT”. What is that problem?. (When I clicked the Info button to go the About Screen. )

Most likely you’ve managed to get your ViewController and your Storyboard out of whack. This is a super common problem when you first start out. Click on the views in your storyboard, go to its connections inspector (search in the help menu to find where), and you can see what the storyboard is trying to connect to in your ViewController. Once you find the view that no longer is connected to the storyboard (often because you rename it in the ViewController), try deleting the view, deleting the reference in your ViewController and then reconnecting them. There’s other ways to do it as well if you care to look those up instead.

This topic was automatically closed after 166 days. New replies are no longer allowed.