nested-functions

error: nested functions are disabled, use -fnested-functions to re-enable

I'm getting error: nested functions are disabled, use -fnested-functions to re-enable. Could be a syntax. I just can't wrap my head around it. - (NSArray *)sortedVariants { NSInteger alphabeticSort(id object1, id object2, void *reverse) { if ((NSInteger *)reverse == NO) { return [[object1 name] localizedCaseInse...