- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我在 Xcode 控制台 View 上收到以下消息
libMobileGestalt MobileGestaltSupport.m:153: pid 231 (myproject) 确实没有 frZQaeyWLUvLjeuEK43hmg 的沙盒访问权限,并且不是适当的标题
libMobileGestalt MobileGestalt.c:550:无法访问 InverseDeviceID(见)
MacOs Sierra 版本:10.12.4Xcode 版本 8.3编程语言:Objective C
我在应用程序启动后收到此消息,设备在运行应用程序时插入了 xcode。这似乎是一个罕见的问题。任何人都可以帮我解决这个问题吗?
最佳答案
我也有类似的问题:
2017-08-04 12:02:44.936288+0100 Demos[1112:472604] libMobileGestalt MobileGestaltSupport.m:153: pid 1112 (Demos) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled
2017-08-04 12:02:44.936524+0100 Demos[1112:472604] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see )
2017-08-04 12:02:44.970997+0100 Demos[1112:472749] [INFO] {DefaultFileSource}[Database]: cannot open file at line 38277 of [0e5ffd9123] (Code 14)
2017-08-04 12:02:44.971157+0100 Demos[1112:472749] [INFO] {DefaultFileSource}[Database]: [0e5ffd9123]:38277: (0) open(/var/mobile/Containers/Data/Application/735DAEF4-D6F0-4565-A89E-4FA3A377485B/Library/Application Support/navenio.Demos/.mapbox/cache.db) - (Code 14)
最后我点击了那里指示的链接:rdar://problem/11744455,它为我指明了正确的方向。就我而言,这与用户使用其位置的权限有关:
I've managed to solve the same problem for MKMapView. Apparently, that happens when your app's current permissions state doesn't correspond to entitled (declared in Info.plist) one. That effecively means that you need to call APIs to gather user's permissions explicitly and preemptively. (E.g. LocationManager.requestWhenInUseAuthorization before displaying a map with user location on it)
也许你的情况不同。但是,该链接中仍然涵盖了很多案例。
关于ios - libMobileGestalt MobileGestaltSupport.m :153 MobileGestalt. c:550 Xcode 控制台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43227082/
当我尝试在装有 iOS10.3 的 iPhone7+ 上使用 OpenGLES 时,每个应用程序都会出现这种情况。但它在我的 iPhone7 iOS10.1 上运行没有任何问题。 这是我收到的消息:
我正在使用 MapKit显示两个注释和它们之间的距离。一切正常,但我一直在控制台上收到此错误。 MobileGestalt.c:1647: 无法检索区域信息 有谁知道是什么原因造成的?可能是.plis
关闭。此题需要details or clarity 。目前不接受答案。 想要改进这个问题吗?通过 editing this post 添加详细信息并澄清问题. 已关闭 3 年前。 Improve th
关闭。这个问题需要details or clarity .它目前不接受答案。 想改进这个问题吗? 通过 editing this post 添加细节并澄清问题. 关闭 2 年前。 Improve t
我在 Xcode 控制台 View 上收到以下消息 libMobileGestalt MobileGestaltSupport.m:153: pid 231 (myproject) 确实没有 frZQ
我是一名优秀的程序员,十分优秀!