Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle Resources

When I build a GoogleMaps SDK for iOS,these error occurred.

*** Terminating app due to uncaught exception 'GMSException', reason: 'Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle Resources'' 

but,GoogleMaps.framework is in copy bundle resources.so,I'm confused.please tell me cause of this problem.

like image 867
JohnyDgoode Avatar asked Feb 07 '13 05:02

JohnyDgoode


People also ask

Is Google Maps iOS SDK free?

The Maps SDK for iOS uses a pay-as-you-go pricing model.

What is iOS map SDK?

With the Maps SDK for iOS, you can add maps based on Google maps data to your application. The SDK automatically handles access to the Google Maps servers, map display, and response to user gestures such as clicks and drags. You can also add markers, polylines, ground overlays and info windows to your map.


1 Answers

The instructions are kinda lacking. I hope this helps...

  1. Launch Xcode (easy)
  2. Drag the GoogleMaps.framework bundle to the Frameworks group of your project. When prompted, select Copy items into destination group's folder.

  3. Right-click GoogleMaps.framework in your project, and select Show In Finder. What it doesn't say is...Then go into the child folder called Resources

  4. Drag the GoogleMaps.bundle from the Resources folder to your project. We suggest putting it in the Frameworks group. When prompted, ensure Copy items into destination group’s folder is not selected.

like image 192
sberley Avatar answered Sep 24 '22 02:09

sberley