Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 408
ƒernando Valle Avatar asked Feb 22 '13 09:02

ƒernando Valle


1 Answers

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.

like image 181
ƒernando Valle Avatar answered Sep 24 '22 14:09

ƒernando Valle