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 trialJason Teo
Courses Plus Student 8,398 PointsUnable to run project files in Xcode 6.3
I received these error messages:
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)
2 Answers
Caleb Kleveter
Treehouse Moderator 37,862 PointsMost likely the code needs to be modified to be compatible to the newer versions of xcode and iOS. I personally wouldn't know what to do, but someone else might be helpful.
Jason Teo
Courses Plus Student 8,398 PointsBen Jakuben : any solutions to this problem? Thanks in advance!