I want to share image on google plus:
I have used google+ api
AppDelegate.m
[GPPSignIn sharedInstance].clientID = @\"MyClientID\"; [GPPDeepLink s
open your build setting of target :
build setting of target >goto linking section > Other linker flag Set other linker flag to : -ObjC
make sure your character should be > -ObjC (matching case) .