Max number of elements for +(id)arrayWithObjects:
I have a problem with this statement: self.arraySpec = [NSArray arrayWithObjects: @"AL开发者_如何转开发Z", @"Area", @"BST", @"CSO", @"GLL", "GNO", "LGO", @"PAS", @"PLE", @"PTA", @"PZA", @"RIP", @"SDA", @"VIA", @"VLE", @"VLO", nil];
With the hybrid compiler the apps freeze, instead pure llvm show a bad access.
There's something I need to know about it?
"GNO"?? "LGO"?? I think you need to check your syntax, you appear to be missing some @ symbols!
精彩评论