2

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.

enter image description here

Mukesh
  • 777
  • 7
  • 20

1 Answers1

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