I am adding the social.framework in the “Link Binary With Libraries”. On running the project, getting error that “Social/SLRequest.h” file not found. I have checked the social.framework in the project hierarchy but it doesn’t contain any header class (Social.framework is empty). please help me why the social.framework is Empty ?
Note: Social.framework is not available in Link Binary With Libraries. I have to add that from the “Add Other” option. Social.framework located in my downloads and it contains the header classes there.
Use xcode 4.5 or later. social.framework is available from iOS 6.0. To use Social framework apis include the framework as