开发者

Icon specified in the Info.plist CFBundleIconFile does not have an extension

开发者 https://www.devze.com 2023-01-15 10:34 出处:网络
when i want to send my app to itunesconnect from applicationloader occur below error how to solve it ?

when i want to send my app to itunesconnect from applicationloader occur below error how to solve it ?

Icon specified in the Info.plist CFBundleIconFile does not have an开发者_运维知识库 extension


When you added the icon file (CFBundleIconFile) you have to save it with the .png at the end of it. So if it was called Filename it needs to be Filename.png in your info plist.

0

精彩评论

暂无评论...
验证码 换一张
取 消