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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -