I install the latter Google Maps SDK v1.10using CocoaPodsas described here
The installation works fine, however, it Xcodecannot compile the widget and gives the following error:
(null): Auto-Linking supplied '/Users/tom/Dev/iOS/Noms/Pods/GoogleMaps/Frameworks/GoogleMaps.framework/GoogleMaps', framework linker option at /Users/tom/Dev/iOS/Noms/Pods/GoogleMaps/Frameworks/GoogleMaps.framework/GoogleMaps is not a dylib
Adding a frame manually (which Google does not offer) results in
(null): "_vImageBoxConvolve_Planar8" referenced by:
Has anyone successfully installed GoogleMaps SDKwidgets for an Xcode project?
thank
source
share