There was an Apple-customized version of pngcrush
in every version of Xcode before 4.3. I can\'t find it in Xcode 4.3. Is it still available as a standalone e
If you are using app crush.rb with Xcode 4.3, and you get the error:
sh: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush: No such file or directory
As Yozone said, change the first declaration to:
pngcrush = '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush'
That will point to the new location of the Xcode files.