Vandal
Vandal

Reputation: 780

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

Upvotes: 5

Views: 1901

Answers (1)

Ravi Ojha
Ravi Ojha

Reputation: 1480

Update you podfile.. error will be remove

Upvotes: 2

Related Questions