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 回答1: Update you podfile.. error will be remove 来源: https://stackoverflow.com/questions/54586008/gmsplacefield