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)

Harry Stromfelt
Harry Stromfelt
2,985 Points

Getting "_OBJC_CLASS_$_PFUser", referenced from: error when trying to run the Ribbit app!

Him I get the above error when trying to build that Ribbit messaging app but I don't know why. XCode has just updated to the latest version so I assume this may be part of the cause? After googling I could only find forums talking about relevant architecture set up...

Stone Preston
Stone Preston
42,016 Points

can you post the full error message?

Harry Stromfelt
Harry Stromfelt
2,985 Points

Sure, is this what you were looking for?

ld: warning: ignoring file /Users/harrystromfelt/Development/Apps/Ribbit/Parse.framework/Parse, missing required architecture x86_64 in file /Users/harrystromfelt/Development/Apps/Ribbit/Parse.framework/Parse (3 slices) Undefined symbols for architecture x86_64: "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$_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)

M T
M T
11,934 Points

Did you by chance move your project folder? Do any of your frameworks appear in red in the project navigator?

Or have you already fixed your problem?

1 Answer

Harry Stromfelt
Harry Stromfelt
2,985 Points

I've had a mess around recently actually. In the end I think I somehow screwed up going and getting the thing to connect with Parse.com since repeating the process as a new project looks to have worked.