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.".

In this URL, I got the root cause.

Reason: iOS app must mach the iOS icon size policy in here.

Solution:

1.Delete App Icon segment in Images.xcassets.

2.Create a new App Icon segment in Images.xcassets. (It will add all iOS device icon size needness)

3.Modify the icon size to mach the icon size.

4.Drop into the icon set.

5.Rebuild.

这个东西  不知道啥时候开始 图标都严格要求了,之前记得随便拖一个到里面就能用的,现在却要严格 要求。

时间: 2024-10-10 06:50:55

The app icon set named "AppIcon" did not have any applicable content.的相关文章

【初级为题,大神绕道】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 "AppIcon" 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

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删掉对应的数组元素.

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

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

App Icon and Launch Images for iOS7.0 or Later

App Icon and Launch Images for iOS7.0 or Later 1.App Icon File Name File Size(px) Used For [email protected] 58 x 58 Spotlight and Settings on devices with retina display [email protected] 87 x 87 Settings on iPhone 6 Plus [email protected] 80 x 80 S

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