I upgraded to VS's latest patches 7.6.10 (build27). Today when pushing the app to the AppStore for testing, I have 3 icons that are failing with error: ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPAD"
We have no changes to the icon set and and this is build number 19 going to apple. The previous worked with the icon sets. Doing an Unset and resetting them is not fixing.
Here is a snip from content.json - it has the icon listed.
The file is in
{
"filename": "Icon-152.png",
"size": "76x76",
"scale": "2x",
"idiom": "ipad"
},
They file is where i would expect: IOS ▸ Resources ▸ Images.xcassets ▸ AppIcons.appiconset
Any ideas?