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 trialTywan Claxton
8,397 PointsDoes anyone know what this Error in swift means or comes from?
: note: filenames are used to distinguish private declarations with the same name Command/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
Ian Billings
Courses Plus Student 7,494 PointsIan Billings
Courses Plus Student 7,494 PointsHi Tywan,
Is this project using CoreData? If so, this might sort your issue: https://stackoverflow.com/questions/40366329/filenames-are-used-to-distinguish-private-declarations-of-the-same-name-error
Regards
Ian