groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

Crashes on OS X 10.8 #104

Open linhj07 opened 8 years ago

linhj07 commented 8 years ago

There is a crash in GRMustacheImplicitIteratorExpression.m when running on OS X 10.8. It seems that the issue is related to the initialize function in that simply modifying the function:

into:

would make it wok on OS X 10.8

groue commented 8 years ago

Hello @linhj07

I'm assuming you have a threading issue, but I'm not sure. Do you have a crash log to share, or any other information?