Cocos2d: Get data from file(res/Teapot.png) failed!

Errors I’m getting:

Cocos2d: Get data from file(res/Teapot.png) failed!
Cocos2d: ERROR: SpriteFrame NULL

Not sure what’s going on when using the image path from CocosBuilder. I’ve uploaded my iOS project on github, along with the CocosBuilder project. As you can see on the device the label shows up fine, but it is missing the teapot.

CocosBuilder Screenshot:

iOS Screenshot:

Have you set your search path?

I set mind based upon design resolution.

getFileUtils()->setSearchPaths(searchPaths);

file names are case sensitive too.

“carrot.png” is not the same as “Carrot.png” for example