Yesterday I recived an email from google saying that I could acces to the map api for ios, I generated my key from the app console and I follow the steps of https://developers.google.com/maps/documentation/ios/start but xcode throw this error.
#import <GoogleMaps/GoogleMaps.h> //file not found
Thanks for your support.
It is normal that appears the Headers executable instead of the folder?
SOLVED!
Finally I have found the solution for my problem:
1 Extract the subfolder A in version and I renamed it to
GoogleMaps.framework
2 Copy this folder to your project folder.
3 Add it to your Frameworks group in the project
4 Import to AppDelegate as #import "GoogleMaps/GoogleMaps.h"
I will edit with images for people that have the same trouble.
Thanks for all the people that helped me.