tvOS Submission errors. CFBundlePrimaryIcon and more.

Hey, [member=‘graham07’]. You can use /Applications/Corona-3184/SampleCode/Physics/ShapeTumbler/Images.xcassets as a template for all tvOS assets. 

tvos.icon/topShelfImage/topShelfImageWide may not work with latest build (they will work, but it is possible that you have to still use tvos.xcassets to specify some assets which can’t be specified with hardcoded tvos. entries). Please, Use ShapeTumbler’s build.settings in tvos section as template for you tvOS app. It is super easy:

settings = {     orientation =     {         default = "landscapeRight",         supported = { "landscapeRight" }     },     tvos =     {         xcassets = "Images.xcassets",     }, }

That’s it. That is all there is for it.

Cheers!