How to build Facebook iOS sdk for armv7s? - ios

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!

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

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.

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

Related

Is it possible to install the latests Firebase Crashlytics iOS SDK manually?

I am trying to migrate Crashlytics from Fabric to Firebase and in the documentation Upgrade to the Firebase Crashlytics SDK there is only a description for Cocoapods. I am not using Cocoapods in my project and don't want to, but I haven't found any alternative for installing the Firebase Crashlytics SDK. Does anyone has the same issue and found already a solution?
I have found this post from Saravana How to add Firebase Crashlytics to iOS app, but it is over one year old, so the SDK offered there is probably not the latest one.
This is my first question, please be kind :) And thanks a lot in advance!
Firebase is also distributed as a downloadable zip and via an experimental Carthage distribution.
So, after further research, there is a documentation for the installation without Cocoapods: Add Firebase to your iOS project.

How to check ios SDK version used to compile framework

As said at the title I have a framework and I need to check with iOS SDK version was used to compile it. Is there any command to check it? Or any other way.
Thanks

The Facebook SDK for Swift 4 is outdated. Should I use Facebook SDK for iOS instead?

I found when installing the Facebook SDK with cocoapods that there were several errors in my Xcode project. Upon research I found that this is because the SDK for Swift hasn't been update in a while.
Can someone tell me the best way to implement the Facebook SDK into my Swift application so I can use Facebook Login?
Thanks,
Calum.
Although the errors are still present in Xcode, they do not affect the overall functionality of the program. Therefore, it is okay to simply ignore the errors and hopefully the Facebook SDK will be updated soon.

Fabric + Crashlytics for iOS

Recently I try to add Fabric & Crashlytics to my projects, but I got one link issue.
My base SDK is iOS7.0 and deployment target is 7.0 too, try to use the Fabric app for mac or cocoapods to add these frameworks, but always got error msg like this:
Anyone can assist?
Thanks a lot.
Add the run script provided by fabric to you. The follwing screenshot demonstrates where to add the runscript.
Reply from Mattie, Twitter Staff
Yes. It turns out that Crashlytics does not support building with a base SDK older than "latest" for any given Xcode release. It's extremely hard for us to maintain build compatibility with older SDKs, even if we can maintain runtime compatibility.
So I need change the base SDK to latest one and revamp my codes..

Social framework not found in Xcode

I am using Xcode 4.5.1 but I couldn't find the Social framework under Link binary with libraries, its strange Any idea, Please help
Review your version of sdk, it might be older.
For Social.framework you must be having installed iOS 6.0 minimum on your XCode.
I have updated my Xcode to the latest 4.6 Solved the problem. Thanks all.

Resources