Having an issue on iOS with SpriteKit.
let image = UIImage.init(named: "ball.png")!
let ballBody = SKPhysicsBody(texture: SKTexture.init(image: image), size: image.size)
PhysicsBody: Could not create physics body.
why? the bug happens in simulator random times when I run the game.