I'm trying to install googlemaps library using cocoapods but getting error for it. I've tried these solutions (S1, S2) but getting the same error again and again.
If I remove google maps from pod file, it works perfectly fine.
here is my pod file
pod 'MBProgressHUD', '~> 1.1.0'
pod 'Alamofire', '~> 5.0.0-rc.3'
pod 'SwiftyJSON', '~> 4.0'
pod 'DropDown'
pod 'TPKeyboardAvoiding'
pod 'GooglePlaces'
pod 'GoogleMaps'
pod 'SearchTextField'
pod 'IQKeyboardManagerSwift'