libMobileGestalt MobileGestaltSupport.m:153 MobileGestalt.c:550 Xcode Console

前端 未结 4 2084
悲哀的现实
悲哀的现实 2020-12-04 23:56

I am getting Following messages on Xcode Console View

  • libMobileGestalt MobileGestaltSupport.m:153: pid 231 (myproject) does not have sandbox access for frZQ

4条回答
  •  天命终不由人
    2020-12-05 00:37

    I am getting the same issue when trying to display the GoogleMap using GMSMapView. but it is just a warning (I still don't know how to get rid of it). What i wanted to say is the Google Map view display and functionality works fine with this warning too. (I checked in IOS 10.3)

    check if you are trying to display the map in a subview there is a separate way to display (This is an easy guide i found - http://www.ryanwright.me/cookbook/ios/obj-c/maps/gmap/subview)

    otherwise try

    self.view = gmsMapView;

提交回复
热议问题