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

前端 未结 15 1535
滥情空心
滥情空心 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:28

    Error is coming up because the App Store is checking names of icon files based upon yourProject-info.plist. If they don't match, error message.

    To resolve this issue: Go to yourProject-info.plist in xcode and check BOTH "icon-files" and "icon-files(IOS5)" arrays. You'll want to make sure that each string corresponds with the icon files you have in the file directory.

    Change or delete mismatched string names (I had to delete a blank string). Rebuild. As other posters have noted, names are case-sensitive, so be mindful of that too.

提交回复
热议问题