Google Maps iOS SDK广告连结:“警告:在界面”

时间:2018-01-24 07:41:25

标签: ios cocoapods google-maps-sdk-ios

我在构建包含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)

0 个答案:

没有答案