Error when packaging tvOS icons with air application
with tv support coming to air via AIR24 beta I am trying to get intelli j to package the Assets.car file along with my app as per the release notes here
https://fpdownload.macromedia.com//pub/labs/flashruntimes/shared/pvt/air24_appletv_releasenotes.pdf
it states that you can package the assets using the command below.
adt -package -target ipa-app-store -provisioning-profile <.mobileprovision> -keystore <.p12> -storetype pkcs12 -storepass <password> <.ipa> <.xml> <.swf> Assets.car
Two questions how can I add this to my project configuration?
I have tried just adding the assets - they do get packaged but the icons do not show
I tried adding Assets.car intoAdditional ADT options in the iOS tab - this causes an error when packaging because it inserts the Assets.car file at the begining of the ADT command and not the end.
Thanks
请先登录再写评论。
Have you tried adding the folders where the icons are to the 'Files and folders to package' at Project Structure | Modules | [your module] | [your build configuration] | iOS tab?
yes, I include other assets that way. When I include the assets.car file in the files and folders they get packaged and I can verify that they are packaged in the ipa file by converting to a zip and showing package contents on the app, but the icons do not show up on my device.
This might be more of an adobe question than an intelli j one, I was really just curious if additional ADT options being inserted at the start of the command was correct.
I'm afraid, packaging for tvOS is not yet officially supported in IntelliJ IDEA and has not been tested.
Order of ADT options is important, and the IDE places known ADT options correctly in the command line, but tvOS related options are not yet known to the IDE.
Try to package it from command line, without IDE at all.