I added social framework in my project & make as a optional. My app is also not crash for ios5.
like social.h not found.
But when i try to open my project in xcode 4.2,It shows me error on #import<Social/Social.h>
So,i can’t able to do any coding on old xcode version.
What can i do now?
Social Framework is available from iOS 6 not from iOS 5 so it will not work in ios 5. Xcode 4.2 don’t have iOS 6 compatibility, iOS6 is supported in xcode 4.5 or later so Xcode 4.2 cannot find where Social framework coming from so it was showing error