Problem with Icon.png (Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007))

前端 未结 26 1370
一生所求
一生所求 2020-12-06 09:51

I\'m putting together a universal app and I have the icons in my project, but I keep getting a warning from the compiler in regards to Icon.png.

I followed the instr

26条回答
  •  再見小時候
    2020-12-06 10:21

    I have same problem and find a solution works for me. Please try below steps:

    • Build > Clean All Targets
    • Renamed Icon.png to xcon.png
    • Renamed xcon.png to Icon.png
    • Build > Build and Archive
    • Resubmitted to iTunes connect - success!

    Mostly do nothing but change the name of the Icon.png and change it back, but it works!

    I have tried to use a 512*512 Icon.png for learning, but I copy a new one of 57*57 back later, then the issue come out, I think maybe it's the reason of this issue.

    I am new on mac. My XCode4 crashes about 10 times a day. I am missing Visual studio.

提交回复
热议问题