Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios iPad上的AIR应用程序-启动崩溃_Ios_Ipad_Apache Flex_Air_Flex4.6 - Fatal编程技术网

Ios iPad上的AIR应用程序-启动崩溃

Ios iPad上的AIR应用程序-启动崩溃,ios,ipad,apache-flex,air,flex4.6,Ios,Ipad,Apache Flex,Air,Flex4.6,我按照以下说明为iPad创建并安装了一个应用程序: 然而,当我运行这个简单的应用程序时,大约一秒钟屏幕变黑,然后返回到正常的iPad屏幕。 应用程序似乎根本没有运行,但没有看到错误通知。 我真的很绝望 testPad.mxml源代码: <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="librar

我按照以下说明为iPad创建并安装了一个应用程序:

然而,当我运行这个简单的应用程序时,大约一秒钟屏幕变黑,然后返回到正常的iPad屏幕。
应用程序似乎根本没有运行,但没有看到错误通知。
我真的很绝望

testPad.mxml源代码:

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
           xmlns:s="library://ns.adobe.com/flex/spark" 
           backgroundColor="#A0F3FF" 
           width="100%" height="100%">
</s:Application>


有什么想法吗?

如果您正在Mac上工作,请尝试在启动调试器时打开xcode。您可以通过这种方式访问设备的日志文件。

这样一个简单的应用程序不应该崩溃。您使用的是哪个版本的Flex?AIR的哪个版本?@www.Flextras.com Flex 4.6(iOS MobileProject),AIR 3.5.0.1060