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

Xcode Error!!

I downloaded a Parse github project and signed up for Parse... I copied the Parse keys & ran it on the simulator and it failed... Error: "Linker command failed with exit code 1, Directory not found for option '-F/Anypic-master-2/Anypic-ios/vender

How do I fix this error?

Ben Jakuben

2 Answers

Hi Elizabeth,

Have you included the Parse files in your code:

#import <Parse/Parse.h>

I'm not sure if you're using Objective C or Swift but either will need this line to work correctly.

Steve.

Can you push your project up to Github and share the link; I'll pull it down to replicate the error and see if I can fix it.

Steve.

You may need to sign up for your own parse account and set your own unique keys in the application. Hope that's helpful.