Google Maps iOS SDK
https://developers.google.com/maps/documentation/ios-sdk/start
Followed the setup instructions using Cocoa Pods.
- GoogleMaps (2.1.1)
- GooglePlaces (2.1.1)
Built the Project and got the following error:
Module 'GoogleMapsBase' not found
Added the following in:
Target -> Build Setting -> Search Path-> Framework Search Paths
Add the following (+)
Framework Search Paths
"$/GoogleMaps/Maps/Frameworks" "$/GoogleMaps/Base/Frameworks"
Build and Run.
Helpful Links