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 trialSherwyn Cooper
Courses Plus Student 8,910 Pointsgetting an error when i try to build from project files
" Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1 " Can anyone tell me why?
1 Answer
Chenchen Zheng
2,672 PointsProject Settings > Under "Targets", select your project > Build Phases > open "Compile Sources" and "Copy Bundle Resources". Check if any files are listed in red color. If so , just delete it. Then clean and run.
Sherwyn Cooper
Courses Plus Student 8,910 PointsSherwyn Cooper
Courses Plus Student 8,910 Pointsnone are in red but when i go under link binary with libraries > XcTest.framework is in red. Is this because im using and older version of Xcode?