Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Some Classes are missing in Google Places API Framework folder iOS

I Follow these steps for install Google Map Framework:

fig1

And am unable to find the specified files in my Project folder:

fig2

Please tell me: from where do I find those missing files mentioned in the guide?

like image 850
Umair Ahmed Avatar asked Nov 09 '22 00:11

Umair Ahmed


1 Answers

Have you tried updating your pod file?

https://developers.google.com/maps/documentation/ios-sdk/start?hl=en#upgrade_from_an_earlier_version

Just run pod update.

like image 61
prebilstatus Avatar answered Nov 14 '22 22:11

prebilstatus