In SpriteKit in XCode 6, I add some nodes and some lighting inside the .sks - in the Scene editor, but they are not displayed when I run the app. What am I missing?
The z-position was causing elements to not appear. Changing the z-position did the trick of revealing the elements.