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 trial

iOS Build an Interactive Story App with Swift 2 Creating the User Interface Programmatically Creating Views Programmatically

Brian Uribe
Brian Uribe
3,488 Points

Thread 1 SIGABRT

I got this error when I tried running the app

3 Answers

Helgi Helgason
Helgi Helgason
7,599 Points

If i remember correctly SIGABRT had to do with the outlets in one of my projects. You could try clearing them out in the connections inspector and create new outlets!

Anjali Pasupathy
Anjali Pasupathy
28,883 Points

I usually get this error when I'm trying to access an index out of bounds. Perhaps you should try checking how you're accessing your collections.

I hope this helps!

Joe Nelson
Joe Nelson
1,331 Points

In my experience, more often than not SIGABRT means there is an outlet that isn't connected to anything. Have you changed outlet names? Changing the name doesn't delete the old one so make sure you go back and delete it! Check the connections inspector and see if you have two of an outlet.