How do I fix this issue because i am making a student hub and I haven't put any code in, just the buttons and pictures. So everytime I launch my app in simulator I click on a icon in the beginning part of my application and it comes up with the error, thread 1: signal SIGABRT. Please help
what is thread 1: signal SIGABRT
there must be more in the message.
May be you forgot to connect an outlet between Interface Builder and the code.
Is this an iOS app? As Claude said, accidentally leaving an outlet unconnected on iOS will result in a SIGABRT crash—in the debug navigator you should see something about key-values and undefined. See if you see the name of your outlet in that message.