mogenerator
mogenerator copied to clipboard
Assertion failed: (property)
Hi, I'm trying to generate my core data with mogen and i get this error
Assertion failed: (property), function -[NSEntityDescription(customBaseClass) _resolveKeyPathType:], file /tmp/mogenerator20160407-2387-9yl841/mogenerator-1.30.1/mogenerator.m, line 313.
That is normal or not ? Thank you by advance
I'm having exactly the same problem with mogenerator 1.30.1. I have simply added a fetch request template for the first time and started getting this error since next build.
It turns out that was a problem in a predicate that I used in the fetch request template - one of the parameters had its name spelled wrong.
I think it would be much nicer if mogenerator showed an error in this case instead of an assert failure, otherwise someone may think it's a bug in mogenerator (like me).