ios - Use of undeclared type 'GMSPlacesClient' -


i'm trying implement google auto complete service and, message:

use of undeclared type 'gmsplacesclient'

i imported google maps module , works gmsmapview... don't understand happening. have same error?
picture of error:

errorimage

errorimage

thank much!

i have face same issue. resolve have add pod googleplaces in pod file , update pod.

also need replace import import googlemaps import googleplaces


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -