poulpix/PXGoogleDirections

Compatibility with Google pods - Command failed due to signal: Abort trap: 6

andr3a88 opened this issue · 3 comments

I've followed the instructions on the readme but i couldn't build the project correctly, below the issue:

/Users/andrea/Documents/Workspace/myproject-ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Headers/GMSCoordinateBounds+GoogleMaps.h:24:12: warning: duplicate definition of category 'GoogleMaps' on interface 'GMSCoordinateBounds'
@interface GMSCoordinateBounds (GoogleMaps)
           ^
/Users/andrea/Documents/Workspace/myproject-ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Headers/GMSCoordinateBounds+GoogleMaps.h:24:12: note: previous definition is here
@interface GMSCoordinateBounds (GoogleMaps)
           ^
/Users/andrea/Documents/Workspace/myproject-ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Headers/GMSMapView+Animation.h:22:12: warning: duplicate definition of category 'Animation' on interface 'GMSMapView'
@interface GMSMapView (Animation)
           ^
/Users/andrea/Documents/Workspace/myproject-ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Headers/GMSMapView+Animation.h:22:12: note: previous definition is here
@interface GMSMapView (Animation)
           ^
<unknown>:0: error: fatal error encountered while reading from module 'myproject'; please file a bug report with your project and the crash log

*** DESERIALIZATION FAILURE (please include this section in any bug report) ***
top-level value not found
Cross-reference to module 'GoogleMaps'
... GMSMapView

Hi @andr3a88, did you manage to get this solved?
If not, without more information it's difficult to help, so maybe you could start by sharing the contents of your Podfile, and your overall Xcode project or Workspace structure, so we can check if everything looks correct?
Thanks

Hi @poulpix, after spending several hours I couldn't figure out the problem so I have imported PXGoogleDirections with Carthage

Hi @andr3a88, sorry you didn’t manage to make it work. Cocoapods + Google Maps SDK == mess.
I’ll be closing this issue but don’t hesitate to open another one if you’re willing to give it another try one day :)