I am getting the following error when I try to run one of the View Controllers I hooked up to the default GameScene.swift file.
fatal error: NSCoder not supported:
required init(coder aDecoder: NSCoder) {
fatalError("NSCoder not supported")
}
I am intending to use SpriteKit, so that's why I was prompted to use the required initializer, but I am not sure why this is causing a problem.