码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2016-01-08 20:10:13      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:

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.

 

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

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

标签:

原文地址:http://www.cnblogs.com/isItOk/p/5114315.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!