Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 676 Bytes

troubleshooting.md

File metadata and controls

12 lines (7 loc) · 676 Bytes

GRMustache Troubleshooting

  • GRMustache does not render my object keys.

    Check that you have declared Objective-C properties (with @property) for those keys.

    For security reasons, GRMustache, starting v7.0, does not blindly run the valueForKey: method when accessing keys. Check the Runtime and the Security Guides for more information.

  • I get "unrecognized selector sent to instance" errors.

    Check that you have added the -ObjC option in the "Other Linker Flags" of your target (how to).