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 2164
遇见更好的自我
遇见更好的自我 2021-02-19 09:18

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条回答
  •  有刺的猬
    2021-02-19 09:36

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

提交回复
热议问题