我正在运行Xcode 4.3.2.我正在尝试构建我的归档项目,但我一直无法弄清楚如何使图标正常工作.我最初的目标是让它构建 - 我不在乎我是否有漂亮的图标.这是一个通用的应用程序.
互联网上有很多关于手动编辑你的plist的信息,我在摘要中看到有些地方可以定义你的图标,但它们都不适用于我.
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007)
Unable to validate your application. - (null)
warning: iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found.  You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon.png that is 57x57 (-19013)
Unable to validate your application. - (null)
warning: iPad: Info.plist: Unable to verify icon dimensions, no icon found.  You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon-72.png that is 72x72 (-19013)
Unable to validate your application. - (null)