Invalid Icon Name - The
watch application 'Ellucian GO.app/Watch/Ellucian GO WatchKit App.app' contains
an invalid icon file name 'Ellucian GO.app/Watch/Ellucian GO WatchKit App.app/AppIcon44x44@2x.png'.
Make sure that icon file names follow the pattern
"*<dimension>@<scale>x.png" and they match the required
dimensions. Please visit https://developer.apple.com/watchkit/
for more information
I discoved the fix to this to be the following:
Disabled WatchOS 1.0
Making sure the the Icons are called APP ICON:
AppIcon24x24@2x.pngAppIcon27.5x27.5@2x.pngAppIcon29x29@2x.pngAppIcon29x29@3x.pngAppIcon40x40@2x.pngAppIcon44x44@2x.pngAppIcon86x86@2x.pngAppIcon98x98@2x.png
Clearing derived data & Restart XCODE
Deleted all files within XCODEs derived data folder
Build and Resubmit
Voila! No issues with Icons anymore!!!