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

linker command failed with exit code 1 (use -v to see invocation)

I created an account and app on parse.com and after adding all the frameworks, this error occured,

"linker command failed with exit code 1 (use -v to see invocation)"

did you add everything frameworks + the parse framework and you inlcude #import <Parse.h/Parse> and did you clean +analyse the project

I already did, I also downloaded the project file from treehouse itself, still getting errors.

1 Answer

the error you are getting basically means you're missing files, open up your file tree and see what file is red, that one is the one that's missing. funny timing though because I just had this problem in my project 5 minutes ago for my pod file. anyways, to solve this find the missing file and add it, if you don't find it you can google it or go to stack overflow and see what they say.

Best, Kai.

thanks, seems that I was not missing any file, here's the solution that got it to work, http://stackoverflow.com/questions/22331908/xcode-5-1-missing-required-architecture-arm64 :)

awesome :)