這就是返回錯誤__strong:「神聖的運行上的表達,蝙蝠俠」初始化NSMutableArray的不兼容的類型的空
NSMutableArray *newArray = [[[NSMutableArray alloc] initWithArray:[NSJSONSerialization JSONObjectWithData:[[[appDelegate.Matches objectAtIndex:(NSUInteger)indexPath] objectForKey:@"chat"] dataUsingEncoding:NSUTF8StringEncoding] options:NSJSONReadingMutableContainers error:nil]] addObject:[NSDictionary dictionaryWithObjectsAndKeys:message, @"message", [NSString stringWithFormat:@"%llu", appDelegate.userId], @"id", nil]];
你真的應該減少這條線的長度。如果需要使用額外的變量 - 有助於可讀性。 – Anurag
不僅可讀性好,而且調試。您實際上可以看到您在此調用的〜10種方法中的哪一個是罪魁禍首 – Sean
第21屆國際混淆C代碼競賽即將到來...... http://www.ioccc.org/。你真的應該考慮進入。 –