ESTDateRule hourBetween:and:]: unrecognized selector sent to class

Hi,
I make two rule with ESTProximityRule.outsideRangeOfNearableIdentifier and ESTDateRule.hourBetween:and.

Same as this code.

But I got error like
beaconStickers[693:132809] +[ESTDateRule hourBetween:and:]: unrecognized selector sent to class 0x10018aaa8
2017-03-29 19:09:59.914921 beaconStickers[693:132809] *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: '+[ESTDateRule hourBetween:and:]: unrecognized selector sent to class.
I got Thread 1 signal SIGABRT in AppDelegate.

Please help.

Hi,

I also try to run Estimote SDK’s nearable triggersExample-Swift code but I got same error.
When I turn on switch for reminder at that time app is crashed and showed Thread 1 signal SIGABRT in AppDelegate.

If Anyone know the solution then please share it.