Okay! So here's the deal:
I have made an app with WatchKit and archived it but every time I try to submit it, I get the same error:
ERROR ITMS-90391: "Missing Icons. No icons found for watch application '********.app/PlugIns/******** WatchKit Extension.apex/******** WatchKit App.app'. Please Make Sure that its Info.plist file includes entries for CFBundleIconFiles."
All the *'s are where my app name is which I did not want to share for obvious confidentiality reasons. Here is my Watch App's Info.Plist (NOT THE EXTENSION, THE WATCH APP!!!):
And here is the Watch App's asset folder with the icons (blacked out):
The iPhone App has its own icons in its own asset catalog. Here is the Watch App Target:
Archiving it is not a problem until I hit Submit to App Store which makes the error (as printed above) appear. I have:
Cleaning Making a new project with the same code and stuff to try and fix it Restarting Xcode Waited and tried again (a lot of stuff) Used both Xcode 6.2 and Xcode 6.3 beta 4
I REALLY appreciate the help! Thanks in advance!