You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
Hi,
I'm trying to generate my core data with mogen and i get this error
That is normal or not ?
Thank you by advance
The text was updated successfully, but these errors were encountered: