I added Social.framework in my application in the same way i use to add the other frame works. I have downloaded xcode 4.5 and iOS 6 . but my application crashes with follwing e
In Xcode
go to targets
, Go to build phase
and search for Social frame work
you will find that under "Link Binary with Libraries"
section. There select social frame work
and see there is an option on right hand side required/optional
in that just change required
to optional
. Now you are able to run on all ios devices without any crashes.