Hi! I’ve been attempting to submit an update to an Apple tvOS app, and am getting the following error when uploading with application loader:
ERROR ITMS-90709: “Invalid Image Asset. The image asset ‘App Icon - Small’ in ‘Payload/build-apple-xxx.app’ is missing an image for the background layer with a scale value of ‘2’.”
I’ve also tried with the Corona Cannon sample app, (https://github.com/coronalabs-samples/CoronaCannon), which is said to be tvOS ready, and attempted to upload it with those assets, but got the same error. I only modified this project’s build.settings slightly to attempt to upload. I’ve attached my changed build.settings file (I’ve changed my app id to xxx.xxx.xxx). Keep in mind that the name of the file is different, to allow me to attach it here.
Am I missing something? What do I need to do differently to avoid getting this error? My app runs fine when I build it with a development profile, and put it on my Apple TV with a cable. Do I need to use an xcassets folder with tvOS builds? Or not?