[swift] Use of undeclared type ‘GMSPlacesClient’エラーの対処方法
目次
Use of undeclared type ‘GMSPlacesClient’エラーの対処方法
GoogleMap SDKのPlaces API for iOSを実装しようとして
Use of undeclared type ‘GMSPlacesClient’エラーが発生
公式マニュアルには記載がないが
podファイルに
pod GooglePlaces
を追加して、podをインストール。
さらに
import GooglePlaces
が必要