Hi, sthis is very annoying, since now my values are stored as if they contain somethin by default (like in c). All my OO stuff are now broken since my delegate are always somethin. I was wonderin why XCode do this to me, since by default XCode always set the variable value to 0 or nil.
So if i do NSArray* anArray; and then NSLog(%@"%@", anArray);
It could crash or log hasard last allocated memory. This is very frustrating