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

Ribbit

App was working fine then followed the video on Adding checkmarks when the table view is loaded and now all I get is that I click on the friends page and the app crashes. Any suggestions as to what has happened and how to fix it.

3 Answers

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

You might want to add an exception breakpoint to figure out where in your code the app is crashing. To learn how to add an exception breakpoint check out the Debugging Basics video.

I have added the exception breakpoint, and followed it though. It boiled down to

***Assertion failure in - [UITableView _configueCellForDispay:forIndexPath:], /SourceCache/UIKit_Sim/UIKit-2903.23/UITableview.m:6246.

Could you shed any light on what this actually means?

Thanks for you help Amit, I think I've resolved it would be easier to revert and redo.