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 a Self-Destructing Message iPhone App Using Parse.com as a Backend and Adding Users Logging In and Logging Out

Julian Bucci
Julian Bucci
3,656 Points

SIGBRT error when removing BACK button.

Not sure why I keep getting this error message when trying to remove the Back button and hide the tool bar:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Receiver (<InboxViewController: 0x12dd052e0>) has no segue with identifier 'showLogin ''

Does anyone have an answer? Thank you

2 Answers

Freddie Teague
Freddie Teague
13,808 Points

I have had problems with that error as well.

I have come to discover that when I “delete” something in the UIStoryboard, for some odd reason it maintains the “connection.”

After removing anything in the UIStoryboard, you may have to go into the “Document Outline” and find the missing or non-existent “connection.”

Just a thought.

Julian Bucci
Julian Bucci
3,656 Points

Thank you for the response Freddie! Im gonna give it a try and let you know.