I use cocoapods to import libraries.
I just updated my modules and since then some of the GoogleMaps SDK classes are no longer available. For example, GMSAutocompletePrediction or GMSPlacesClient are marked as "use of undeclared type" and "use of unresolved identifier". I tried removing the GoogleMaps modules and then reinstalling it, but it did not work. Although some classes are still usable, for example, GMSAddress.
I noticed that GoogleMaps was not the target in the Pods project of my workspace, could this be due to my problem?
