I\'ve downloaded macOS Sierra 10.12 and put it into an VMWare machine. Everything running well, but at xCode, using SpriteKit, whenever I try to open the
SpriteKit
I can't help with your crash, but you can change the Anchor Point within code like this...
GameScene.swift
override func viewDidLoad(){ self.anchorPoint = CGPoint(0,0) }