我在构建包含google maps ios sdk pod v 2.5.0的ios项目时收到了这些警告 有没有办法让这些警告消失。我做错了什么或者这是GMaps pod中的错误?
../Pods/Headers/Public/GoogleMaps/GoogleMaps/GMSMapView+Animation.h:22:12: warning: duplicate definition of category 'Animation' on interface 'GMSMapView'
@interface GMSMapView (Animation)
^
../Pods/Headers/Public/GoogleMaps/GoogleMaps/GMSMapView+Animation.h:22:12: note: previous definition is here
@interface GMSMapView (Animation)
^
../Pods/Headers/Public/GoogleMaps/GoogleMaps/GMSCoordinateBounds+GoogleMaps.h:24:12: warning: duplicate definition of category 'GoogleMaps' on interface 'GMSCoordinateBounds'
@interface GMSCoordinateBounds (GoogleMaps)
^
../Pods/Headers/Public/GoogleMaps/GoogleMaps/GMSCoordinateBounds+GoogleMaps.h:24:12: note: previous definition is here
@interface GMSCoordinateBounds (GoogleMaps)