NSPredicate With FUNCTION Not Working

后端 未结 2 590
-上瘾入骨i
-上瘾入骨i 2020-12-06 22:45

My predicate keeps on crashing my app with the message Unsupported function expression FUNCTION(SELF, \"filterDistanceWithLatitude:\" , latitude, longitude). Do

2条回答
  •  庸人自扰
    2020-12-06 23:01

    'filterDistanceWithLatitude:' probably should be 'filterByDistanceWithLatitude:'

提交回复
热议问题