0

I created and installed an application for iPad according to the following instructions:
Apple iOS development process using Flash Builder

However, when I run this simple application, for about a second the screen goes black and then returns to the normal iPad screen.
It almost seems as if the application is not running at all, but there's no error notification to be seen.
I'm really desperate...

testPad.mxml source:

<?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>

Any idea?

4

1 回答 1

0

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

于 2013-05-04T11:13:55.887 回答