Game Scene cannot be constructed because it has not accessible initializers
问题 Xcode is dropping an error and I dont know how to solve it. Maybe someone can give me a hand or a good hint? Here is my code that is working within my Game Scene: var currentLevel: Int = 1 var platforms: PlatformsNode! var platformNode1: PlatformNode! var platformNode2: PlatformNode! var platformNode3: PlatformNode! var platformArray = [SKNode]() let passenger = SKSpriteNode(imageNamed: "passenger") var passengerNumber:Int = 1 var startPlatform = [3, 3, 2, 1, 2] var destinationPlatform = [1,