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 trialrd. ln.
7,851 PointsCould not insert new outlet connection: Could not find any information for the class named PlaylistDetailViewController
I'm having problems with this. I followed all the directions so I'm not sure what's going on.
2 Answers
Ian Conway
1,661 PointsHad the same problem, fixed with this solution found on Stack Overflow:
- Close the project you are working on with.
- Delete the【DerivedData】folder of you project. (This folder may inside your project's folder, or inside ~/Library/Developer/XCode/DerivedData/(your project)/ ) or somewhere else that were setup by you.
- Restart you project.
rd. ln.
7,851 Pointshere is a screenshot
Amanda Harman
11,303 PointsAmanda Harman
11,303 PointsPerfect! Thank you!