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:
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
Post a Comment