Present a scene for Apple Watch

Hi guys,


i have been bulding my iOS app for watchOS too using SpriteKit. I deleted the .sks file and i wanna present the .swift file scene on the watchOS view but it doens't work. If i delet the .sks file and i run the simulation the scene is empty.

Someone can kindly explain to me how to present a new scene using SpriteKit for watchOS?


http://oi64.tinypic.com/zjgcnp.jpg


Best Regards.

You should start a new project, choose the Cross Platform Sprite Kit one and that has the Watch setup already in place. You'll see in the GameScene.swift file there's a few places where the code is running on the Watch OS only.

Present a scene for Apple Watch
 
 
Q