Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 207
RAGOpoR Avatar asked Sep 22 '12 01:09

RAGOpoR


People also ask

What is the latest version of Facebook SDK for iOS?

The current version of the Facebook SDK for iOS is version 14.1. 0.

What is Facebook SDK for iOS?

What is the Facebook SDK? The Facebook SDK is what allows mobile app developers to integrate Facebook within a mobile app. SDK stands for software development kit, and it allows for a website or app to integrate with Facebook seamlessly.


3 Answers

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

like image 83
Vince Yuan Avatar answered Oct 07 '22 21:10

Vince Yuan


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.

like image 45
polterfest Avatar answered Oct 07 '22 21:10

polterfest


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

like image 30
C Abernathy Avatar answered Oct 07 '22 21:10

C Abernathy