I'm trying to call the labelWithString function and I'm getting the following run-time errors:
Error: CGContextSetGrayFillColor: invalid context 0x0
Error: CGContextTranslateCTM: invalid context 0x0
Error: CGContextScaleCTM: invalid context 0x0
This is the line of code that I tracked it down to:
self.label = [CCLabel labelWithString:@"" fontName:@"Arial" fontSize:32];
Any help on the matter would be appreciated.