Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Working with Google Maps SDK CocoaPod install and iOS widgets

Im installing the latest Google Maps SDK v1.10 using CocoaPods as described here

The install works ok however Xcode is unable to 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 the framework manually (which Google doesn't suggest) results in

(null): "_vImageBoxConvolve_Planar8", referenced from:

Has anyone successfully installed GoogleMaps SDK for an Xcode project with a Widget?

Thanks

like image 232
Tom Avatar asked Dec 25 '22 18:12

Tom


1 Answers

Worked fine for me Go to Target -> Build Setting -> Linking -> other linker Flag and add $(inherited) in both Debug and Releaseenter image description here

like image 93
Gaurav Pandey Avatar answered Mar 15 '23 23:03

Gaurav Pandey