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 Blog Reader iPhone App Getting Data from the Web What is NSDictionary?

'What is NSDictionary' challenge.

1/3 Challenge was ok. 2/3 I added second Dictionary 'book2', there is the same code as in 1/3 but it doesn't work.

My Code:

NSDictionary *book1 = [NSDictionary dictionaryWithObjectsAndKeys: @“Art of War”, @“Title”, @“Sun Tzu”, @“Author”, nil];

NSDictionary *book2 = [NSDictionary dictionaryWithObjectsAndKeys: @“Brave New World”, @“Title”, @“Aldous Huxley”, @“Author”, nil];

1 Answer

I'm getting

Oh no!
There was a temporary issue running this code challenge. We've been notified and will investigate the problem.

If you continue experiencing problems, please contact support at help@teamtreehouse.com.

I think its broken.

Now I'm getting this too.