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
Joseph Bacal
571 PointsFirst code challenge iOS not working
Hi - enthusiastic start on iOS beginner course. First code challenge is for some reason not working. Did I do something wrong?
NSString *greeting = @"hi bob";
Gives me an error.
3 Answers
matthew cairns
3,530 PointsIf it is the very first code challenge you are talking about than you should write exactly what it tells you in the question.
"Write a string of name treehouse with a value of Treehouse"
NSString *treehouse = @"Treehouse";
Joseph Bacal
571 PointsOh yeah. Thanks!
Stephanie Kirkum
3,104 PointsI had the same problem, Joseph -- didn't read directions well enough!! Thanks for the hint, Matthew!