首页 > 代码库 > [iOS]The app icon set named "AppIcon" did not have any applicable content.
[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.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。