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 Relating Users in Parse.com Adding Checkmarks When the Table View is Loaded

Jack Campbell
Jack Campbell
1,822 Points

Urgent, can someone please help me with these errors?

I an error. One you can see at 7:30. It is the exact same as the videos but the video gets a yellow warning sign but mine gets a error. There is a red line underneath "EditFriendsViewController" The error says Unkown type name 'EditFriends viewController' did you mean 'FriendsViewController?'

If you know how to fix either or both of these problems it would be greatly appreciated.

2 Answers

Stone Preston
Stone Preston
42,016 Points

did you import the EditFriendsViewController class? are you sure its not supposed to be EditFriends ViewController with a capital V?

Either you didn't import the header file for EditFriendsViewController or it's misspelled.