5

Is it possible to build facebook ios sdk to support for armv7s(Apple A6 cpu)? I have try to use build_framework.sh to rebuild again, it still not support armv7s yet!

RAGOpoR
  • 8,118
  • 19
  • 64
  • 97
  • Take a look at [this Stack Overflow post][1] it's a simple tutorial to build Facebook iOS SDK. [1]: http://stackoverflow.com/a/12540137 – rrocks Sep 24 '12 at 10:40

3 Answers3

4

I compiled the source code and shared it at http://db.tt/QpIjMfWb. It will be removed after fb updates the SDK.

Vince Yuan
  • 10,533
  • 3
  • 32
  • 27
2

I just followed this link today: http://developers.facebook.com/bugs/107674376052717 it says that they will roll out a new update that will solve the problem. Try downloading the latest source and re-compiling.

polterfest
  • 96
  • 4
1

Check the latest 3.1 SDK, that should resolve this issue.

C Abernathy
  • 5,533
  • 1
  • 22
  • 27