Develop Tools: xCode 5.1php
I write a demo for app settings feature. The tutorial url is here. html
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.".ios
In this URL, I got the root cause.app
Reason: iOS app must mach the iOS icon size policy in here.ui
Solution: this
1.Delete App Icon segment in Images.xcassets.url
2.Create a new App Icon segment in Images.xcassets. (It will add all iOS device icon size needness)code
3.Modify the icon size to mach the icon size.htm
4.Drop into the icon set.blog
5.Rebuild.