我正在编写一个允许用户拖动注释的 MKMapKit 应用程序。一切似乎大部分都正常工作,但它时不时地崩溃并显示以下消息:
2009-09-27 12:34:18.903 iParkNow![7181:207] *** -[LBSGAddressComponent _mapkit_cache_heapTime]: unrecognized selector sent to instance 0x195320
2009-09-27 12:34:18.907 iParkNow![7181:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[LBSGAddressComponent _mapkit_cache_heapTime]: unrecognized selector sent to instance 0x195320'
我没有运气在谷歌上搜索有用的信息,iphone 论坛也没有任何用处。我没有附加任何代码,因为它有点长。只是想知道是否有人知道会导致此错误的原因。提前致谢!