xcassets: A XXxXX app icon is required for iPhone apps targeting releases of iOS prior to 7.0

很明显是图标尺寸设置的问题。

解决:Editor > New App Icon

之后会生成一个新的完整的图标集,再把图标拖进就可以了。

另外Xcode6下新建的项目比Xcode5下多了几个@3x的图标集等,如果需要在Xcode6下新建的项目在Xcode5下没有警告,只需打开Images.xcassets下AppIcon中Contents.json删掉对应的数组元素。

时间: 2024-08-07 23:46:47

xcassets: A XXxXX app icon is required for iPhone apps targeting releases of iOS prior to 7.0的相关文章

ios App Icon 和Launch Images图标规格尺寸

程序猿们辛苦写完App马上就要上线了,提交到app store审核的时候却异常麻烦.相比安卓应用,ios对图标尺寸的要求简直丧心病狂.网上随便一搜介绍的都太复杂,自己研究了下,在xcode中就可以查看自己项目所需要的图标分辨率. ios所需要的App Icon 和Launch Images会根据应用支持的ios版本,以及支持设备是iphone,ipad还是universal有所不同.比如,我做的项目部署信息如下: 因为兼容pad和iphone,还要兼容ios6.1以上系统,所要求的图片就异常多.

error items-9022:missing required icon file.the bundle does not contain an app icon for iPhone/iPad Touch of exactly '120x120' pixels,in.pen format for ios versions >= 7.0

error items-9022:missing required icon file.the bundle does not contain an app icon for iPhone/iPad Touch of exactly '120x120' pixels,in.pen format for ios versions >= 7.0 最近提交itunesconnect应用时,有个警告说缺少120x120图标 以下是本人解决方法: 添加Icon_120x120.png-->.plist添

App Icon 和 LaunchImage 尺寸

最新的参考apple官网地址:https://developer.apple.com/library/ios/qa/qa1686/_index.html,网页下面有详细的使用方法 Table 1  iPhone-only app icon requirements. Image Size (px) File Name Used For App Store Ad Hoc 512x512 iTunesArtwork App list in iTunes Do not include Optional

【初级为题,大神绕道】The app icon set named "AppIcon" did not have any applicable content 错误#解决方案#

The app icon set named "AppIcon" did not have any applicable content 错误,怎样解决 ? 按照您的错误提示您应该是,这样设置的吧,看下下图: 如果是的话,请确保您将错有的Icon图片都拽进了Images.xcassets这个文件夹中,如下图所示: ? 如果您的Icon图片并没有在Images.xcassets文件夹中,又不想放里面请进行这样的操作,将第一张图片中的设置改为下图的设置, ? 这样问题就可以解决了. 这是我

[iOS]The app icon set named "AppIcon" did not have any applicable content.

Develop Tools: xCode 5.1 I write a demo for app settings feature. The tutorial url is here. When I add a icon into app icon and build the code, I got this error "The app icon set named "AppIcon" did not have any applicable content.". I

The app icon set named "AppIcon" did not have any applicable content.

Develop Tools: xCode 5.1 I write a demo for app settings feature. The tutorial url is here. When I add a icon into app icon and build the code, I got this error "The app icon set named "AppIcon" did not have any applicable content.". I

The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixels, in .png format for iOS versions < 7.0”

用Xcode6 或 Application Loader发布时总是提示“Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixels, in .png format for iOS versions < 7.0” 修改 deployment info 中 target The bundle does not contain

The app icon set &quot;AppIcon&quot; has an unassigned child告警

The app icon set "AppIcon" has an unassigned child告警 原因:AppIcon 图片集里有或曾经有未分配的图片 相关告警: The app icon set "AppIcon" has an unassigned child 解决办法:打开images.xcassets,删除AppIcon set中底部的unassignes栏目 相关告警:The app icon set "AppIcon" has

iOS App Icon图标 尺寸规范

Commit to AppStore:1024*1024 //for App Icon[email protected]:180*180 //iPhone 6 Plus (@3x)[email protected]:120*120 //iPhone 6 and iPhone 5 (@2x)[email protected]:152*152 //iPad and iPad mini (@2x)Icon-76.png:76*76 //iPad 2 and iPad mini (@1x)Icon.pn