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
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:
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:
{
instance = [[self alloc] init];
}
into:
{
instance = [[self alloc] init];
}
would make it wok on OS X 10.8
The text was updated successfully, but these errors were encountered: