标签: sprite-kit swift2
每当我尝试在手机上运行我的应用时,它会因以下错误而崩溃:
[SKPhysicsBody bodyWithTexture:size:]: unrecognized selector sent to class 0x3989f880.
我知道因为这行代码而发生了
object.physicsBody = SKPhysicsBody(texture: SKTexture(imageNamed: "object"), size: object.size)
我该如何解决这个问题?