2013-09-27 35 views
1

我上传的iOS应用缺少建议图标文件的XCode 4

Missing recommended icon file - The bundle does not contain an app icon for iPhone/iPod Touch of exactly '120x120' pixels, in .png format. 
Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format. 
Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format. 

后收到这样的警告我知道如何添加使用XCode5这个图标,但应用程序需要在待建的XCode 4.6

我的2个问题:

有没有什么办法XCode中添加4这些图标?

Apple会拒绝带有此警告的二进制文件吗?

在此先感谢。

+0

为什么应用程序需要内置在Xcode 4.6? (而不是在Xcode 5中构建并针对给定的iOS版本?) –

回答

1

两个步骤:

A.将图标文件添加到您的包中。

B.将图标文件名添加到plist。

按照这些从Appe's doc