My Project is with non-ARC and i integrated DDmathParser library in it. I have one UIslider range values from 0-100. When i slide it and changed value passed to DDmathParser for evaluate it works for 2-3 times and suddenly crash with following error.
-[CFCharacterSet characterIsMember:]: message sent to deallocated instance
My Project is with non-ARC and i integrated DDmathParser library in it. I have one UIslider range values from 0-100. When i slide it and changed value passed to DDmathParser for evaluate it works for 2-3 times and suddenly crash with following error.
-[CFCharacterSet characterIsMember:]: message sent to deallocated instance
Please help.