The new SDK clearly does not support ARC out of the box, but there is a shell script to create a static library that can be used in your ARC project. Just go to your local git repository and run
% ~/facebook-ios-sdk/scripts/build_facebook_ios_sdk_static_lib.sh
This will create a static library in the / lib / facebook -ios-sdk folder (e.g. ~ / facebook-ios-sdk / lib / facebook-ios-sdk). You can then drag the facebook-ios-sdk folder to the Xcode application project to enable the iOS Facebook SDK static library.
source share