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 Playlist Browser with Objective-C Managing Playlist Data Using a Playlist Instance

Zac Stu
Zac Stu
7,891 Points

Debug editor

Does anyone run their app on ios simulator after this video, and the "build succeeded" flashes for about 1/2 second... only to immediately switch to the debug navigator, and highlight the following line in Playlist.m where we create the largeIcon instance?

NSString *largeIconName = [playlistDictionary objectForKey:kLargeIcon];

The above line is highlighted in green in the Debug navigator. It doesn't even get used in the code in the video as far as I can tell ... I can't figure out what is wrong. Almost resigned to scrapping the project and starting over.