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 Customizing Table View Controllers Styling the Tab Bar

I am not able to compile the Ribbit app. There are several errors that are coming up, and I'm not sure how to fix them

I get several errors when I try to compile the Ribbit app, such as this a few times: "OBJC_CLASS$_PFFile", referenced from:

and this: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Here's the output under All Issues:

ld: warning: ignoring file ~/Downloads/Ribbit.1/Parse.framework/Parse, missing required architecture x86_64 in file ~/Downloads/Ribbit.1/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)

Is it something with XCode 6, or something missing in my environment? Should I be using a different version of Parse?

Phil Hangyal
Phil Hangyal
6,930 Points

I don't know if you have fixed it yet but i ran into the same error. It turns out i just hadn't imported the Bolts.Framework I got in the Parse asset file. Hope that helps!

Thank you Phil. You helped me solve the issue.