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
Taylor Mahony
5,814 Pointsexception thrown on Algorhythm swift app.
I am getting the following exception when I tried to add the additional playlistImageViews on the Algorhythm swift app:
Algorhythm[627:13770] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<Algorhythm.PlaylistMasterViewController 0x7fb6bb422900> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key playlistImageView.'
I tried setting break points, and it throws the exception on the following line:
@IBOutlet weak var playlistImageView0: UIImageView!
I removed all the connections and rebuild them and I double/ triple checked that I hadn't misspelled anything, but now I'm stumped. Any help?