Sangram Anand
Sangram Anand

Reputation: 10844

Facebook SDK error on IOS App

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

Upvotes: 1

Views: 3668

Answers (2)

Fabio Napodano
Fabio Napodano

Reputation: 1249

if you get this error after having upgraded to a newer version of Facebook SDK (f.e. 3.8), check the folder where the .bundle file should be: there should be a FacebookSDKResources.bundle.README file which tells that this file is no more needed, so you can safely remove its reference from the app project.

Upvotes: 11

Saurabh Shukla
Saurabh Shukla

Reputation: 1388

I guess file is missing.

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

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

Upvotes: -1

Related Questions