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.

I am about to integrate the Facebook SDK solely (at least for now) for the purpose of having mobile ads for my app shown in the Facebook app. I downloaded the latest SDK v3.1.1 and added the framework to the project. It does not build however and gives me this error:

enter image description here

I find it hard to believe that this framework was not compiled for armv7. Has anyone else had this error with the FacebookSDK? I am using iOS6 as my base SDK.

Thanks.

share|improve this question

2 Answers

up vote 1 down vote accepted

Turns out you have to add a lot more than just the framework to your project. Once I followed this guide, it worked.

http://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/

Go to section 5 - Configure a New Xcode Project.

share|improve this answer

In architectures also add armv7s along-with armv7 & then build your project.Hope this helps you.here I attach image also add like this image

share|improve this answer
Yea my project was already set up like that. My answer above solved the issue for me. – Kevin_TA Dec 12 '12 at 20:51

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.