I am trying to use the Google Maps SDK in my app. So far, I have linked all the frameworks. I am pretty sure I have added the appropriate -ObjC
flags as per the
UPDATE: this answer is outdated. The documentation now tells you to use CocoaPods instead of manually linking dependencies.
For more information, see Google Developers Console.
OLD ANSWER:
The Google Maps SDK requires you to link quite a few frameworks. Here they are:
I found this list at here.