-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transformable relationships generates with missing space #97
Comments
NSObject *something to idsomething |
having this issue too with a Transformable UIImage attribute |
I fixed this by adding a space to my machine.h.motemplate file. (It's found in "~/Library/Application Support/mogenerator" unless you're specifying a different location.) Change line 35 from
to
And line 37 from
to
Note that you can modify these files without having to upgrade (or downgrade) your mogenerator install. |
@RobotK Thanks! - just updated to 1.2.5 and came searching here after my colleague mentioned it was something he had to manually fix |
@RobotK Thanks. I implemented those changes on my templates and worked like a charm. Closing the issue. |
[FIX] Missing space in transformable relationships. issue #97 (Kris Markel)
[FIX] Missing space in transformable relationships. issue rentzsch#97 (Kris Markel)
Noticed the missing space after "id":
http://cl.ly/3a3W3z2M1N2Q0f3G2110
Should be "id extraFields" instead of "idextraFields". This happened to several other relationships of Transformable type.
Running Xcode 4.3.1 with 5.1 SDK and 1.25 version of mogenerator. If this can't be resolved, please let me know how to uninstall 1.25 so I can install 1.24 again. Thanks!
The text was updated successfully, but these errors were encountered: