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 trialGabriel Brunette
845 PointsI got a lot of error message after following the instruction...
i rewatched the video to be sure I followed the instruction properly. Then I uploaded the project file and it was filled with compelling errors... how can I fix the errors and keep on going with this project?
4 Answers
Caleb Kleveter
Treehouse Moderator 37,862 PointsThe 'as' key-word has been changed to 'as!', try changing them and a lot of the errors should go away.
Caleb Kleveter
Treehouse Moderator 37,862 PointsWhat version of Xcode are you using?
Gabriel Brunette
845 Pointsversion 6.4
zacharymariscal
2,714 PointsI'm getting the same error:
override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
if segue.identifier == "showPlaylistDetail" {
let playlistDetailController = segue.destinationViewController as! PlaylistDetailViewController
playlistDetailController.playlist = Playlist(index: 0)
}