HI All
I am using the below code but its throwing the error [SKShapeNode setColor:]: unrecognized selector sent to instance
NSString *spriteNodeName = [NSString stringWithFormat:@"tile%d",tileCount];
tileNode[tileCount] = (SKSpriteNode*)[self childNodeWithName:spriteNodeName];
tileNode[20]. color = [SKColor grayColor];