I am trying to implement Google Maps SDK into my project using Swift 2.0. I follow this but when running this, my app is getting the following error:
2015-08
Just adding to Rajasekaran Gopal
Remember to add
import GoogleMaps import GooglePlaces
then
GMSPlacesClient.provideAPIKey("Your key") GMSServices.provideAPIKey("Your key")
in didFinishLaunchingWithOptions