Open Xcode and select Create a new Xcode Project.
Now select iOS > Application on the left and Game on the main selection area.
Press Next.
Product Name the name of your first great game.Organization Name the name of your company (or simply your own name).Organisation Identifier should contain your reversed domain name (www.yourdomain.com becomes com.yourdomain). If you don't have a domain write anything you want (this is just and test).Swift, SpriteKit and iPhone.Press Next.
Select a folder of your Mac where you want to save the project and click on Create.
Congrats, you create your first Game with SpriteKit! Just press CMD + R to run it into the simulator!