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.

最新文章

  1. sh4.case语句
  2. simvision使用
  3. html学习心得
  4. 转换Excel表格到MarkDown:exceltk
  5. JavaScript入门(1)
  6. Silverlight 结合ArcGis 在地图画面上显示名称+ 点选图层事件委派
  7. 注册表检测office版本
  8. jQuery之文档处理
  9. 【HNOI 2018】转盘
  10. fragment The specified child already has a parent. You must call removeView()
  11. hdu 6315 Naive Operations (2018 Multi-University Training Contest 2 1007)
  12. OpenCV中对Mat里面depth,dims,channels,step,data,elemSize和数据地址计算的理解 (转)
  13. windows8.1 初体验
  14. JOJ1202。重新操刀ACM,一天一练!做个简单的题目温习。
  15. Android-Sqlite-OOP方式操作增删改查
  16. Qt slot中获取sender
  17. Xdebug 备注
  18. Mac/Homebrew brew update慢的方法
  19. bzoj 合集 1079 1791 1876 2208 2306
  20. JavaScript递归简单实现个对象深拷贝

热门文章

  1. (转载)自定义 setDateFormat 显示格式
  2. Spring —— 三种配置数据源的方式:spring内置、c3p0、dbcp
  3. NLPP-00-Preparation
  4. java异常与处理
  5. Selenium2+python自动化12-操作元素(键盘和鼠标事件)
  6. android笔记:Notification通知的使用
  7. haploview出现"invalid affected status"的解决方法
  8. CCKJ 笔试
  9. java-GUI图形用户界面
  10. Unity5 如何做资源管理和增量更新