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.

Leo Vannini
575 Pointsfun yo stuff... aka I need help
stuff is not working in your preview, working in my compiler. fix it. plox
insert your code here
4 Answers

Ben Hopkins
Full Stack JavaScript Techdegree Student 2,348 PointsWhat isn't working. Talk sense.

Leo Vannini
575 PointsYour 3rd objective in NSDictionary requests the user to create two NSString objects prior to entering them into the Dictionary.
aka:
NSDictionary *album = @{@"title":@"Abbey Road", @"artist":@"The Beatles"};
NSMutableDictionary *albumMutable = [NSMutableDictionary dictionaryWithDictionary: album];
NSString *year = [[NSString alloc] init];
year = @"year";
NSString *date = [[NSString alloc] init];
date = @"date";
[albumMutable setObject:date forKey:year];
NSLog(@"%@", albumMutable);
return 0;
Which builds and runs the correct answer in the Xcode IDE.

Kern Tallett
10,012 PointsDon't act like a jerk if you are looking for help.

Faye Bridge
4,879 PointsHi there Leo Vannini! We're sorry to hear you're having trouble with a code challenge. If you could please provide a link to specific challenge you're working on, we'd be happy to help. :)
Andrew McCormick
17,730 PointsAndrew McCormick
17,730 Points-MOD edit. If you want help, you've got to be more descriptive than "it's not working"
Explain your answer and show your code.
Also, kill the expletives (I edited them out for you), not helpful to the conversation