How do I get rid of the numbers in the bottom left of the screen when I am making a cocos2d game? This is probably a newb question, but still.
In appdelegate.m after didfinishlaunchingoptions.
[startUpOptions setObject:@(NO) forKey:CCSetupShowDebugStats];
setObject:@NO (It is YES by default).