Icon specified in info.plist not found under the top level app wrapper

前端 未结 15 1558
滥情空心
滥情空心 2020-12-15 16:44

I\'m trying to upload my binary to iTunes Connect using Applicaton Loader. When I select the file and hit send, it sends for about a second and then this error pops up,

15条回答
  •  天命终不由人
    2020-12-15 17:41

    The .plist is case-sensitive when validated and archived for upload to the App Store.

    If you have this in the .plist:

    icon-72@2X.png
    

    the file name can not be

    icon-72@2x.png
    

    owing to the the case change of the x character .

提交回复
热议问题