I\'m not sure what I did to get this error in Xcode 5:
\"None of the input catalogs contained a matching app icon set named \"AppIcon\"\".
My app was build
If you changed the deployment target to some other version. The dependencies will be changed. In my case i changed from iOS 6 to 7 by mistake. changing back made it error free.