Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Mr. Valdemar
Courses Plus Student 13,620 PointsObjective-C Basics ERROR?
Hello i get this message, what does that mean?
Oops! It looks like Task 2 is no longer passing??
2 Answers

Mike Bronner
16,395 PointsUsually that means you changed some code from a previous step in the challenge. To fix it, click the "Go To Previous Task" button (or similar), fix the code until it passes, then return back to the step you are working on.
This often happens if you redeclare variables, or otherwise manipulate them in such a way, that it undoes whatever was done in the previous task of the challenge.

Mr. Valdemar
Courses Plus Student 13,620 PointsThx im going to test it again!