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: convert: No such file or directory
EDIT:
I installed imagemagick
using npm install imagemagick
not brew install imagemagick
then running find ./resources/ -name "*.png" -exec convert "{}" -alpha off "{}" \;
showing find: convert: No such file or directory
.