Set Icon for Apple tvOS app
I have made an app for tvOS using Adobe Animate CC and AIR 24. I am unable to set the app icon for the same. I have followed the steps as given in the following document
https://forums.adobe.com/thread/2228465
I have generated the Assets.car file successfully as mentioned in the post. I am trying to execute the following on Command Prompt
<path to adt> -package -target ipa-app-store -provisioning-profile <.mobileprovision> -keystore <.p12> -storetype pkcs12 -storepass <password> <.ipa> <.xml> <.swf> Assets.car
I am getting the following error:
Error: packaging applications for tvOS is not supported in this build
Please suggest what can be done to resolve this issue.
