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 iOS Foundations Storyboards Static Table

App Crashing

I'm having this error when I launch the app:

2014-02-25 10:46:06.907 Puns[9562:70b] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<DetailViewController 0x8a7b0a0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key slider.'

I have gone through the video several times and nothing come to my mind.

Thanks for the help

1 Answer

Stone Preston
Stone Preston
42,016 Points

do you have a slider outlet in one of you view controllers? if so go to that view controller, open the outlets connection inspector in the utitlies view, and see if there are is a connection for slider that has an exclamation point next to it. You may have added the outlet then changed the name of it in the header which would throw this error