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 Implementing Designs for iPhone Implementing Custom Login and Sign Up Screens Getting up to Speed

renato maschion
renato maschion
811 Points

ribbit_stage1 and 5 won;t build. Complains about architecture x86_64. I followed all suggestions and nothing worked.

I have an application working with login without facebook. it seems for more than a year others students had the same problem. Does it really work? download and build, without changes? here is the partial log message: ld: warning: ignoring file /Users/renato/Documents/IOS/Ribbit/Parse.framework/Parse, missing required architecture x86_64 in file /Users/renato/Documents/IOS/Ribbit/Parse.framework/Parse (3 slices) Undefined symbols for architecture x86_64: "OBJC_CLASS$PFFile", referenced from: objc-class-ref in CameraViewController.o "_OBJC_CLASS$PFObject", referenced from: objc-class-ref in CameraViewController.o "_OBJC_CLASS$PFQuery", referenced from: objc-class-ref in InboxViewController.o "_OBJC_CLASS$PFUser", referenced from: objc-class-ref in SignupViewController.o objc-class-ref in LoginViewController.o objc-class-ref in InboxViewController.o objc-class-ref in EditFriendsViewController.o objc-class-ref in FriendsViewController.o objc-class-ref in CameraViewController.o "_OBJC_CLASS$_Parse", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I appreciate any help.

tks

renato maschion
renato maschion
811 Points

After hours trying all suggestions, I just copied into the project all frameworks inside parse-library-1.7.5 .zip. It fixed my problem. I hope this can help others until the project to download is fixed...