Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Iam trying to add the FacebookSDK to an existing IOS app, followed the steps mentioned @ http://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/ i.e., downloading the facebooksdk.pkg and dragging the files into Framework section of project Navigator

but when i run the app, the build fails.

(null): error: /Volumes/E Drive/anand/BrickLane/../../../../Documents/FacebookSDK/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle: No such file or directory.

-- Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

I guess file is missing.

You can download latest Facebook package "FacebookSDK-3.1.1.pkg" from here

https://developers.facebook.com/ios/downloads/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.