I want to share image on google plus:
I have used google+ api
AppDelegate.m
[GPPSignIn sharedInstance].clientID = @\"MyClientID\";
[GPPDeepLink s
I have also faced this issue, but finally i found the answer. As above some of friends said, I forgot Add the ObjC linker flag to the app target's build settingss:
So, go to Build Settings page of Targets section of the app, once gone over there, add following in Other Linker Flags
-ObjC
So, this may be helps you Friend!!!