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

Steve Chen
Steve Chen
2,277 Points

PFUser could not be logged out

I have been trying to use the [PFUser logOut] message to log out the current user. when i call this message in the sighOut IBAction, the user could not be logged out, but when I move the message to the implementation of the "viewDidLoad" method in log-in view controller, I found that the user could be logged out. why.

2 Answers

Can we have a look at your code? It's difficult to answer without seeing that.

Thanks,

Steve.

Rebecca Rich
PLUS
Rebecca Rich
Courses Plus Student 8,592 Points

sounds like maybe a scope problem, but like Steve said, it would help to see the code to really get at the issue.