Created
October 22, 2012 20:16
-
-
Save joncode/3933835 to your computer and use it in GitHub Desktop.
adding FacebookSDK to iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| drag facebook SDK in folder and copy whole thing in | |
| - delete tests if they cause senTesting error | |
| - DO NOT name any files in your project Facebook.h .m | |
| add other link to build target with '-lsqlite3.0' flag | |
| watch this and do it the same | |
| https://www.facebook.com/video/video.php?v=10151424039669838 | |
| add SCFacebook and put the git hub function in the app delegate | |
| make social framework and ad support framework and accounts framework 'optional' | |
| add arc flag to all compiles sources | |
| '-fno-objc-arc' | |
| more stuff then this im sure ,just what i could remember offhand |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment