My ionic3 project build IOS successed, but when I upload it to itunes connect error showing
then I try follow this ANSWER, but showing this for me find: c
find: c
The find command syntax is not correct, this way you get the message, this how you should use find command :
find . -type f \( -iname \*.png \) -exec convert "{}" -alpha off "{}" \;