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 Swift Using a Navigation Controller With Segues Modifying the UI

Unresolved identifier error

I get a compile error and had to change 'as' to 'as!' But I still get this error

"Use of unresolved identifier 'PlaylistDetialController'"

2 Answers

I had the same Problem. Then i checked the : if segue.identifier == "showPlaylistDetail" and found a typo. Also after correcting the P to p i had to restart xcode to get rid of the error.

I typed a capital 'p', PlaylistDetailController.segueLabelText when it should have been, playlistDetailController.segueLabelText.

But now when I run the app and press the button there is no label saying 'Yay....'