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

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.

[iOS]The app icon set named "AppIcon" did not have any
applicable content.,布布扣,bubuko.com

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

时间: 2024-12-31 02:42:05

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

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 错误#解决方案#

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

iOS项目设置icon时遇到的错误(一)

在直接从文件夹中拖拽不同尺寸的图标到项目相册里对应的位置时,再次运行之后会发生如下错误提示:The app icon set named "Appicon" did not have any applicable content. 出现这样的问题原因有几种情况:1.图标尺寸不正确;2.图标没有放入Images.xcassets文件夹中. 解决问题也很简单,第一种方法不多阐述,第二种方法,在如图所示的位置中选择 Don't use asset catalogs 这个选项,然后重新运行即可

iOS获取app图标和启动图片名字(AppIcon and LaunchImage's name)

在某种场景下,可能我们需要获取app的图标名称和启动图片的名称.比如说app在前台时,收到了远程通知但是通知栏是不会有通知提醒的,这时我想做个模拟通知提示,需要用到icon名称:再比如在加载某个控制器时,想设置该控制器的背景图片为启动图片,需要用到启动图片名称. 而事实上icon图片放在系统AppIcon文件夹里,启动图片放在系统LaunchImage文件夹里,取这些图片的名称和其他一般资源图片名称不一样. 为了方便举例子,咱们先简单粗暴点 假设当前项目只支持iPhone设备,并且只支持竖屏:而

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添

iOS端App的icon和Launch Image规格实时更新

启动影像 : iPhone :320 x 480 640 x 960 640*1136 750*1334 1242*2208  iPad :768 x 1004 1536 x 2008 APP图标: iPhone:120 x 120 180 x 180 iPad:76 x 76 152 x 152 App Store商店:1024 x 1024 Spotlight搜索小图标: iPhone:80 x 80 120 x 120 iPad:50 x 50.29 x 29  100 x 100.58

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

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