问题描述
我有一个用Xcode4构建的iOS 4.3 iPhone应用程序,我通过Application Loader应用程序提交。我不断收到此错误:
I have an iOS 4.3 iPhone app built in Xcode4 that I'm submitting through the Application Loader app. I keep getting this error:
在顶级应用包装器下找不到Info.plist中指定的图标:iTunesArtwork
Icon specified in the Info.plist not found under the top level app wrapper: iTunesArtwork
我确实有以下设置:
- 根文件夹中的iTunesArtwork(没有扩展名的JPEG)
- 资源文件中的iTunesArtwork参考
- 512x512图像大小
- '项目0;在info.plist中的'Icon Files'数组下
- iTunesArtwork (JPEG with no extension) in root folder
- iTunesArtwork reference in Resources file
- 512x512 image size
- 'Item 0; under 'Icon Files' array in info.plist
我可以说,上面的内容与iTunesArtwork完全一样。我错过了哪些想法?
Far as I can tell, the above is exactly as it should be for the iTunesArtwork. Any ideas which step I missed?
推荐答案
iTunesArtwork应该是一个PNG文件,你不应该把它包含在图标文件中info.plist。
iTunesArtwork should be a PNG file and you shouldn't include it in the Icon Files in info.plist.
您可以在以下Q& A文章中找到有关应用程序图标的所有信息。
Everything you need to know about app icons can be found in the following Q&A article.http://developer.apple.com/library/ios/#qa/qa1686/_index.html
这篇关于iTunesArtwork打破发布提交到应用商店的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!