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 trialJoshua Gassett
6,741 PointsIt looks like task 3 is not passing? what does this mean? I keep getting this message.
I keep getting this message when trying to ad small medium and large labels to my radio buttons
3 Answers
Eric Washington
iOS Development with Swift Techdegree Student 21,884 PointsIt means that the code you're writing is interfering with previous code (i.e Task 3) that you've written.
Robin MILTENBERGER
3,792 PointsAs Eric said, by coding task 4, you deleted some needed code to valid the previous step. I'll recommend to go back to task 3 and fix this
Jason Anello
Courses Plus Student 94,610 PointsHi Joshua,
You should post the code that you have to get more direct help.
Sometimes an error with the current task will cause you to get a message saying a previous task isn't passing.
I think the labels had to go after the radio buttons.