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

App crashes when loggin out ribbit

In the stage of http://teamtreehouse.com/library/ios-development/build-a-selfdestructing-message-app/retrieving-and-viewing-data-from-parsecom/retrieving-data-from-parsecom

And when i tested if the inbox was receiving the pics and when i try to log out it crashes and then i tried stopping the app and use another user to send the pic then do the same to view if the came in the inbox and it didn't receive it any help?

here is my project: https://www.dropbox.com/s/33sbj4d3zyb1nw9/Ribbit%20FNZZ.zip

1 Answer

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

Hi Fernando,

This sounds like what you emailed us about as well. I'm posting here in case others are having this problem. The crash in this case is from having the wrong method name--viewWillDisappear instead of viewWillAppear. I'll have to take a look at why the messages aren't showing up, though.