我正在尝试使用 AIR 2.6 SDK 使用 Flash Builder 4 制作移动应用程序。在 Windows 上一切正常,甚至在 Android 上也是如此。但是,在将 SWF 编译为 iOS 的 IPA 文件时,我收到 Java 运行时错误。我正在使用命令提示符将 SWF 部署到带有外部库的已发布版本之外。
这样就成功了。但是,当我通过在 bin-release 文件夹中使用此命令行对其进行 IPA 时,会出现 java 运行时错误。
"C:\temp\AdobeAIRSDKlatest\bin\adt" -package -target ipa-ad-hoc -provisioning-profile
Tims_provisioning_profile.mobileprovision -storetype pkcs12 -keystore iphone_dev.p12
testapplication01.ipa Main-app.xml Main.swf
我们使用 Xverbose 来监视部署的每一步。是否可以向 Xverbose 添加一些参数,以便我可以看到有关编译代码的一些更详细的信息。
我希望有人可以在这里帮助我。
提前致谢。
I'm trying to make a mobile app with Flash Builder 4 using the AIR 2.6 SDK. Everything works fine on Windows, even on Android. But while compiling the SWF to an IPA file for iOS I get a Java Runtime Error. I'm using command prompt to deploy the SWF out of the released build with external libraries.
This succeed. But when I make an IPA of it by using this command line in the bin-release folder it gives a java runtime error.
"C:\temp\AdobeAIRSDKlatest\bin\adt" -package -target ipa-ad-hoc -provisioning-profile
Tims_provisioning_profile.mobileprovision -storetype pkcs12 -keystore iphone_dev.p12
testapplication01.ipa Main-app.xml Main.swf
We're using Xverbose to watch every step of the deployment. Is it possible to add some params to Xverbose, so I can see some more detailed information about the compiling code.
I hope someone can help me here.
Thanks in advance.
发布评论