Working with the Google Maps SDK CocoaPod and iOS installations

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

+4
source share
1 answer

Works great for me Go to Target → Build Setting → Linking → other linker Flag and add $ (inherited) to Debug and Release enter image description here

+10
source

All Articles