Running the Asteroid Blaster tutorial in Xcode 9.2 playground doesn't render scene. Had to search on google for "Playground live view is black" and found a StackOverflow answer that fixed my issue.
Visit https://stackoverflow.com/questions/43020859/xcode-8-playground-live-view-doesnt-work/43022086
PlaygroundPage.current.needsIndefiniteExecution = true
Running the Asteroid Blaster tutorial in Xcode 9.2 playground doesn't render scene. Had to search on google for "Playground live view is black" and found a StackOverflow answer that fixed my issue.
Visit https://stackoverflow.com/questions/43020859/xcode-8-playground-live-view-doesnt-work/43022086
PlaygroundPage.current.needsIndefiniteExecution = true