davedelong / DDMathParser

String → Number
MIT License
856 stars 153 forks source link

App crash #87

Closed ssmali1505 closed 10 years ago

ssmali1505 commented 10 years ago

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.

davedelong commented 10 years ago

DDMathParser requires ARC. You can add the -fobjc-arc flag to the relevant DDMathParser files in your "Compile Sources" build phase.

ssmali1505 commented 10 years ago

Thanks for reply. I did this already but no luch.