首页 > 其他 > 详细

Xcode错误总结

时间:2015-10-18 16:48:27      阅读:3374      评论:0      收藏:0      [点我收藏+]

1. 编译时出现 none of the input catalogs contained a matching launch image set named “AppIcon”

  方法一:新建一个项目,用新建项目Images.xcassets里面的AppIcon.appiconset替换出错项目里面的AppIcon.appiconset,再编译,就ok了

  方法二:Build Settings -->Asset Catalog App Icon Set Name 改为”icon“,或者直接删掉

2.  编译时出现 None of the input catalogs contained a matching launch image set named  "LaunchImage".

  方法:Build Settings -->Asset Catalog Launch Image Set Name 直接删掉

Xcode错误总结

原文:http://www.cnblogs.com/10-19-92/p/4889644.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!