How to build a Facebook iOS sdk for armv7s?

Can i build facebook ios sdk to support armv7s (Apple A6 cpu)? I am trying to use build_framework.sh to restore again, it still does not support armv7s!

+5
source share
3 answers

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

+4
source

I just used this link today: http://developers.facebook.com/bugs/107674376052717 it says that they will release a new update that will solve the problem. Try downloading the latest source and recompiling.

+2

Check out the latest 3.1 SDK that should solve this problem.

+1
source

All Articles