您的位置:首页 > 移动开发

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

2014-06-08 11:22 676 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐