GRMustache icon indicating copy to clipboard operation
GRMustache copied to clipboard

Crashes on OS X 10.8

Open linhj07 opened this issue 8 years ago • 1 comments

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:

  • (void)initialize { instance = [[self alloc] init]; }

into:

  • (void)load { instance = [[self alloc] init]; }

would make it wok on OS X 10.8

linhj07 avatar Mar 17 '16 12:03 linhj07

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?

groue avatar Mar 17 '16 13:03 groue