What does it mean.
I have searched along the forum but i haven't found no answer.
On Xcode 8.0 (not GM or beta) the message appears in console every time in the code there is a line that uses an Init functions for SKNode, SKAction, etc... like the following :
node = SKSpriteNode(texture: texture, color: SKColor.clear, size: texture.size()) animation = SKAction.repeatForever(SKAction.animate(with: walkFrames!, timePerFrame: 0.1))
Does anyone else have the same problem?