I get this \"No image found at the path referenced under key \'CFBundleIcons\':\" error,
For me the solution was that Xcode accepts wrong image sizes in Assets, but they fail at the validation. More precisely I had a 40x40 PNG image sitting in a 20x20 @1x box, so it was not valid.