<GoogleMaps/GoogleMaps.h> file not found

4.6k views Asked by At

I'm trying to integrate Google Maps into my xcode project. I strictly followed the instructions here. Unfortunately I get an error:

error: 'GoogleMaps/GoogleMaps.h' file not found with <angled> include; use "quotes" instead
#import <GoogleMaps/GoogleMaps.h>
    ^~~~~~~~~~~~~~~~~~~~~~~~~
    "GoogleMaps/GoogleMaps.h"

I changed from <> to "", now it finds GoogleMaps.h!

However, I get the same error over the other 35 headers included in the SDK. I can't edit each one of them, I also don't want to as that would take lots of time + that's probably the wrong way to do that.

I'm not really experienced with xcode, but I found some topics on the internet, none of which actually helped me.

What am I doing wrong here?

Waiting for an answer, Adam.

2

There are 2 answers

0
iSekhar On

You can try

 # import "GoogleMapsM4B/GoogleMaps.h"
1
Chris On

Go to Search Navigator (CMD+3) select replace on the left an hit "replace all"

enter image description here