Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Harry Bell
Harry Bell
1,256 Points

SpriteKit Simulator black

I have just finished the Title Scene section of the sprite kit course of making a game with spritekit however when i try to run the application the simulators background is black and Xcode highlights in green:

NSData *data = [NSData dataWithContentsOfFile:nodePath

in the GameViewController.m

does anyone know what is happening? I am using Xcode 6

Justin Whedon
Justin Whedon
19,811 Points

I'm having similar issues... build succeeds, but after the initial launch screen it goes grey instead of showing my splash image?