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 trialClaire Worrmald
6,442 PointsUnable to Build project
Unfortunately the starter files in the teacher notes throw up an error whilst building, I think its just a case of Pasan copying over file/folder references rather then the actual files so it thinks its not there when the files actually are. You can fix this by removing the references to the files in Xcode and then copying them in again:
- Download the project.
- Delete the affected files in Xcode (should be in red).
- Copy them into the project either by downloading the same project again or just adding them manually (copy/ paste job).
Thats what worked for me, might need upload again? I have done this million times ???♂️
STEVEN PENA
13,928 Pointsam having the same problem the project is giving me the same error
1 Answer
Claire Worrmald
6,442 Pointsam having the same problem the project is giving me the same error
Take a look at the instructions above that I have posted and that should solve it whilst they fix the issue.
Caleb Kleveter
Treehouse Moderator 37,862 PointsCaleb Kleveter
Treehouse Moderator 37,862 PointsPasan Premaratne