简体   繁体   中英

File not found with New GoogleMaps SDK for iOS

I been struggling with the new iOS google maps sdk for some time. I worked according to the tutorial on: https://developers.google.com/maps/documentation/ios/start

however whenever i tried to compile my simple project i get an error on line:

#import <GoogleMaps/GoogleMaps.h>

file not found...

BTW, I'm working with Xcode 4.5.1

Do you know how to solve this issue?

Don't worry google map isn't supported yet for iPhone developers.

because an API key is not generated yet you need to wait for an email from Google. so don't bother applying this tutorial. because eventually it will not work. click on the below link :

Google Maps not working on iPhone simulator

You have to make sure to drag both the .framework package and the .bundle package over into XCode.

.framework package is just the GoogleMaps.framework folder which is in the top-most level of the SDK zip.

.bundle package is found under GoogleMaps.framework/Resources, and is titled "GoogleMaps.bundle"

确保在提示时未将 .bundle文件复制到项目文件夹。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM