I'm using a Sprite sheet that I've made using Zwoptex and have made the fishieSwim-hd.plist and the fishieSwim-hd.png files, have included them in my project, they're in my resources folder, and yet for some reason I keep getting the error messages below in my debugging output:
cocos2d: CCFileUtils: Warning HD file not found: fishieSwim-hd.plist
cocos2d: CCSpriteFrameCache: Trying to use file 'fishieSwim.png' as texture
CCFileUtils: Warning HD file not found: fishieSwim-hd.png
cocos2d: CCTexture2D. Can't create Texture. UIImage is nil
cocos2d: Couldn't add image:fishieSwim.png in CCTextureCache
cocos2d: CCSpriteFrameCache: Couldn't load texture
cocos2d: CCFileUtils: Warning HD file not found: fishieSwim-hd.png
Does anyone have any ideas how to fix this? I'd really appreciate the help