Core Data Predicate using Between with Dates error
I have done some searches but I cannot seem to find an answer to my exact problem.
I am using Core Data and a predicate with my FetchedResultsController. The predicate has a BETWEEN with it and is given an array of Dates (2 dates) I am pretty sure this was all working before.
I get an exception that reads:
[__NSDATE constantValue] invalid selector sent to instance.
Anybody with help on how to setup a predicate with a BETWEEN clause passing in two dates is greatly appreciated.
|