googlemaps / ios-maps-sdk

Google Maps SDK for iOS
Apache License 2.0
49 stars 6 forks source link

Migration from POD to SPM - GooglePlaces not work #30

Open salvatoreboemia opened 1 month ago

salvatoreboemia commented 1 month ago

Hi

I removed as POD

Removing GoogleMaps
Removing GooglePlaces

But in this SPM is not presented GooglePlaces?

Works fine only in the app delegate

GMSServices.provideAPIKey("my key")

But all the other ones not work

GMSAutocompleteFetcherDelegate
GMSPlacesClient.shared()

Cannot find 'GMSPlacesClient' in scope

etc...

I read also this docs:

any idea?

Thanks

salvatoreboemia commented 1 month ago

added all these as SPM

Now works