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 trialMichael Thomas
10,910 PointsUnresolved 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
umpusten
1,368 PointsI 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.
Michael Thomas
10,910 PointsI 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....'