AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

Fix for Validations cause EXC_BAD_INSTRUCTION #78

Closed neilabdev closed 10 years ago

neilabdev commented 10 years ago

See Issue: https://github.com/AlexDenisov/iActiveRecord/issues/66

It appears that KVC valueForKey may not work with dynamic methods.

AlexDenisov commented 10 years ago

We can’t automatically merge this pull request. Use the command line to resolve conflicts before continuing.

Could you fix it?

neilabdev commented 10 years ago

Just merge it with your master, should work now...

AlexDenisov commented 10 years ago

Thank you!

neilabdev commented 10 years ago

Happy to contribute!