GMSPlaceField Error when building - Swift 4.2

烈酒焚心 提交于 2019-12-19 08:30:35

问题


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-error-when-building-swift-4-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!