Xcode错误总结

时间:2015-10-18 16:48:27   收藏:0   阅读:3374

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 直接删掉

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!