Compile Google-Maps-IOS-Utils into Nativescript

171 Views Asked by At

can someone help me please:

I'm trying to add Google-Maps-IOS-Utils to my project , but I'm having issues.

Basically I just need the following class to be available in my project: "GMSGeometryUtils"

If installing from Podfile (by plugin), it will result in following issue:

The 'Pods-exampleapp' target has transitive dependencies that include static binaries: (/Documents/example/example-app/platforms/ios/Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework, /Documents/example/example-app/platforms/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework, and /Documents/example/example-app/platforms/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMapsCore.framework)

I'm wondering if the following solution can be applied on my app, or something else needs to be done: https://github.com/googlemaps/google-maps-ios-utils/issues/17#issuecomment-246993764

Thank you!

0

There are 0 best solutions below