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 Retrieving and Viewing Data from Parse.com Viewing Images Using UIImageView

Bradley Maskell
Bradley Maskell
8,858 Points

SIGABRT warning

I've checked the outlets in the storyboard to see if anything was wrong but found nothing wrong. Any ideas?

2014-10-15 19:59:26.350 Ribbit[4821:2698612] Current user: bradleysmaskell 2014-10-15 19:59:26.607 Ribbit[4821:2698612] Retrived 1 messages 2014-10-15 19:59:27.600 Ribbit[4821:2698612] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Receiver (<InboxTableViewController: 0x7fd1a36590a0>) has no segue with identifier 'showImage'' *** First throw call stack: ( 0 CoreFoundation 0x0000000110b933f5 exceptionPreprocess + 165 1 libobjc.A.dylib 0x000000011082cbb7 objc_exception_throw + 45 2 UIKit 0x00000001110a643b -[UIViewController shouldPerformSegueWithIdentifier:sender:] + 0 3 Ribbit 0x000000010f089836 -[InboxTableViewController tableView:didSelectRowAtIndexPath:] + 374 4 UIKit 0x0000000111066bb3 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 1293 5 UIKit 0x0000000111066cf4 -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 219 6 UIKit 0x0000000110fa2461 _applyBlockToCFArrayCopiedToStack + 314 7 UIKit 0x0000000110fa22db _afterCACommitHandler + 516 8 CoreFoundation 0x0000000110ac8347 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23 9 CoreFoundation 0x0000000110ac82a0 __CFRunLoopDoObservers + 368 10 CoreFoundation 0x0000000110abe0d3 __CFRunLoopRun + 1123 11 CoreFoundation 0x0000000110abda06 CFRunLoopRunSpecific + 470 12 GraphicsServices 0x00000001140679f0 GSEventRunModal + 161 13 UIKit 0x0000000110f7f550 UIApplicationMain + 1282 14 Ribbit 0x000000010f08b2f3 main + 115 15 libdyld.dylib 0x0000000112475145 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)

Michiel Lauret
Michiel Lauret
1,202 Points

It seems like the receiver can't find a segue with the identifier "showImage". Did you set your segue identifier in the storyboard to your ImageViewController to showImage in storyboard?