<GoogleMaps/GoogleMaps.h> file not found Google Maps SDK for iOS

ƒernando Valle picture ƒernando Valle · Feb 22, 2013 · Viewed 38.3k times · Source

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?

enter image description here

SOLVED!

Answer

ƒernando Valle picture ƒernando Valle · Feb 26, 2013

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.

enter image description here

3 Add it to your Frameworks group in the project

enter image description here

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.