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 An iTunes Search App Building the User Interface Stubbing the Album Data

Error

Hi, when I run the app at minute mark 4:00 I get this error.

Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<Itunes_3.AlbumCell 0x7fabb80d3a00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key releasedateLabel.'

2 Answers

Can you post your code? I imagine the key is out of bounds or something similar going by the error you're receiving.

Found the error Thank You