google-maps-ios-utils icon indicating copy to clipboard operation
google-maps-ios-utils copied to clipboard

Troubles when I'm building project with a Podfile

Open kokian opened this issue 9 years ago • 0 comments

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.

kokian avatar Mar 20 '15 18:03 kokian