I been struggling with the new iOS google maps sdk for some time. I worked according to the tutorial on: https://developers.google.com/maps/documentation/ios/start
however whenever i tried to compile my simple project i get an error on line:
#import <GoogleMaps/GoogleMaps.h>
file not found...
BTW, I'm working with Xcode 4.5.1
Do you know how to solve this issue?