PFObject作为MKAnnotation导致NSInternalInconsistencyException

时间:2017-12-11 16:53:18

标签: ios parse-platform mkannotation

我有一个符合MKAnnotation的PFObject子类,它适用于向地图视图添加注释,并开始拖动注释,但是一旦我停止拖动,应用程序崩溃时会出现以下异常:

NSInternalInconsistencyException', reason: 'Getter should take no arguments!

我已经将崩溃追踪到[PFObject forwardInvocation],导致[PFObjectSubclassingController _forwardGetterInvocation:forProperty:withObject:],但我无法弄清楚调用forwardInvocation的是什么。

有人有什么想法吗?

1 个答案:

答案 0 :(得分:0)

发现问题...我需要在自定义类中声明setCoordinate:(CLLocationCoordinate2D)newCoordinate方法。糟糕。