[Resolved] Can anyone explain these errors?
I was changing code, testing, building, testing on the iPhone, etc.
Out of nowhere I got this error msg after a build and now I get it every time:
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon@2x.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-72.png (-19007)
warning: iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon.png that is 57x57 (-19013)
My icons are all there and named correctly. I never moved them. Just changed a few values in my code and rebuilt? Any idea why?
Replies
How very bizarre - I've seen this but only when I've specified required Icons in build.settings and then not included them.
Glad to see it get resolved with a quit and relaunch, though still very odd.

Well that was interesting...
I quit Corona and re-opened it. Bingo, no more errors.
Anyone have a clue what happened?