使用 MKMapView 从 iPhone 模拟器获取有趣的控制台消息
大家好,我正在运行 OS X 10.6.4 和 Xcode 版本 3.2.4,并且有一个使用 MKMapView 以及 MKOverlays 和 MKAnnotations 的应用程序。在地图视图中时,移动地图(在叠加层和注释的查看屏幕中进出)会导致控制台上弹出以下几行内容:
/SourceCache/GoogleMobileMaps_Sim/GoogleMobileMaps-257/googlenav/mac/Loader.mm:172 Incorrect protocol version. We got 15464, but were expecting 14.
这些消息不会导致应用程序崩溃或执行任何操作有所不同,但我想知道它们的含义以及是否有任何方法可以摆脱它们。谢谢。
Ey guys, I am running OS X 10.6.4 with Xcode version 3.2.4 and have an app that uses the MKMapView with MKOverlays and MKAnnotations. When in the map view, moving the map around(in and out of the viewing screen for both overlays and annotations) caused a few of these lines to pop up on the console:
/SourceCache/GoogleMobileMaps_Sim/GoogleMobileMaps-257/googlenav/mac/Loader.mm:172 Incorrect protocol version. We got 15464, but were expecting 14.
These messages didn't cause the application to crash or act any differently, but I was wondering what they meant and if there was any way of getting rid of them. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像是苹果留下的一些调试残渣——我也看到过同样的事情。我根本不会担心。
Looks like some debugging cruft left behind from Apple -- I've seen the same thing. I would not worry about it at all.