Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crash with GoogleMaps on Xcode 9

I use GoogleMaps lib on my application since a long time but since I updated Xcode with Swift 4, when I go to the map, my application crash.

Error :

WARNING: Unable to find and load 'GoogleMaps.bundle' for Google Maps SDK for iOS. This may be a sign that you've forgotten to include a resources bundle in your 'Copy Bundle Resources' build phase. As this bundle contains important resources, you may encounter missing images, translations and other incorrect behavior.

Why ?

like image 209
BSK-Team Avatar asked Mar 08 '23 23:03

BSK-Team


1 Answers

I have the same issue. just delete GoogleMaps folder in Pods project,and then "pod install" again.

like image 141
kuanlin Avatar answered Mar 15 '23 00:03

kuanlin