You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
The CopyPNGFile rule invokes a tool copypng to do the actual copying. Xcode's version of copypng here is a Perl script that optionally invokes pngcrush. I expected xcbuild to have something similar, but xcbuild doesn't seem to bundle a copypng at all, so the CopyPNGFile rule simply fails.
The text was updated successfully, but these errors were encountered:
I'm not sure offhand what xcbuild should do about pngcrush here. Perhaps just assume it's in the path if compression is requested. Apple's copypng also adds the -iphone flag but I think that's specific to Apple's bundled pngcrush so a copypng provided by xcbuild should probably skip that flag.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
CopyPNGFile
rule invokes a toolcopypng
to do the actual copying. Xcode's version ofcopypng
here is a Perl script that optionally invokespngcrush
. I expected xcbuild to have something similar, but xcbuild doesn't seem to bundle acopypng
at all, so theCopyPNGFile
rule simply fails.The text was updated successfully, but these errors were encountered: