5

今天我得到一个解释错误:)只有一个问题:我不明白:(那么当我得到这个错误时我做错了什么?

2012-04-30 03:04:35.737 Barz[21961:11903] An instance 0x7491960 of class BarAnnotation was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x74a18b0> (
    <NSKeyValueObservance 0x74a1700: Observer: 0x747f2b0, Key path: coordinate, Options: <New: NO, Old: NO, Prior: YES> Context: 0x0, Property: 0x74a11c0>
    )

并不是说我没有手动添加任何观察者,我只是在方法 viewWillAppear 中将“BarAnnotation”(我的自定义 MKAnnotation)删除并添加到我的 mapView?我也不太确定我是否理解谁在观察谁:我的 mapView 是否在观察所有的 MKAnnotations?还是我的 mapViewController(== mapView 的代表)在观察?如果我禁用拖动,为什么会这样?

希望有人可以帮助我并回答其中一些问题:)

4

1 回答 1

3

我已经看到当注释的坐标无效时会发生这种情况。你检查过吗?

于 2012-07-14T02:41:29.450 回答