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 proj
This worked for me:
pod deintegrate
pod cache clean --all
pod install