google-maps-ios-utils
google-maps-ios-utils copied to clipboard
Troubles when I'm building project with a Podfile
After last changes in your master branch I got error in my project which used this library by pods. The problem is maps-ios-utils classes can't figure out where are google-maps headers. My Podfile fragment: target 'ClusterCheck' do pod 'Google-Maps-iOS-SDK', '1.9.2' pod 'Google-Maps-iOS-Utils-QuadTree', :git => 'https://github.com/DDRBoxman/google-maps-ios-utils.git' end
It used to work perfectly until last changes happened in repository. I'm not strong in Pods, and I have no idea what is the reason.