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
I came across issue #74 when my app was automatically rejected, so I installed the latest HEAD to get the fix with this command:
brew install --HEAD mogenerator
After, mogenerator no longer generates the problematic -primitiveType and -setPrimitiveType: methods, and outputs warnings to that effect, good. But, it still generates the following two methods:
I'm updating our app and just re-generated our model classes using 1.28. I am running into this issue where the code doesn't compile because it references the non-existent methods primitiveType and setPrimitiveType. What is the best workaround for this issue?
I came across issue #74 when my app was automatically rejected, so I installed the latest HEAD to get the fix with this command:
After, mogenerator no longer generates the problematic
-primitiveType
and-setPrimitiveType:
methods, and outputs warnings to that effect, good. But, it still generates the following two methods:Since these refer to the now non-existent methods, it fails to compile.
I was reading at the comments on cd9809d but I couldn't quite figure it out—do I need to do something with templates?
The text was updated successfully, but these errors were encountered: