I want to use google map to existing(not a new one) iPhone project.Now i am using Google map ios sdk and i successfully added google map framework to my project.But i got er
Follow the steps :
GoogleMaps-iOS-1.1.0.zip from their siteGoogleMaps-iOS-1.1.0 folderGoogleMaps.framework folder.GoogleMaps.framework folder to inside your project folder (in Finder).GoogleMaps.framework folder onto your Frameworks group in Xcode.(Note that you can also do this the other way, by not copying it into your project folder and checking "Copy items into destination group's folder". Xcode will copy the folder itself.)
Import using #import "GoogleMaps/GoogleMaps.h". The angle bracket usually work too, but in this case it should use quotes.
From :