I'm implementing Google+ login button for iOS by following this manual:
https://developers.google.com/+/mobile/ios/getting-started
In section 2 step #6:
Add the ObjC linker flag to the app target's build settings:
I noticed that adding this flag increase the size of my binaries in 2 times. Is it possible to avoid using this flag? (other libraries, like Facebook SDK doesn't requires this and you usually can initialize required classed manually)
Thank you!