Skip to main content
Inspiring
December 9, 2011
Question

IPA generated with ADT is slow

  • December 9, 2011
  • 5 replies
  • 1670 views

Hi All.

I'm new in this world.

I have to generate ipa for iPad automatically with ADT command.

The IPA created using Flash Builder 4.5.1 and IPA created with ADT command works differently.

The first one is faster then the second.

Someone can help Me?

thanks.

Ivan

This topic has been closed for replies.

5 replies

Colin Holgate
Inspiring
December 9, 2011

The quick test in Flash Builder would be using interpreter mode, which gives you and IPA that won't perform as well, and you won't be able to submit it as an app to Apple, but it does work quicker. If you want to do the same with ADT you would set the target to be ipa-test-interpreter or ipa-debug-interpreter

fivanAuthor
Inspiring
December 13, 2011

Thanks Colin

I need to create an IPA for app store,  if I create this kind of app from Builder and from ADT with "ipa-app-store", the second is slower.

Same resources, same settings but different performance.

How is it possible?

Participant
December 21, 2011

Hi,

We are facing the same issue.

IPA created with ADT command line is slower than the one created with Flash Builder.

Here is the command line we use with ADT :

adt -package -target ipa-app-store -storetype pkcs12 -keystore ../certif_toto_mb.p12 -storepass toto -provisioning-profile ../toto.mobileprovision ToTo-Cmd.ipa toto-0.1-SNAPSHOT-descriptor.xml toto-0.1-SNAPSHOT.swf com/

Does anyone know if FB use ADT command line to generate the IPA?

If yes, is there any way to output the command line?