【问题标题】:Does Adobe iOS packager work on linux?Adobe iOS 打包程序可以在 linux 上运行吗?
【发布时间】:2012-07-23 18:16:44
【问题描述】:

我们使用 ant 命令行脚本通过 adt (flex 4.6 air 3.3) 构建 ios flex 应用程序。 示例:

<java jar="${FLEX_HOME}/lib/adt.jar" fork="true">
            <arg value="-package"/>
            <arg value="-target"/>
            <arg value="ipa-ad-hoc"/>
            ...

脚本在 Windows 上运行良好。但在 linux 上我得到:

 [java] unexpected failure: Functionality not supported on : Linux
 [java] java.lang.UnsupportedOperationException: Functionality not supported on : Linux
 [java]     at com.adobe.air.ipa.AOTCompiler.<init>(AOTCompiler.java:218)
 [java]     at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java

它应该在 linux 上工作还是我在脚本中出错了?

斯坦

【问题讨论】:

    标签: linux ant air package flex4.6


    【解决方案1】:

    它不适用于 linux,因为 Adob​​e 从 2.7 起就不再支持 Air for linux。

    它可以与葡萄酒一起使用,但很棘手。

    【讨论】:

      猜你喜欢
      • 2021-01-17
      • 1970-01-01
      • 2011-10-21
      • 2014-10-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-03
      相关资源
      最近更新 更多