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 trialAlex Hsu
1,715 PointsRuntime Error
Help! I think I followed this lesson step by step but now there's a runtime error that I don't have the knowledge to debug! The last time I was able to run successfully was a few videos back, setting the checkmarks to not persist when cells are reused in scrolling. Since then there's been a lot of code added for sending a message with a photo or video, so I guess the error is somewhere in there, but I can't find it. And I'm not able to continue with the course!
1 Answer
landonferrier
25,097 PointsAlex, here is a full template for the social network application: Click Here.
Michael Liquori
8,131 PointsMichael Liquori
8,131 PointsHi Alex,
A first step would be to go to Debug, Breakpoints, Create Exception Breakpoint and run again, this may take you to the line that is causing the problem.
Another is to look at the error in the console and google it to find other people with that error and see if that gives you a clue.
Don't give up! You will find it eventually and it will be a deeper learning experience.