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 trialYury Aykin
18,115 PointsMach-O Linker Error with file too small...
Tried everything: Bolts included, Cleared project, deleted and adding Parse.framework and others, restarted x-code, but nothing helps, still getting this error:
File too small (length=18) file '/Volumes/Users/Share/parse-library-1.5.0/Bolts.framework/Bolts' for architecture x86_64
Linker command failed with exit code 1 (use -v to see invocation)
Masters!! Help me, cant go further in this course...
1 Answer
landonferrier
25,097 PointsYury, here is a full template for the social network application: Click Here.
Yury Aykin
18,115 PointsYury Aykin
18,115 PointsOk, finally fixed it. Checked that small file. Found inside a "Bolts.framework/Versions/A" directory another Bolts file of 2.7mb which I copied-replaced in "Bolts.framework/". That fixed my problem...