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 trial

iOS Build a Self-Destructing Message iPhone App Using Parse.com as a Backend and Adding Users Signing Up New Users: Part 1 (UIAlertView)

Mach-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...

Ok, 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...

1 Answer

Yury, here is a full template for the social network application: Click Here.