Flex mobile test driver for apple iOS error

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

After the IPA package is created, l get a Waiting for Debugger Connection dialog box in Flash Builder. The debugger will connect after you install and run the application on the device? If will not connect what should I do next ?

Thanks !

Waiting for debugger connection

Packaging FlexMobileTestDriver for Apple iOS has completed successfully. To begin debugging your application, follow these steps:

Make sure device is connected via USB

If the application was previously installed on your device, uninstall it.

Drag and drop the .ipa package into iTunes library.

Ensure the app is checked in the Apps tab for your device in iTunes

Sync the device using iTunes.

Launch the application on the device.

SHARE
Answered By 590495 points N/A #180472

Flex mobile test driver for apple iOS error

qa-featured

If you don’t want to see the debugger connection dialog box when using Flash Builder, I guess you need to disable debugging. SWF files get smaller when debugging is disabled but disabling it decreases functionality of the fdb command-line debugger as well as the built-in debugger of Flash Builder. To disable or deactivate debugging in Flash Builder, when you create your application select Project and then Export Release Build.

You can also disable debugging if you are using the command-line compiler by setting the debug compiler option to false. The mxmlc compiler is defaulted to false while the compc compiler is defaulted to true. If you will set the compc compiler to false, it will decrease the size of the SWF file within the SWC file.

Related Questions