Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialsirong hua
219 Pointserror message: Thread 1: signal SIGABRT in class AppDelegate
this error message keeps on showing. Someone knows what is the cause? Thanks!
3 Answers
agreatdaytocode
24,757 PointsYou have a lingering connection to a no-longer-existent outlet. Double check this via the main storyboard file.
sirong hua
219 PointsThanks! That's wonderfully clear and helpful answer!
agreatdaytocode
24,757 PointsGlad to help!
kaitlanlang
3,042 PointsI am getting this same message from xcode. I cant see any lingering one. I have made certain I removed the one connection as described in the video. I have an iboutlet left behind but thats for the 'press me' and was left behind in video. Pulling my hair out. Thread 1: signal SIGABRT is not meaning anything to me. im stuck
agreatdaytocode
24,757 PointsHello Kaitlan,
Did you right click the button on the storyboard to see if you add any outlets that are not being used?
kaitlanlang
3,042 PointsHi Aaron, I did. Even did that 'clean' thing. Couldn't solve it. Whatever happened it was either me or an Xcode glitch. I just decided to start a new project and do it all again. When I got to point where I had problem first time around it never reappeared. So never resolved it but got around it by starting all over. Thanks for reply :)
agreatdaytocode
24,757 PointsI'm happy to hear you worked it out. I'm Sorry that we did not figure out what the issue was.
Fredrik Skjelvik
4,955 PointsFredrik Skjelvik
4,955 PointsI am also having this problem and i have no clue what to do :(