Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GMSPlaceField Error when building - Swift 4.2

I have an app that's using Google's Place Autocomplete, so I've been following the example code that's been provided. I've added the GooglePlace pod to my podfile and since I'm using the same full-screen control, I'm using their sample code.

No error shows until I try to build the project and when I do build, Im getting this error: "Use of undeclared type 'GMSPlaceField'" on line 29

enter image description here

like image 968
Vandal Avatar asked Oct 27 '22 20:10

Vandal


1 Answers

Update you podfile.. error will be remove

like image 165
Ravi Ojha Avatar answered Nov 15 '22 06:11

Ravi Ojha