Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find GMSPlace

I am using GoogleMaps sdk with cocoaPods version 1.13, now after I update for new version 2.0, I can't run my project. Looked at my pod files, there are not GMSPlace.h file. How can I find this file, where it located. I think it can't be removed, it's one of base framework classes.

like image 651
Gennadiy Mishin Avatar asked Oct 30 '22 21:10

Gennadiy Mishin


1 Answers

Now in v2.1 you should also import GooglePlaces.

Using pod: pod 'GooglePlaces', '~> 2.1'

As described here: https://developers.google.com/places/migrate-to-v2

like image 73
Marckaraujo Avatar answered Nov 13 '22 03:11

Marckaraujo