ios - <GoogleMaps/GoogleMaps.h> file not found -


i'm trying integrate google maps xcode project. strictly followed instructions here. unfortunately error:

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

i changed <> "", finds googlemaps.h!

however, same error on other 35 headers included in sdk. can't edit each 1 of them, don't want take lots of time + that's wrong way that.

i'm not experienced xcode, found topics on internet, none of helped me.

what doing wrong here?

waiting answer, adam.

go search navigator (cmd+3) select replace on left hit "replace all"

enter image description here


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -