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 Signing Up New Users: Part 2 (PFUser)

I think my code is correct and the online compiler keep saying X Bummer

In this code challenge I think my code is correct and I keep getting the Bummer error

Hayley McGill
Hayley McGill
858 Points

I'm having the same problem, soneone help!

2 Answers

I figured it out how to solve it. they meant that, username and password are properties already created in the view controller, so one needs to access it using the 'self' keyword. self.username = self.usernameField.text; self.password = self.passwordField.text;

Natalie Farrell
Natalie Farrell
1,646 Points

Yup, same thing happening to me right now as well. :-/