Friday 5 February 2016

FIXED Invalid Apple Watch icon file names must match pattern “*@x.png”

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.png
AppIcon27.5x27.5@2x.png
AppIcon29x29@2x.png
AppIcon29x29@3x.png
AppIcon40x40@2x.png
AppIcon44x44@2x.png
AppIcon86x86@2x.png
AppIcon98x98@2x.png

Clearing derived data & Restart XCODE
Deleted all files within XCODEs derived data folder

Build and Resubmit
Voila! No issues with Icons anymore!!!