ionic3 - Invalid App Store Icon. The App Store Icon in the asset catalog in 'YourApp.app' can't be transparent nor contain an alpha channel

后端 未结 4 2073
既然无缘
既然无缘 2021-02-19 08:54

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

4条回答
  •  Happy的楠姐
    2021-02-19 09:31

    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 "{}" \;
    

提交回复
热议问题