im using spritebuilder to build a game. ive created a new scene called GameOverScene. in the scene i have 2 CCButtons, a CCLabel called highscore, a CCNodeGradient and an image called apple. When i run my project in xcode everything appears apart from the apple image. xcode throws the this error cocos2d: Warning: File not found: ccbResources/apple.jpg
but the file is located exactly where xcode is telling me it cant find it.
any ideas on how to solve this problem?