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 trialPreston Farr
3,379 PointsAfter adding my application key and client key I am unable to run the app out of the box using the project files
I did some digging online and they said it was a bug in the framework, I tried downloading the most recent Parse sdk and dropping in the framework files, but was still unable to run the app in XCode 5. Some said there were incompatibilities between cocoapods//facebook Is there something I need to do in my environment to compensate?
ld: warning: ignoring file /Users/x/Desktop/Ribbit/Parse.framework/Parse, missing required architecture x86_64 in file /Users/x/Desktop/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)
1 Answer
landonferrier
25,097 PointsPreston, here is a full template for the social network application: Click Here.