I'm using GoogleMapsSDK, and Parse's framework.
If I use them together, a bug in Parse triggers required facebook keys because of the linker flag -ObjC. This is a well documented problem on Parse's forums and on here for other frameworks besides GoogleMaps, and the general solution is to import Facebook SDK. I'm not interested in using facebook in any way, and I'd prefer not to add it to my project, so if there's a different way that I can call the linker flag it would be most appreciated.
Some of the answers say something about -force_load as opposed to -ObjC but it requires some additional info that I'm not sure how to get.
IN A SENTENCE:
Please provide an exact -force_load that will work with the GoogleMapsSDK to avoid using the linker flag -ObjC
Thanks in advance