Could not cast value of type \'UIView\' (0x112484eb0) to \'SKView\' (0x111646718). I keep on getting this error. Can anyone help me because the line of code is there by defa
Simple fix. You just have to change the View in which every view controller your using from UIView to SKView.