RAGOpoR
RAGOpoR

Reputation: 8168

How to build Facebook iOS sdk for armv7s?

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!

Upvotes: 5

Views: 1688

Answers (3)

C Abernathy
C Abernathy

Reputation: 5523

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

Upvotes: 1

Vince Yuan
Vince Yuan

Reputation: 10623

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

Upvotes: 4

polterfest
polterfest

Reputation: 96

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.

Upvotes: 2

Related Questions