I have source code of a iOS game built in cocos2d and working on reskinning it. Optimized sprite sheets are made by TexturePacker which are generated by script and are taken from .plist file.
While reskining app, i have replaced these images from the app folder,but after running app older images displayed in app. Normal images (which are not optimised via TexturePacker) such as background , icon files are reflecting properly.
Also while compiling app i am getting following error but app runs displaying older images: :
/WORK/App_Name/PackTextures.sh: line 12: /usr/local/bin/TexturePacker:
No such file or directory
/WORK/App_Name/PackTextures.sh: line 19: /usr/local/bin/TexturePacker:
No such file or directory
/WORK/App_Name/PackTextures.sh: line 26: /usr/local/bin/TexturePacker:
No such file or directory
file "PackTextures.sh" is present in mentioned directory. My question is: How to replace images used by TexturePacker or ?