I've ran into a couple of issues with some of the code I've wrote for using Google map direction in our application. I've got this error when running our app. I have gone through this link and get this error on load the mapview.
Asked
Active
Viewed 308 times
2
-
Looks like you did not make step 7. – OMGHaveFun Aug 10 '17 at 06:51
-
@OMGHaveFun I have already completed all steps. – Mukesh Aug 10 '17 at 06:55
-
Did you added framework by using pods or manually? – Himanth Aug 10 '17 at 06:58
-
@Himanth manually. – Mukesh Aug 10 '17 at 07:00
-
Try to deleting the contents of the folder "derived data" and rebuild all. – OMGHaveFun Aug 10 '17 at 07:01
-
Also try https://stackoverflow.com/questions/14744479/google-maps-sdk-for-ios-requires-googlemaps-bundle-to-be-part-of-your-target-und – OMGHaveFun Aug 10 '17 at 07:02
-
@Mukesh Did you solved your problem? – Himanth Aug 10 '17 at 08:21
-
@Himanth yes. Thanks for your time. – Mukesh Aug 10 '17 at 08:25
1 Answers
1
You have to add GoogleMaps.bundle
to your project.
You can find it in your downloaded framework
GoogleMaps.framework/Versions/A/Resources
Make sure that the "Copy items if needed" is not checked.

Himanth
- 2,381
- 3
- 28
- 41