I have installed the 'GoogleMaps' pod using cocoa pods and the project was building correctly, however when I transferred my project to another device through iCloud (the projects directory is in iCloud) the GoogleMaps pod stopped working. I attempted to simply run pod install again however this mad no difference, the pod is clearly there and the pod install was successful. I am beyond confused.
for me, all i did is :
pod install
then use new version on disk
For me to fix mine, I had to update my GoogleMaps pod.
pod outdated
pod update GoogleMaps
pod cache clean --all
(or you can specify GoogleMaps)pod install
First off try to clean the project by
Command + Shift + Options + K
If I'm not mistaken, GoogleMaps framework is built from Objective-C so if there's still a problem then do the following steps:
Configure the header search path to point the Pods with recursion
Do a clean-build.
This worked for me:
pod deintegrate
)pod cache clean --all
)pod install
)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With