Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
a set of variables and functions packed in a file, read by the linker during the program build and included in the resulting executable
0
votes
1answer
373 views
Adding FacebookSDK.framework into my own Static library
I am creating a static library which i will be using for more than one projects, which i am developing. I will build the static library as .framework file and will drag and drop to use in other ...
2
votes
1answer
921 views
Incomplete protocols warning when using a protocol define in a static lib (facebook-ios-sdk)
I am trying to integrate the facebook ios SDK within my project which use ARC. As suggested in the facebook developer documentation it is recommended to build the facebook SDK as a static lib for this ...