Back when I was testing the original version 1.0 of the SDK I tried using this:
-force_load $(PROJECT_DIR)/GoogleMaps.framework/GoogleMaps
More details on what I was trying here.
It seemed to work at the time, although it caused problems with Google's fix to allow the SDK to not crash on startup with iOS 5.0 with SDK 1.1.0 (see here), and I haven't tried it since, so it might not work with the current version.
You might need to adjust the -force_load
a bit depending on your path to the GoogleMaps framework relative to your project directory.
Can you provide a link to the bug reports with Parse and -ObjC
? I am using the Google Maps SDK with -ObjC
and Parse (but not with Facebook), and haven't had any problems. However I'd be interested in knowing what to look out for in case I want to do more with Parse in the future. Thanks.